AutoHotKey Question..

by wongcung
Reply

Original Post

AutoHotKey Question..

[ Edited ]
★ Guide

I got to a point that I just could not any more, it is the most irritating thing ever. I almost broke my keyboard today

 

You in a gun fight, and then windows puts you to desktop, you busy ducking and diving, and windows starts a speech to type program, you busy running away and Windows starts up the task manager. 

 

So I googled and came across AutoHotkey. Its the only proper way to disable curtain windows keys.

 

Then also some other stuff came up where some people abuse this program. So now im also worried.

 

My script is to disable windows keys.

 

; Disable Alt+Tab
!Tab::Return

; Disable Windows Key + Tab
#Tab::Return

; Disable Left Windows Key
LWin::Return

; Disable Right Windows Key
RWin::Return

 

WILL I GET BANNED?

 

PS: Why dont games have an ingame option where you can script these keys out the game?

 

 

Message 1 of 2 (183 Views)

Re: AutoHotKey Question..

[ Edited ]
★★★★★ Expert

@wongcungI just removed my left windows key. xD

Message 2 of 2 (178 Views)