aboutsummaryrefslogtreecommitdiff
path: root/data/keys
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2008-08-14 05:52:39 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2008-08-14 05:52:39 (GMT)
commite169d33552c8e7070aa6e13da0187f2013b4cfc3 (patch)
treeae9e92c7e885791c7f47645184070cbcd441ab94 /data/keys
parentc82e7c0080f8a5c14dcf95ec92dc42f59ea9dd8b (diff)
parent91ca3bc5c8e2b892a9a81b18246f72aba7deebfd (diff)
downloadfluxbox-e169d33552c8e7070aa6e13da0187f2013b4cfc3.zip
fluxbox-e169d33552c8e7070aa6e13da0187f2013b4cfc3.tar.bz2
Merge branch 'master' into to_push
Diffstat (limited to 'data/keys')
-rw-r--r--data/keys27
1 files changed, 21 insertions, 6 deletions
diff --git a/data/keys b/data/keys
index 8b2a234..f2de94a 100644
--- a/data/keys
+++ b/data/keys
@@ -4,16 +4,16 @@ OnDesktop Mouse2 :WorkspaceMenu
4OnDesktop Mouse3 :RootMenu 4OnDesktop Mouse3 :RootMenu
5 5
6# scroll on the desktop to change workspaces 6# scroll on the desktop to change workspaces
7OnDesktop Mouse4 :NextWorkspace 7OnDesktop Mouse4 :PrevWorkspace
8OnDesktop Mouse5 :PrevWorkspace 8OnDesktop Mouse5 :NextWorkspace
9 9
10# scroll on the toolbar to change workspaces 10# scroll on the toolbar to change workspaces
11OnToolbar Mouse4 :NextWorkspace 11OnToolbar Mouse4 :PrevWorkspace
12OnToolbar Mouse5 :PrevWorkspace 12OnToolbar Mouse5 :NextWorkspace
13 13
14# alt + left/right click to move/resize a window 14# alt + left/right click to move/resize a window
15OnWindow Mod1 Mouse1 :StartMoving 15OnWindow Mod1 Mouse1 :StartMoving
16OnWindow Mod1 Mouse3 :StartResizing 16OnWindow Mod1 Mouse3 :StartResizing NearestCorner
17 17
18# middle click a window's titlebar and drag to attach windows 18# middle click a window's titlebar and drag to attach windows
19OnTitlebar Mouse2 :StartTabbing 19OnTitlebar Mouse2 :StartTabbing
@@ -43,11 +43,26 @@ Mod4 7 :Tab 7
43Mod4 8 :Tab 8 43Mod4 8 :Tab 8
44Mod4 9 :Tab 9 44Mod4 9 :Tab 9
45 45
46# open a terminal
47Mod1 F1 :Exec xterm
48
46# open a dialog to run programs 49# open a dialog to run programs
47Mod1 F2 :Exec fbrun 50Mod1 F2 :Exec fbrun
48 51
49# close the current window 52# volume settings, using common keycodes
53# if these don't work, use xev to find out your real keycodes
54176 :Exec amixer sset Master,0 1+
55174 :Exec amixer sset Master,0 1-
56160 :Exec amixer sset Master,0 toggle
57
58# current window commands
50Mod1 F4 :Close 59Mod1 F4 :Close
60Mod1 F9 :Minimize
61Mod1 F10 :Maximize
62Mod1 F11 :Fullscreen
63
64# open the window menu
65Mod1 space :WindowMenu
51 66
52# exit fluxbox 67# exit fluxbox
53Control Mod1 Delete :Exit 68Control Mod1 Delete :Exit