Created
March 26, 2023 13:16
-
-
Save nvictor/7272c11860960b5b8cd2bae7b853b3e3 to your computer and use it in GitHub Desktop.
disable_pgup_pgdn.sh
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
# 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