Go to the first, previous, next, last section, table of contents.
Key specifiers are in the format:
<Modifier>+<KeySym>
Where modifier is any number of modifiers separated by `+'. The modifiers are:
- Shift
- Control
- Alt
- Meta
- Super
- Hyper
Valid KeySym values can be found in `/usr/include/X11/keysymdef.h' (the leading
XK_ must be removed)
- Open/Close or raise root menu
-
- Syntax:
RootMenu=<key combination>
- Miniaturize focused window
-
- Syntax:
Miniaturize=<key combination>
- Hide focused application
-
- Syntax:
Hide=<key combination>
- Maximize focused window
-
- Syntax:
Maximize=<key combination>
- Close focused window
-
- Syntax:
Close=<key combination>
- Raise focused window
-
- Syntax:
Raise=<key combination>
- Lower focused window
-
- Syntax:
Lower=<key combination>
- Raise or Lower focused window
-
- Syntax:
RaiseLower=<key combination>
- Shade/unshade focused window
-
- Syntax:
Shade=<key combination>
- Set focus to next window
-
- Syntax:
FocusNext=<key combination>
- Set focus to previous window
-
- Syntax:
FocusPrev=<key combination>
- Switch to next workspace
-
- Syntax:
NextWorkspace=<key combination>
- Switch to previous workspace
-
- Syntax:
PrevWorkspace=<key combination>
- Switch to workspace
-
- Syntax:
Workspace1=<key combination>
Workspace2=<key combination>
Workspace3=<key combination>
Workspace4=<key combination>
Workspace5=<key combination>
Workspace6=<key combination>
Workspace7=<key combination>
Workspace8=<key combination>
Workspace9=<key combination>
Go to the first, previous, next, last section, table of contents.