Talk:QinHeng Electronics Foot Pedal: Difference between revisions

From Free Knowledge Base- The DUCK Project
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"
 
 
(5 intermediate revisions by the same user not shown)
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 ==
note: sudo not necessary
gaming computer
sudo ./footswitch -1 -b mouse_right -2 -b mouse_left -3 -k up
sudo ./footswitch -1 -b mouse_right -2 -k up -3 -b mouse_left
older configurations
sudo ./footswitch -1 -k left -2 -k up -3 -k right
== unturned ==
$ footswitch -r
[switch 1]: mouse_right X=0 Y=0 W=0
[switch 2]: mouse_left X=0 Y=0 W=0
[switch 3]: up
switch 3 is the right most peddle
===trailmakers===
footswitch -1 -k r -2 -k space -3 -k w

Latest revision as of 13:52, 28 January 2026

this link might be useful for -k key names

see https://www.autohotkey.com/docs/KeyList.htm

examples

note: sudo not necessary

gaming computer

sudo ./footswitch -1 -b mouse_right -2 -b mouse_left -3 -k up
sudo ./footswitch -1 -b mouse_right -2 -k up -3 -b mouse_left 

older configurations

sudo ./footswitch -1 -k left -2 -k up -3 -k right

unturned

$ footswitch -r
[switch 1]: mouse_right X=0 Y=0 W=0
[switch 2]: mouse_left X=0 Y=0 W=0
[switch 3]: up

switch 3 is the right most peddle

trailmakers

footswitch -1 -k r -2 -k space -3 -k w