Fremantle versions pushed to Extras
[easy-deb-chroot] / fremantle / easy-deb-chroot / src / home / user / .xbindkeysrc
1 # For the benefit of emacs users: -*- shell-script -*-
2 ###########################
3 # xbindkeys configuration #
4 ###########################
5 #
6 # Version: 1.8.2
7 #
8 # If you edit this file, do not forget to uncomment any lines
9 # that you change.
10 # The pound(#) symbol may be used anywhere for comments.
11 #
12 # To specify a key, you can use 'xbindkeys --key' or
13 # 'xbindkeys --multikey' and put one of the two lines in this file.
14 #
15 # The format of a command line is:
16 #    "command to start"
17 #       associated key
18 #
19 #
20 # A list of keys is in /usr/include/X11/keysym.h and in
21 # /usr/include/X11/keysymdef.h
22 # The XK_ is not needed.
23 #
24 # List of modifier:
25 #   Release, Control, Shift, Mod1 (Alt), Mod2 (NumLock),
26 #   Mod3 (CapsLock), Mod4, Mod5 (Blue Fn).
27 #
28
29 # The release modifier is not a standard X modifier, but you can
30 # use it if you want to catch release events instead of press events
31
32 # By defaults, xbindkeys does not pay attention with the modifiers
33 # NumLock, CapsLock and ScrollLock.
34 # Uncomment the lines above if you want to pay attention to them.
35
36 #keystate_numlock = enable
37 #keystate_capslock = enable
38 #keystate_scrolllock= enable
39
40   "wmctrl -r :ACTIVE: -b toggle,fullscreen"
41     m:0x4 + c:111
42     Control + Up
43
44   "wmctrl -r :ACTIVE: -b toggle,fullscreen"
45     m:0x4 + c:65
46     Control + space
47
48 # the enter key is KP_Enter instead of Return (thanks, rebhana!)
49 # some applications don't accept KP_Enter in place of Return, hence:
50
51 "xvkbd -xsendevent -text '\r'"
52    Shift + KP_Enter
53
54 # F1-F12 mapped to Shift+Fn + keys from upper row (thanks, rebhana):
55
56 "xvkbd -text "\[F1]""
57  m:0x81 + c:24
58
59 "xvkbd -text "\[F2]""
60  m:0x81 + c:25
61
62 "xvkbd -text "\[F3]""
63  m:0x81 + c:26
64
65 "xvkbd -text "\[F4]""
66  m:0x81 + c:27
67
68 "xvkbd -text "\[F5]""
69  m:0x81 + c:28
70
71 "xvkbd -text "\[F6]""
72  m:0x81 + c:29
73
74 "xvkbd -text "\[F7]""
75  m:0x81 + c:30
76
77 "xvkbd -text "\[F8]""
78  m:0x81 + c:31
79
80 "xvkbd -text "\[F9]""
81  m:0x81 + c:32
82
83 "xvkbd -text "\[F10]""
84  m:0x81 + c:33
85
86 "xvkbd -text "\[F11]""
87  m:0x81 + c:59
88
89 "xvkbd -text "\[F12]""
90  m:0x81 + c:22
91
92 # Examples of commands:
93
94 # specify a mouse button
95 #"xterm"
96 #  control + b:2
97
98 ##################################
99 # End of xbindkeys configuration #
100 ##################################