dual icon indicating copy to clipboard operation
dual copied to clipboard

Windows key hotkeys problem

Open lydell opened this issue 11 years ago • 0 comments

Pressing e while holding j opens Windows Explorer (default hotkey). It should show a message box:

dual := new Dual
*j::
*j UP::dual.combine("RWin", A_ThisHotkey)
#e::MsgBox Win-E

Combination that does nothing by default (such as #c) work, though.

lydell avatar Aug 14 '13 19:08 lydell