Talk:QinHeng Electronics Foot Pedal: Difference between revisions
Jump to navigation
Jump to search
Created page with "== this link might be useful for -k key names == see https://www.autohotkey.com/docs/KeyList.htm" |
→examples: new section |
||
Line 1: | Line 1: | ||
== this link might be useful for -k key names == | == this link might be useful for -k key names == | ||
see https://www.autohotkey.com/docs/KeyList.htm | see https://www.autohotkey.com/docs/KeyList.htm | ||
== examples == | |||
gaming computer | |||
sudo ./footswitch -3 -b mouse_left -2 -k up -1 -b mouse_right | |||
older configurations | |||
sudo ./footswitch -3 -k right -2 -k up -1 -k left |
Revision as of 14:22, 2 May 2022
this link might be useful for -k key names
see https://www.autohotkey.com/docs/KeyList.htm
examples
gaming computer
sudo ./footswitch -3 -b mouse_left -2 -k up -1 -b mouse_right
older configurations
sudo ./footswitch -3 -k right -2 -k up -1 -k left