ScriptUO
Official ScriptUO EasyUO Scripts => Script Debug => Topic started by: LordAmitlu on February 22, 2013, 10:33:33 PM
-
I am a noob with scripts - but I am trying my very best to make some :D! I am just wondering if I could get some help with this question:
onhotkey f7
I want to change that hot key from f7 to number pad 3
What is the script ID for the script to recognize number pad 3 as the hotkey?
Appreciate it.
-
If I recall correctly you can't use numpad numbers by themselves.
You could turn off NumLock, and then use:
onhotkey pgdn
-
Appreciate it.
Thank you Neo for your help.
-
Actually,
What if i wanted to make the onhotkey a letter? Persay, the letter X? Would it just look like onhotkey x?
-
Actually,
What if i wanted to make the onhotkey a letter? Persay, the letter X? Would it just look like onhotkey x?
yes, just like that... regular letters are supported...