forum

AHK Question [closed]

posted
Total Posts
4
Topic Starter
tgnehs
A while ago I tried to do a double setup (which some people consider cheating) but it didn't work. Was bummed out but it was eh because I guess its cheating.

But recently I have been getting into higher keymodes and I realized that my shift key overrides the numpad. This is really inconvenient because I play 7k binded to [a][s][d][right][4][5][6]. Adding the shift key however turns off the numpad lock and in essence I can't hit the numpad keys while using shift.

I turned to AHK to try and fix it and although "SetNumLockState, AlwaysOn" works perfectly outside of osu, it doesn't seem to work while playing. Any ideas how I can force osu to let me use AHK or was it turned off intentionally?
Lights
Stop using autohotkey if you don't want to be banned
Topic Starter
tgnehs
oh ok.
Full Tablet
Using AHK to remap keys is not disallowed. What I do is turn the numlock-off keys into their numlock-on equivalents.

NumpadIns::Numpad0
NumpadEnd::Numpad1
NumpadDown::Numpad2
NumpadPgDn::Numpad3
NumpadLeft::Numpad4
NumpadClear::Numpad5
NumpadRight::Numpad6
NumpadHome::Numpad7
NumpadUp::Numpad8
NumpadPgUp::Numpad9
NumpadDot::NumpadDel
Please sign in to reply.

New reply