Skip to content

Instantly share code, notes, and snippets.

@ryujaehun
Last active October 5, 2019 11:54
Show Gist options
  • Save ryujaehun/6ae80e95b34412002126b4f9f849d53f to your computer and use it in GitHub Desktop.
Save ryujaehun/6ae80e95b34412002126b4f9f849d53f to your computer and use it in GitHub Desktop.
logitech anywhere2s gesture
"xte 'keydown Control_L' 'keydown Alt_L' 'key Down' 'keyup Alt_L' 'keyup Control_L'"
m:0x10 + b:6
"xte 'keydown Control_L' 'keydown Alt_L' 'key Up' 'keyup Alt_L' 'keyup Control_L'"
m:0x10 + b:7
"xte 'keydown Control_L' 'key W' 'keyup Control_L'"
m:0x10 + b:2
"xte 'keydown Alt_L' 'key Right' 'keyup Alt_L'"
m:0x10 + b:9
"xte 'keydown Alt_L' 'key Left' 'keyup Alt_L'"
m:0x10 + b:8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment