Update the overview of default bindings
This commit is contained in:
parent
95cd4334a9
commit
70644c6379
15
man/i3.man
15
man/i3.man
|
@ -75,21 +75,30 @@ two virtual screens.
|
||||||
|
|
||||||
Here is a short overview of the default keybindings:
|
Here is a short overview of the default keybindings:
|
||||||
|
|
||||||
h/j/k/l::
|
j/k/l/;::
|
||||||
Direction keys (left, down, up, right)
|
Direction keys (left, down, up, right). They are on your homerow (see the mark on your "j" key).
|
||||||
|
|
||||||
Mod1+<direction>::
|
Mod1+<direction>::
|
||||||
Focus window in <direction>.
|
Focus window in <direction>.
|
||||||
|
|
||||||
|
Mod3+<direction>::
|
||||||
|
Focus container in <direction>.
|
||||||
|
|
||||||
Mod1+Shift+<direction>::
|
Mod1+Shift+<direction>::
|
||||||
Move window to <direction>.
|
Move window to <direction>.
|
||||||
|
|
||||||
|
Mod3+Shift+<direction>::
|
||||||
|
Move container to <direction>.
|
||||||
|
|
||||||
Mod1+Control+<direction>::
|
Mod1+Control+<direction>::
|
||||||
Snap window to <direction>.
|
Snap container to <direction>.
|
||||||
|
|
||||||
Mod1+<number>::
|
Mod1+<number>::
|
||||||
Switch to workspace <number>.
|
Switch to workspace <number>.
|
||||||
|
|
||||||
|
Mod1+Shift+<number>::
|
||||||
|
Move window to workspace <number>.
|
||||||
|
|
||||||
Mod1+f::
|
Mod1+f::
|
||||||
Toggle fullscreen mode.
|
Toggle fullscreen mode.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue