dual
dual copied to clipboard
Windows key hotkeys problem
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.