fe1bf60c46bf3766f6e3e631bf8579d6f4a55bad
[grml-desktop.git] / etc / skel / .fluxbox / keys
1 # Filename:      .fluxbox/keys
2 # Purpose:       configuration file for keybindings for fluxbox
3 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
4 # Bug-Reports:   see http://grml.org/bugs/
5 # License:       This file is licensed under the GPL v2.
6 ################################################################################
7
8 # Enable resizing - taken from Debian's fluxbox
9 # package (patch titled restore-old-keybindings.patch),
10 # without this config the left mouse button does not work
11 # as expected, see #592904 in Debian's BTS for details
12 OnLeftGrip Move1 :StartResizing bottomleft
13 OnRightGrip Move1 :StartResizing bottomright
14 OnTitlebar Move1 :StartMoving
15
16 # Mod1 = Alt key
17 # Control = Ctrl Key
18 # plus = +,*,~ key (german keyboard)
19 # numbersign = #,' key (german keyboard)
20
21 OnDesktop Mouse1 :hideMenus
22 OnDesktop Mouse2 :workspaceMenu
23 OnDesktop Mouse3 :rootMenu
24 OnDesktop Mouse4 :nextWorkspace
25 OnDesktop Mouse5 :prevWorkspace
26
27 Mod1 Tab       :NextWindow
28 Mod1 Shift Tab :PrevWindow
29
30 Control Right           :NextWorkspace
31 Mod1 Shift Right        :NextWorkspace
32 Mod4 Right              :NextWorkspace
33
34 Control Left            :PrevWorkspace
35 Mod1 Shift Left :PrevWorkspace
36 Mod4 Left               :PrevWorkspace
37
38 Mod1 q   :PrevWindow
39 Mod1 w   :NextWindow
40 Mod1 a   :PrevTab
41 Mod1 s   :NextTab
42
43 Mod1 F1 :Workspace 1
44 Mod1 F2 :Workspace 2
45 Mod1 F3 :Workspace 3
46 Mod1 F4 :Workspace 4
47 Mod1 F5 :Workspace 5
48 Mod1 F6 :Workspace 6
49 Mod1 F7 :Workspace 7
50 Mod1 F8 :Workspace 8
51 Mod1 F9 :Workspace 9
52 Mod1 F10 :Workspace 10
53 Mod1 F11 :Workspace 11
54 Mod1 F12 :Workspace 12
55
56
57 Mod4 1 :Workspace 1
58 Mod4 2 :Workspace 2
59 Mod4 3 :Workspace 3
60 Mod4 4 :Workspace 4
61 Mod4 5 :Workspace 5
62 Mod4 6 :Workspace 6
63 Mod4 7 :Workspace 7
64 Mod4 8 :Workspace 8
65 Mod4 9 :Workspace 9
66 Mod4 0 :Workspace 10
67
68 Mod1 Shift F1  :SendToWorkspace 1
69 Mod1 Shift F2  :SendToWorkspace 2
70 Mod1 Shift F3  :SendToWorkspace 3
71 Mod1 Shift F4  :SendToWorkspace 4
72 Mod1 Shift F5  :SendToWorkspace 5
73 Mod1 Shift F6  :SendToWorkspace 6
74 Mod1 Shift F7  :SendToWorkspace 7
75 Mod1 Shift F8  :SendToWorkspace 8
76 Mod1 Shift F9  :SendToWorkspace 9
77 Mod1 Shift F10 :SendToWorkspace 10
78 Mod1 Shift F11 :SendToWorkspace 11
79 Mod1 Shift F12 :SendToWorkspace 12
80
81 Mod1 plus       :MaximizeWindow
82 Mod1 numbersign :Minimize
83 Mod1 space      :RootMenu
84 Control Mod1 a  :ArrangeWindows
85
86 # keymappings for programs
87 Control Mod1 l :ExecCommand xlock
88 Control Mod1 f :ExecCommand iceweasel
89
90 # screenshot
91 Control Shift s :ExecCommand import -window root `date +shot-%Y-%m-%d-%H%M%S.jpg`
92
93 Mod1 c         :ExecCommand fbrun
94 Mod4 space     :ExecCommand fbrun
95
96 # terminals:
97 Mod1 Escape    :ExecCommand x-terminal-emulator
98 Mod1 t         :ExecCommand x-terminal-emulator
99 Control Mod1 t :ExecCommand x-terminal-emulator
100 Control Mod1 i :ExecCommand LANG=en_US.iso885915 x-terminal-emulator
101 Mod4 Return    :ExecCommand x-terminal-emulator
102 ## END OF FILE #################################################################