is possible to block the key "INSERT" ? , and if is possible , how?
K Kamuxan New member Joined Mar 30, 2020 Messages 1 Reaction score 0 Location lasa , mai bine nu stii tu. Nov 28, 2020 #1 is possible to block the key "INSERT" ? , and if is possible , how?
A ajom Well-known member Joined Apr 14, 2020 Messages 389 Solutions 2 Reaction score 270 Location Pluto Nov 28, 2020 #2 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
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