Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
thunar:dev:mouse_button_magic [2020/10/03 07:19] – added header and footer nav kevinbowenthunar:dev:mouse_button_magic [2024/07/08 17:22] (current) alexxcons
Line 36: Line 36:
  
   xmodmap ~/.Xmodmap   xmodmap ~/.Xmodmap
 +
 +
 +==== Simulate Keyboard buttons ====
 +
 +For an X11 session that can be done via "xdotool". E.g. for the special-key "Back":
 +
 +  sleep 2;xdotool key 0x1008ff26
 +
 +The Hex codes of keys can be looked up here: https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gdk/gdkkeysyms.h
  
 ---- ----