Bypass when the spacebar / space key is not working

Put simple Tips and Tricks that are not entire Tutorials in this forum
topheal
Posts: 1
Joined: 25 Jul 2022, 01:55

Bypass when the spacebar / space key is not working

Post by topheal » 25 Jul 2022, 01:59

; If the spacebar key is broken, here is a bypass:

Code: Select all

; Send  Space when pressing the right Windows Button
RWin::    
	Send,% " "
return  

; Send Space when pressing the Scroll Lock
ScrollLock::Space

; Send Space when pressing the Pause
Pause::Space
[Mod edit: [code][/code] tags added.]

User avatar
morrischris
Posts: 2
Joined: 15 Aug 2022, 23:57

Re: Bypass when the spacebar / space key is not working

Post by morrischris » 16 Aug 2022, 00:02

topheal wrote:
25 Jul 2022, 01:59
My spacebar broke after I tried to beat the high score on [Mod edit: URL removed] and my AHK scripts had spacebar as a hotkey. thankfully this code resolved it.

Post Reply

Return to “Tips and Tricks (v1)”