Search found 2 matches

by wotnaz
Sun Dec 05, 2004 10:52 pm
Forum: Enhancement Suggestions
Topic: Macros to set shortcut key mappings
Replies: 3
Views: 368

From Bob Hansen: Here is an untested rough skeleton for the macro: Quote: //HotKey for this macro is ALT-F11 GetActiveWindow>window_title,............... If>%window_title%=Notepad,Notepad If>%window_title%=JavaDeveloper,Java If>%window_title%=OtherName,Other Repeat as needed for multiple programs ...
by wotnaz
Fri Dec 03, 2004 12:01 am
Forum: Enhancement Suggestions
Topic: Macros to set shortcut key mappings
Replies: 3
Views: 368

Macros to set shortcut key mappings

It would be very useful to be able to set a group of shortcut keys in a macro. My use case: I program in various languages, and would like to be able to put equivalent code constructs into a file by pressing the same key combinations regardless of what language I'm working with. For example ...