Skip to content

Instantly share code, notes, and snippets.

@nvictor
Created March 26, 2023 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nvictor/7272c11860960b5b8cd2bae7b853b3e3 to your computer and use it in GitHub Desktop.
Save nvictor/7272c11860960b5b8cd2bae7b853b3e3 to your computer and use it in GitHub Desktop.
disable_pgup_pgdn.sh
# Debian-based distros
# disable pgup
xmodmap -e "keycode 112="
# disable pgdn
xmodmap -e "keycode 117="
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment