Page 1 of 1

help Letters to Numbers

Posted: 30 Dec 2023, 11:11
by bittencourt318
Can anyone help me create a script to swap letters for numbers when Scroll Lock is active! e.g. when the scroll lock is linked to the letters Q, W, E, A, S, D, Z, X, C, turn the numeric keypad to play games

Re: help Letters to Numbers

Posted: 30 Dec 2023, 13:44
by Xtra
Example:

Code: Select all

#If GetKeyState("ScrollLock", "T")
q::Numpad1
w::Numpad2
e::Numpad3
a::Numpad4
s::Numpad5
d::Numpad6
z::Numpad7
x::Numpad8
c::Numpad9
#If