Skip to content

Instantly share code, notes, and snippets.

@blaues0cke
Created July 19, 2015 14:23
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 blaues0cke/6937dc65075c027a7255 to your computer and use it in GitHub Desktop.
Save blaues0cke/6937dc65075c027a7255 to your computer and use it in GitHub Desktop.
Change chrome page tabs using additional mouse keys
XButton1::
; Previous tab
Send ^{PgUp}
return
XButton2::
; Next tab
Send ^{PgDn}
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment