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"
 
 
(One intermediate revision 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 ==
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

Latest revision as of 14:30, 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 -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