]> git.rmz.io Git - dotfiles.git/blob - xbindkeysrc
81c5618cb514e927abb01bc038022c77e34a5c21
[dotfiles.git] / xbindkeysrc
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 "qdbus --literal org.kde.kglobalaccel /component/kwin invokeShortcut Expose"
31 b:10
32
33 "qdbus --literal org.kde.kglobalaccel /component/kwin invokeShortcut ShowDesktopGrid"
34 b:13
35
36 "asus-kbd-backlight up"
37 XF86KbdBrightnessUp
38
39 "asus-kbd-backlight down"
40 XF86KbdBrightnessDown
41
42 ##################################
43 # End of xbindkeys configuration #
44 ##################################