Difference between revisions of "Talk:QinHeng Electronics Foot Pedal"
From Free Knowledge Base- The DUCK Project: information for everyone
(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 15: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