Created
April 5, 2023 03:25
-
-
Save antiops/e21e876240fb978ffe5a206e1e402d1a to your computer and use it in GitHub Desktop.
AutoHotkey script to disable the CapsLock, ScrollLock, & Insert buttons
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
; #Warn ; Enable warnings to assist with detecting common errors. | |
SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
CapsLock:: | |
ScrollLock:: | |
Ins:: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment