Easy Chroot 0.3.1
[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 # debernardis and rebhana suggest TAB and Esc
55
56 "xvkbd -xsendevent -text '\t'"
57   Shift+Mod5 + Right
58
59 "xvkbd -xsendevent -text '\e'"
60   Shift+Mod5 + Left
61
62 # F1-F12 mapped to Shift+Fn + keys from upper row (thanks, rebhana):
63
64 "xvkbd -xsendevent -text "\[F1]""
65  m:0x81 + c:24
66
67 "xvkbd -xsendevent -text "\[F2]""
68  m:0x81 + c:25
69
70 "xvkbd -xsendevent -text "\[F3]""
71  m:0x81 + c:26
72
73 "xvkbd -xsendevent -text "\[F4]""
74  m:0x81 + c:27
75
76 "xvkbd -xsendevent -text "\[F5]""
77  m:0x81 + c:28
78
79 "xvkbd -xsendevent -text "\[F6]""
80  m:0x81 + c:29
81
82 "xvkbd -xsendevent -text "\[F7]""
83  m:0x81 + c:30
84
85 "xvkbd -xsendevent -text "\[F8]""
86  m:0x81 + c:31
87
88 "xvkbd -xsendevent -text "\[F9]""
89  m:0x81 + c:32
90
91 "xvkbd -xsendevent -text "\[F10]""
92  m:0x81 + c:33
93
94 "xvkbd -xsendevent -text "\[F11]""
95  m:0x81 + c:59
96
97 "xvkbd -xsendevent -text "\[F12]""
98  m:0x81 + c:22
99
100 # Examples of commands:
101
102 # specify a mouse button
103 #"xterm"
104 #  control + b:2
105
106 ##################################
107 # End of xbindkeys configuration #
108 ##################################