]> git.rmz.io Git - dotfiles.git/blob - xbindkeys/chronos
xbindkeys: rename files to be host specific
[dotfiles.git] / xbindkeys / chronos
1 # For the benefit of emacs users: -*- shell-script -*-
2 ###########################
3 # xbindkeys configuration #
4 ###########################
5 #
6 # Version: 1.8.5
7 #
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.
11 #
12 # List of modifier:
13 # Release, Control, Shift, Mod1 (Alt), Mod2 (NumLock),
14 # Mod3 (CapsLock), Mod4, Mod5 (Scroll).
15 #
16 # Don't forget to activate it on startup by placing 'xbindkeys'
17 # before the line that starts your DE in '~/.xinitrc'
18
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
21
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.
25
26 #keystate_numlock = enable
27 #keystate_capslock = enable
28 #keystate_scrolllock= enable
29
30 "asus-kbd-backlight up"
31 XF86KbdBrightnessUp
32
33 "asus-kbd-backlight down"
34 XF86KbdBrightnessDown
35
36 ##################################
37 # End of xbindkeys configuration #
38 ##################################