Eclipse style autohotkey commands
- by Ph4g3
Is autohotkey capable of interpreting hotkeys in the style of Ctrl + Shift + W, W? I would assume a script like the following would work:
^+W:: ; Windows hotkeys (Ctrl + Shift + W)
O:: Run Outlook ; Subsequent 'o' pressed => Run outlook
E:: Run Explorer ;
return
From the documentation I note that these are called vertically stacked…