f01c392bb7bda9a0c0d680929566a9a087aced33
[easy-deb-chroot] / fremantle / easy-deb-chroot / src / home / user / .xbindkeysrc
1 Mounting...
2 Using ext2 file system
3 # For the benefit of emacs users: -*- shell-script -*-
4 ###########################
5 # xbindkeys configuration #
6 ###########################
7 #
8 # Version: 1.8.2
9 #
10 # If you edit this file, do not forget to uncomment any lines
11 # that you change.
12 # The pound(#) symbol may be used anywhere for comments.
13 #
14 # To specify a key, you can use 'xbindkeys --key' or
15 # 'xbindkeys --multikey' and put one of the two lines in this file.
16 #
17 # The format of a command line is:
18 #    "command to start"
19 #       associated key
20 #
21 #
22 # A list of keys is in /usr/include/X11/keysym.h and in
23 # /usr/include/X11/keysymdef.h
24 # The XK_ is not needed.
25 #
26 # List of modifier:
27 #   Release, Control, Shift, Mod1 (Alt), Mod2 (NumLock),
28 #   Mod3 (CapsLock), Mod4, Mod5 (Scroll).
29 #
30
31 # The release modifier is not a standard X modifier, but you can
32 # use it if you want to catch release events instead of press events
33
34 # By defaults, xbindkeys does not pay attention with the modifiers
35 # NumLock, CapsLock and ScrollLock.
36 # Uncomment the lines above if you want to pay attention to them.
37
38 #keystate_numlock = enable
39 #keystate_capslock = enable
40 #keystate_scrolllock= enable
41
42   "wmctrl -r :ACTIVE: -b toggle,fullscreen"
43     m:0x4 + c:111
44     Control + Up
45
46   "wmctrl -r :ACTIVE: -b toggle,fullscreen"
47     m:0x4 + c:65
48     Control + space
49
50
51 # Examples of commands:
52
53 #"xbindkeys_show" 
54 #  control+shift + q
55
56 # set directly keycode (here control + f with my keyboard)
57 #"xterm"
58 #  c:41 + m:0x4
59
60 # specify a mouse button
61 #"xterm"
62 #  control + b:2
63
64 ##################################
65 # End of xbindkeys configuration #
66 ##################################