User Tools

Site Tools


ubuntu:mouse:mouse_shortcuts_with_xbindkeys:emulate_key_presses

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ubuntu:mouse:mouse_shortcuts_with_xbindkeys:emulate_key_presses [2021/10/25 22:22] peterubuntu:mouse:mouse_shortcuts_with_xbindkeys:emulate_key_presses [2021/10/26 08:51] (current) – [Enhanced Options] peter
Line 2: Line 2:
  
 ===== Emulate CTRL+F8 ===== ===== Emulate CTRL+F8 =====
- 
-Emulate **CTRL+F8** 
- 
-The following command should then activate the effect: 
  
 <code bash> <code bash>
Line 53: Line 49:
   b:9   b:9
  
-Powerclick.+Open links in new tab.
 "xte 'keydown Control_L' 'mouseclick 1' 'keyup Control_L' " "xte 'keydown Control_L' 'mouseclick 1' 'keyup Control_L' "
 </file> </file>
Line 67: Line 63:
   * The **release** modifier is used to catch __release__ events instead of __press__ events.   * The **release** modifier is used to catch __release__ events instead of __press__ events.
  
-  * By default, xbindkeys does not pay attention with the modifiers NumLock, CapsLock and ScrollLock.+  * By default, xbindkeys ignores NumLock, CapsLock and ScrollLock.
  
  
 </WRAP> </WRAP>
 +
 +----
 +
 +====== Restart xbindkeys ======
 +
 +If any changes are made to the config file then xbindkeys needs to be restarted:
 +
 +<code bash>
 +killall xbindkeys
 +xbindkeys
 +</code>
 +
 +----
  
ubuntu/mouse/mouse_shortcuts_with_xbindkeys/emulate_key_presses.1635200543.txt.gz · Last modified: 2021/10/25 22:22 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki