1 # For the benefit of emacs users: -*- shell-script -*-
 
   2 ###########################
 
   3 # xbindkeys configuration #
 
   4 ###########################
 
   8 # A list of keys is in /usr/include/X11/keysym.h and in
 
   9 # /usr/include/X11/keysymdef.h
 
  10 # The XK_ is not needed.
 
  13 #   Release, Control, Shift, Mod1 (Alt), Mod2 (NumLock),
 
  14 #   Mod3 (CapsLock), Mod4, Mod5 (Scroll).
 
  16 # Don't forget to activate it on startup by placing 'xbindkeys' 
 
  17 # before the line that starts your DE in '~/.xinitrc'
 
  19 # The release modifier is not a standard X modifier, but you can
 
  20 # use it if you want to catch release events instead of press events
 
  22 # By defaults, xbindkeys does not pay attention with the modifiers
 
  23 # NumLock, CapsLock and ScrollLock.
 
  24 # Uncomment the lines above if you want to pay attention to them.
 
  26 #keystate_numlock = enable
 
  27 #keystate_capslock = enable
 
  28 #keystate_scrolllock= enable
 
  30 "asus-kbd-backlight up"
 
  33 "asus-kbd-backlight down"
 
  36 ##################################
 
  37 # End of xbindkeys configuration #
 
  38 ##################################