block key

ajom

Well-known member
Joined
Apr 14, 2020
Messages
389
Solutions
2
Reaction score
268
Location
Pluto
Download Autohotkey then Launch this Code:
Code:
#SingleInstance ignore
#Persistent

; memory friendly
#NoEnv
#KeyHistory 0
;

;If the insert is still working uncomment this lines
;#InstallKeybdHook
;#InstallMouseHook
;#UseHook
;
return

Ins::
return
 
Top