how can I use 'F1' (function key) as my escape key?
I have the following:
escape ``
I want to switch to use F1 as my escape, how can I do that?
|
how can I use 'F1' (function key) as my escape key? I have the following:
I want to switch to use F1 as my escape, how can I do that? |
||||
|
|
you could use auto-it easy programming, www.autoitscript.com hotkeyset('{f1}','esc') func esc() send('{esc}') endfunc and if u dont want any icon down to the right just add #NoTrayIcon at the top of your code |
|||
|