These are the actions currently provided by Fluxbox. They cover most of the stuff one might want to place on keypresses. Note that in the keybindings file, the last character before the actual event should be a :.
Table 5-1. Navigation
| Action | Result |
|---|---|
| Workspace | Go to a particular workspace. Use :Workspace 1, :Workspace 2, etc. |
| WorkspaceNN | Kept for compatibility, will disappear soon. Example :Workspace1. |
| NextTab | Switch to the Next Tab in the current group. |
| PrevTab | Switch to the Previous Tab in the current group. |
| NextWindow N | Go to Next Window. See Note 1. |
| PrevWindow N | Go to previous window. Again, see Note 1. |
| NextWorkspace | Go to the Next Workspace. |
| PrevWorkspace | Go to the Previous Workspace. |
| LeftWorkspace | Same as PrevWorkspace. |
| RightWorkspace | Same as NextWorkspace. |
Table 5-2. Window Operations
| Action | Result |
|---|---|
| Close | Close the Window. |
| KillWindow | The equivalent of calling xkill and clicking on the window. |
| Minimize | Also known as "iconify". Make the window iconified. |
| ShadeWindow | Put window in the 'shaded' state, or restore from the 'shaded' state. |
| StickWindow | Toggle a Window's 'sticky' state. |
| ToggleDecor | Toggle whether or not current window has a border, buttons, and titlebar. |
| ToggleTab | Toggle the Tab on or off for a window. |
| Raise | Bring the window to the 'Top', it will appear 'Above' windows that it overlaps. |
| Lower | Opposite of Raise. |
Table 5-3. Window Sizing
| Action | Result |
|---|---|
| HorizontalIncrement | Makes the window one unit wider (See Note 2). |
| HorizontalDecrement | Opposite of HorizontalIncrement |
| VerticalIncrement | Make the window one unit taller (See Note 2). |
| VerticalDecrement | Opposite of VerticalIncrement |
| MaximizeHorizontal | Maximize the window horizontally. |
| MaximizeVertical | Maximize the window vertically. |
| MaximizeWindow | Maximize the Window. |
![]() | 2. HorizontalIncrement / HorizontalDecrement / VerticalIncrement / VerticalDecrement |
|---|---|
It says "one unit" when describing the resizing. This in particular is in regard to xterm/aterm/Eterm in that instead of resizing by one pixel, they will add another character-width worth of space. Other programs should just resize by one pixel. |
Table 5-4. Window Movement
| Action | Result |
|---|---|
| SendToWorkspace | Send current window to a specified workspace. Use :SendToWorkspace 1 |
| NudgeDown | The Nudge options all move windows around. |
| NudgeLeft | The Nudge options all move windows around. |
| NudgeRight | The Nudge options all move windows around. |
| NudgeUp | The Nudge options all move windows around. |
| BigNudgeDown | The BigNudge options all move windows around by larger amounts. |
| BigNudgeLeft | The BigNudge options all move windows around by larger amounts. |
| BigNudgeRight | The BigNudge options all move windows around by larger amounts. |
| BigNudgeUp | The BigNudge options all move windows around by larger amounts. |