I need HELP

Discussion, questions and support.
Post Reply
pozarlodu
Posts: 2
Joined: Aug 30th, ’18, 23:31

Post by pozarlodu » Aug 30th, ’18, 23:48

i have big problem. how to remap key for holding purposes? so i can holding for example letter "m" like "shift" and when i droped, everthing back to normal. When i use command "Hold the Shift key down until {Shift Up}" on random key, i press that key and get constant "shift" pressed, then i must find real shift to turn it back. i have hope that you are understanding me right. my English is bad. i just wonna hold remapped key till i let go. for example turn letter "m" to "shift" and thet letter "m" will be working like shift. Please HELP, i need this so bad. Thank you for help...
User avatar
Tom
Posts: 791
Joined: Nov 24th, ’15, 23:39

Post by Tom » Sep 2nd, ’18, 16:41

This script changes "m" key to act like a Shift. Is this what you need?

Code: Select all

Send {Shift down}
KeyWait, m  ;wait for m to be released
Send {Shift up}
Type: Command
pozarlodu
Posts: 2
Joined: Aug 30th, ’18, 23:31

Post by pozarlodu » Sep 2nd, ’18, 18:40

YES YES YES it's wok

THANK YOU VERY VERY MUCH :D :D :D :D
Post Reply