Search found 8 matches
- Thu Jun 21, 2007 4:26 pm
- Forum: Enhancement Suggestions
- Topic: Assign ESCape key to hotkey
- Replies: 10
- Views: 27267
This solution is still a little quirky. Firstly, the actual escape keypress is not being read/absorbed by anything. The escape keystroke is still passed to the underlying windows system. If (say) notepad has focus then it doesn't matter (and isn't obvious) because notepad throws the escape away anyw...
- Sat Jun 16, 2007 2:12 pm
- Forum: General Discussion
- Topic: encrypted chained macro fails to run
- Replies: 9
- Views: 11953
"Marcus workaround" #2 - assigning a hot key to the encrypted macro and "pressing" the hotkey in the calling macro DOES work. Bob, reading a password from a hidden file using a plain text (unencrypted) macro would defeat the purpose of having a secret file. If the method is plain to see then so is t...
- Sat Jun 16, 2007 3:06 am
- Forum: General Discussion
- Topic: encrypted chained macro fails to run
- Replies: 9
- Views: 11953
The "Marcus workaround" #1 does not work. The UNencrypted macro when invoked via "Run" works correctly. When it is ENcrypted, I see a flying Macro Scheduler icon dashing across the screen, but the macro does not execute. A "here I am" message within the macro fails to display. Run Program>C:\Program...
- Fri Jun 15, 2007 2:15 pm
- Forum: General Discussion
- Topic: encrypted chained macro fails to run
- Replies: 9
- Views: 11953
Well, unless I have misread you, what you've said directly contradicts the help file info. - "Macro Scheduler allows you to set a password for a script which must then be used to edit it." Edit it - not run it. "However, if you need to use Macro Scheduler to automate a process which involves sending...
- Fri Jun 15, 2007 1:11 pm
- Forum: General Discussion
- Topic: encrypted chained macro fails to run
- Replies: 9
- Views: 11953
encrypted chained macro fails to run
I have a multi purpose macro invoked by F9 hotkey. Depending on the application underneath it performs different functions. One of them is intended to send a password through to Quicken. It does this by calling a further encrypted macro which contains the password. I've written and tested it all. It...
- Sun Apr 29, 2007 7:45 am
- Forum: Technical / Scripting
- Topic: How to pass unwanted hotkey through to application
- Replies: 2
- Views: 4834
How to pass unwanted hotkey through to application
F9 is a common "do something" hotkey in several apps I run. Ie., in Delphi it "runs" the app being developed, in Zeus editor I use it to copy vertically, etc. So, I decided to make a macro to perform certain complex functions on the highlighted file when F9 is pressed within windows explorer. Great,...
- Tue Apr 17, 2007 7:18 am
- Forum: Enhancement Suggestions
- Topic: Assign ESCape key to hotkey
- Replies: 10
- Views: 27267
- Mon Apr 16, 2007 9:56 am
- Forum: Enhancement Suggestions
- Topic: Assign ESCape key to hotkey
- Replies: 10
- Views: 27267
Assign ESCape key to hotkey
I first purchased Macro Scheduler Oct 1997 for automated testing but haven't used it for years. Just upgraded as I have new needs. Have been testing with F9 and F10 hotkeys and planning several other hotkeys all of which use a method to identify the focussed app and then call appropriate macros. Her...