1# default bbkeys definitions....
2
3[begin] (bbkeys configuration file)
4
5  [config]
6    [option] (stylefile) {~/local/blackbox-CVS/share/blackbox/styles/Cthulhain}
7    [option] (honorModifiers) {false}
8    [option] (raiseWhileCycling) {false}
9    [option] (showCycleMenu)  {true}
10    [option] (menuTextJustify) {right}
11    [option] (followWindowOnSend)  {false}
12    [option] (includeIconifiedWindowsInCycle)  {true}
13    [option] (autoConfig)   {true}
14    [option] (autoConfigCheckTimeout) {2}
15    [option] (workspaceColumns) {4}
16#    [option] (workspaceRows) {2}
17#    only one can be effective at a time
18#    if both are given, workspaceColumns takes precedence
19    [option] (cycleMenuX) {20}
20    [option] (cycleMenuY) {20}
21  [end]
22
23  [keybindings] (begin keybindings)
24    [chain] (Control-Mod1-W)
25      [sendToWorkspace] (1) {1}
26      [sendToWorkspace] (2) {2}
27      [sendToWorkspace] (3) {3}
28      [sendToWorkspace] (4) {4}
29      [sendToWorkspace] (5) {5}
30      [sendToWorkspace] (6) {6}
31      [sendToWorkspace] (7) {7}
32      [sendToWorkspace] (8) {8}
33    [end]
34    [Lower]  (Mod1-Down)
35    [Raise]  (Mod1-Up)
36    [toggleShade]  (Mod1-F9)
37    [Close]  (Mod1-F4)
38    [Iconify]  (Mod1-m)
39    [toggleMaximizeFull]  (Mod1-F12)
40    [toggleMaximizeHorizontal]  (Mod1-F11)
41    [toggleMaximizeVertical]  (Mod1-F10)
42    [toggleOmnipresent]  (Mod1-Control-S)
43    [resizeWindowWidth]  (Mod1-Control-Shift-Left) {-5}
44    [resizeWindowWidth]  (Mod1-Control-Shift-Right) {5}
45    [resizeWindowHeight]  (Mod1-Control-Shift-Up) {-5}
46    [resizeWindowHeight]  (Mod1-Control-Shift-Down) {5}
47    [moveWindowUp]  (Mod1-Control-Up) {1}
48    [moveWindowDown]  (Mod1-Control-Down) {1}
49    [moveWindowLeft]  (Mod1-Control-Left) {1}
50    [moveWindowRight]  (Mod1-Control-Right) {1}
51    [NextWindow]  (Mod1-Tab)
52    [NextWindowOnAllWorkspaces]  (Mod1-Control-Tab)
53    [PrevWindow]  (Mod1-Shift-Tab)
54    [changeWorkspace]  (Mod1-1) {1}
55    [changeWorkspace]  (Mod1-2) {2}
56    [changeWorkspace]  (Mod1-3) {3}
57    [changeWorkspace]  (Mod1-4) {4}
58    [changeWorkspace]  (Mod1-5) {5}
59    [changeWorkspace]  (Mod1-6) {6}
60    [changeWorkspace]  (Mod1-7) {7}
61    [changeWorkspace]  (Mod1-8) {8}
62
63    #[upWorkspace] (Mod1-Control-K)
64    #[downWorkspace] (Mod1-Control-J)
65    #[leftWorkspace] (Mod1-Control-H)
66    #[rightWorkspace] (Mod1-Control-L)
67
68    [showRootMenu] (Mod1-Control-Escape)
69
70    [Execute]  (Mod1-F5) {xrefresh}
71    [Execute]  (Mod1-F1) {gnome-terminal}
72    #[Execute]  (Mod4-E) {kfmclient openProfile filemanagement}
73    #[Execute]  (F20) {kfmclient openProfile filemanagement}
74    [Execute]  (Mod4-E) {nautilus ~}
75    [Execute]  (F20) {nautilus ~}
76  [end] (end keybindings)
77[end] (end bbkeys configuration)
78