Difference between revisions of "Talk:QinHeng Electronics Foot Pedal"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
(examples: new section)
m (examples)
 
Line 6: Line 6:
 
gaming computer
 
gaming computer
  
  sudo ./footswitch -3 -b mouse_left -2 -k up -1 -b mouse_right
+
  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
 
older configurations
  
  sudo ./footswitch -3 -k right -2 -k up -1 -k left
+
  sudo ./footswitch -1 -k left -2 -k up -3 -k right

Latest revision as of 16: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