Skip to content

Instantly share code, notes, and snippets.

@zrod
Created August 1, 2014 14:44
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 zrod/15c6a0503a7de7097d53 to your computer and use it in GitHub Desktop.
Save zrod/15c6a0503a7de7097d53 to your computer and use it in GitHub Desktop.
# Replaces PgUp with Home
xmodmap -e "keycode 112 = Home NoSymbol Home"; xmodmap -e "keycode 110 = Prior NoSymbol Prior"
# Replaces PgDn with End
xmodmap -e "keycode 117 = End NoSymbol End"; xmodmap -e "keycode 115 = Next NoSymbol Next"
# Apply changes
xmodmap -pke > .Xmodmap
cd ~
echo "xmodmap .Xmodmap" > .xinitrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment