problem with shift ↓→ ←

Ask gaming related questions (AHK v1.1 and older)
relativeriver
Posts: 9
Joined: 13 Feb 2020, 04:17

problem with shift ↓→ ←

14 Feb 2020, 11:28

I set the ctrl= shift → ← ↓ , but i also want to shift be nullified and shift is no longer a key, how do i do that
i play fifa and shift and ctrl are all function key in the game, i cant disable shift in game

Code: Select all

*Ctrl:: ; Should include * so it fires even if other keys are being held
	; Unnecessary curly brace {
	sendinput, {Shift Down}
	
	

	SendInput, {Right Down}
	Sleep, 250
	SendInput, {Right Up}
	
	

	SendInput, {Up Down}
	Sleep, 250
	SendInput, {Up Up}

	
	SendInput, {Left Down}
	Sleep, 250
	SendInput, {Left Up}

	sendinput, {Shift Up}
	; Unnecessary curly brace }
 return ;No return at the end of the hotkey
[Mod edit: [code][/code] tags added]

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: slowwd and 88 guests