Jul 10

For keyboard an Logitech config

Tag: Unixberrisch @ 8:58 pm
  • xserver-xorg-input-evdev or search evdev
  • xbindkeys
  • xvkbd

Tools:

  • xev (show key/button code when pressed [Xevent])
  • xbinkeys ($HOME/.xbindkeysrc) key / button to start command etc.
  • + xvkbd -> send virtual keystrings to xfree

    (”/usr/bin/xvkbd -xsendevent -text “\[Alt_L]\[Right]“”) in .xbindkeysrc

  • xmodmap ($HOME/.Xmodmap) to change the keycode assigns

AND
revoco: http://goron.de/~froese/revoco-0.1.tar.gz
to configurate logitech wheel control


To load file ‘$HOME/.xbindkeysrc’
=> # xbindkey
To load file ‘$HOME/.Xmodmap’
=> # xmodmap $HOME/.Xmodmap


To load on session start SUSE:
Create shortcuts in $KDE/Autostart

#Section “InputDevice”
# Driver “mouse”
# Identifier “Mouse[1]“
# Option “Buttons” “12″
# Option “Device” “/dev/input/mice”
# Option “Name” “Logitech USB Receiver”
# Option “Protocol” “explorerps/2″
# Option “Vendor” “Sysp”
# Option “ZAxisMapping” “4 5″
#EndSection
#Section “InputDevice”
# Identifier “Mouse[1]“
# Driver “evdev”
# Option “Buttons” “11″
# Option “Device” “/dev/input/event3″
# Option “Name” “Logitech USB Receiver”
# Option “Emulate3Buttons” “false”
# Option “Protocol” “explorerps/2″
# Option “Vendor” “Sysp”
# Option “ZAxisMapping” “4 5″
#EndSection

Leave a Reply