Skip to content

Instantly share code, notes, and snippets.

@dleslie
Created October 15, 2013 19:28
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 dleslie/6997286 to your computer and use it in GitHub Desktop.
Save dleslie/6997286 to your computer and use it in GitHub Desktop.
Adds PgUp and PgDn to a keyboard that doesn't have those buttons.
#PgUp
"xvkbd -xsendev -text "\[Prior]""
m:0x8 + c:111
Alt + Up
#PgDown
"xvkbd -xsendev -text "\[Next]""
m:0x8 + c:116
Alt + Down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment