RE: FF14 numpad shiftstate shenanigans, and the numlock key

Ask gaming related questions (AHK v1.1 and older)
Fortune_Silver
Posts: 1
Joined: 23 Aug 2017, 06:02

RE: FF14 numpad shiftstate shenanigans, and the numlock key

23 Aug 2017, 06:22

Code: Select all

#InstallKeybdHook
#useHook On

#IfWinActive, FINAL FANTASY XIV

{
	SetNumlockState, on
	Numlock:: SetNumlockState, off
	NumpadEnd::Numpad1 ; SetNumlockState, off
	NumpadDown::Numpad2
	NumpadPgDn::Numpad3
	NumpadLeft::Numpad4
	NumpadClear::Numpad5
	NumpadRight::Numpad6
	NumpadHome::Numpad7
	NumpadUp::Numpad8
	NumpadPgUp::Numpad9
}
So in this script, I have made a macro that disables shiftstates on the numpad to enable there use in macros, e.g ctrl+shft+NUM1. This much I got working fine. what i tried to do next was to make each of the numpad keys ALSO disable numlock, in case i tab in and forget that i have numlock still activated. Unfortunately i have no idea how to do this, and i cant find a guide or example to figure it out myself. help in getting that to work as in my failed numpad1 attempt would be appreciated.

Another option, I am aware, would be to set some sort of checkwin function to detect if FF14 is open at a regular interval, e.g. once/second and turn off and disable numpad if that variable = yes, but im still pretty new to AHK scripting and am not sure how to go about that.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: prototype_zero and 27 guests