05-09-2014, 07:33 AM
Ouch,could you help me out a bit more?
It should look something like this xD
In first line I tried using shift + 1 and it works,I don't know how to use letters instead of other buttons.
And the sel command is kinda blurred to me..
It should look something like this xD
__RegisterHotKey hk1.Register(0 1 MOD_SHIFT q) ;;unknown indentifier
__RegisterHotKey hk2.Register(0 2 MOD_SHIFT w)
case WM_HOTKEY ;;case without sel
case 1
key "qqq"
case 2
key "www"
And the sel command is kinda blurred to me..