Replace iceweasel with firefox
[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 Mod4 j           :NextWindow
29
30 Mod1 Shift Tab   :PrevWindow
31 Mod4 k           :PrevWindow
32
33 Control Right           :NextWorkspace
34 Mod1 Shift Right        :NextWorkspace
35 Mod4 Right              :NextWorkspace
36
37 Control Left            :PrevWorkspace
38 Mod1 Shift Left :PrevWorkspace
39 Mod4 Left               :PrevWorkspace
40
41 Mod1 q   :PrevWindow
42 Mod1 w   :NextWindow
43 Mod1 a   :PrevTab
44 Mod1 s   :NextTab
45
46 Mod1 F1 :Workspace 1
47 Mod1 F2 :Workspace 2
48 Mod1 F3 :Workspace 3
49 Mod1 F4 :Workspace 4
50 Mod1 F5 :Workspace 5
51 Mod1 F6 :Workspace 6
52 Mod1 F7 :Workspace 7
53 Mod1 F8 :Workspace 8
54 Mod1 F9 :Workspace 9
55 Mod1 F10 :Workspace 10
56 Mod1 F11 :Workspace 11
57 Mod1 F12 :Workspace 12
58
59
60 Mod4 1 :Workspace 1
61 Mod4 2 :Workspace 2
62 Mod4 3 :Workspace 3
63 Mod4 4 :Workspace 4
64 Mod4 5 :Workspace 5
65 Mod4 6 :Workspace 6
66 Mod4 7 :Workspace 7
67 Mod4 8 :Workspace 8
68 Mod4 9 :Workspace 9
69 Mod4 0 :Workspace 10
70
71 Mod1 Shift F1  :SendToWorkspace 1
72 Mod1 Shift F2  :SendToWorkspace 2
73 Mod1 Shift F3  :SendToWorkspace 3
74 Mod1 Shift F4  :SendToWorkspace 4
75 Mod1 Shift F5  :SendToWorkspace 5
76 Mod1 Shift F6  :SendToWorkspace 6
77 Mod1 Shift F7  :SendToWorkspace 7
78 Mod1 Shift F8  :SendToWorkspace 8
79 Mod1 Shift F9  :SendToWorkspace 9
80 Mod1 Shift F10 :SendToWorkspace 10
81 Mod1 Shift F11 :SendToWorkspace 11
82 Mod1 Shift F12 :SendToWorkspace 12
83
84 Mod1 plus       :MaximizeWindow
85 Mod1 numbersign :Minimize
86 Mod1 space      :RootMenu
87 Control Mod1 a  :ArrangeWindows
88
89 # keymappings for programs
90 Control Mod1 l :ExecCommand xlock
91 Control Mod1 f :ExecCommand firefox
92
93 # screenshot
94 Control Shift s :ExecCommand import -window root `date +shot-%Y-%m-%d-%H%M%S.jpg`
95
96 Mod1 c         :ExecCommand fbrun
97 Mod4 space     :ExecCommand fbrun
98
99 # terminals:
100 Mod1 Escape    :ExecCommand x-terminal-emulator
101 Mod1 t         :ExecCommand x-terminal-emulator
102 Control Mod1 t :ExecCommand x-terminal-emulator
103 Control Mod1 i :ExecCommand LANG=en_US.iso885915 x-terminal-emulator
104 Mod4 Return    :ExecCommand x-terminal-emulator
105 ## END OF FILE #################################################################