Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Sending ":"
#1
I see the option to send a semi-colon ; in the QM Key Dialog but how do I send a colon :    ?
The same goes for minus/hyphen - and plus +   ?
#2
Code:
Copy      Help
int w=win("" "Notepad")
int c=id(15 w) ;;editable text 'Text Editor'
act c
key N+          ;; Num_+
key S:          ;; Shift+;
key N-          ;; Num_-
#3
It is the same key. To send as text, enclose in "".

key ":-+"
#4
Thanks both, very useful!


Forum Jump:


Users browsing this thread: 1 Guest(s)