Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Detect multiple keys
#3
Ouch,could you help me out a bit more?
It should look something like this xD
Code:
Copy      Help
__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"
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..


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)