Skip to content

Instantly share code, notes, and snippets.

@antiops
Created April 5, 2023 03:25
Show Gist options
  • Save antiops/e21e876240fb978ffe5a206e1e402d1a to your computer and use it in GitHub Desktop.
Save antiops/e21e876240fb978ffe5a206e1e402d1a to your computer and use it in GitHub Desktop.
AutoHotkey script to disable the CapsLock, ScrollLock, & Insert buttons
#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