Thank you very much for detailed explanation, it is absolutely clear to me now. (However I regret that I cannot use single hot keys without having overridden their default setup in other applications.)
Regards
Garbis
Search found 2 matches
- Sat Jan 22, 2005 10:25 pm
- Forum: Technical / Scripting
- Topic: Macro Scheduler Hot keys vs. MS Excel Hot keys
- Replies: 2
- Views: 4270
- Fri Jan 21, 2005 9:02 pm
- Forum: Technical / Scripting
- Topic: Macro Scheduler Hot keys vs. MS Excel Hot keys
- Replies: 2
- Views: 4270
Macro Scheduler Hot keys vs. MS Excel Hot keys
Imagine following macro (taken from the official FAQ and changed accordingly): // GetActiveWindow>title,X,Y Pos>Microsoft Excel,title,1,StPos If>StPos=0,NonExcelMacro Goto>End Label>NonExcelMacro Message>"You pressed F2" Label>End // This macro has got Hot key F2 assigned. As you can see, the macro ...