awesome.1: add missing key bindings
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
1bf3336024
commit
73ff89f897
|
@ -45,9 +45,8 @@ OPTIONS
|
||||||
|
|
||||||
DEFAULT MOUSE BINDINGS
|
DEFAULT MOUSE BINDINGS
|
||||||
-----------------------
|
-----------------------
|
||||||
|
Navigation
|
||||||
Navigation.
|
~~~~~~~~~~
|
||||||
~~~~~~~~~~~
|
|
||||||
|
|
||||||
*Button1* on tag name::
|
*Button1* on tag name::
|
||||||
View tag.
|
View tag.
|
||||||
|
@ -58,9 +57,8 @@ Navigation.
|
||||||
*Button1*, *Button3*, *Button4*, *Button5* on layout symbol::
|
*Button1*, *Button3*, *Button4*, *Button5* on layout symbol::
|
||||||
Switch to previous or next layout.
|
Switch to previous or next layout.
|
||||||
|
|
||||||
Layout modification.
|
Layout modification
|
||||||
~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
*Mod4 \+ Button1* on tag name::
|
*Mod4 \+ Button1* on tag name::
|
||||||
Tag current client with this tag only.
|
Tag current client with this tag only.
|
||||||
*Mod4 \+ Button3* on tag name::
|
*Mod4 \+ Button3* on tag name::
|
||||||
|
@ -73,27 +71,37 @@ Layout modification.
|
||||||
Resize window.
|
Resize window.
|
||||||
|
|
||||||
DEFAULT KEY BINDINGS
|
DEFAULT KEY BINDINGS
|
||||||
---------------------
|
--------------------
|
||||||
|
Window manager control
|
||||||
Birth and annihilation
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
*Mod4 \+ Return*::
|
|
||||||
Spawn terminal emulator.
|
|
||||||
*Mod4 \+ F1*::
|
|
||||||
Run prompt.
|
|
||||||
*Mod4 \+ F4*::
|
|
||||||
Run lua code prompt.
|
|
||||||
*Mod4 \+ Shift \+ c*::
|
|
||||||
Kill client.
|
|
||||||
*Mod4 \+ Control \+ r*::
|
*Mod4 \+ Control \+ r*::
|
||||||
Restart *awesome*.
|
Restart *awesome*.
|
||||||
*Mod4 \+ Shift \+ q*::
|
*Mod4 \+ Shift \+ q*::
|
||||||
Quit *awesome*.
|
Quit *awesome*.
|
||||||
|
*Mod4 \+ F1*::
|
||||||
|
Run prompt.
|
||||||
|
*Mod4 \+ F4*::
|
||||||
|
Run Lua code prompt.
|
||||||
|
*Mod4 \+ Return*::
|
||||||
|
Spawn terminal emulator.
|
||||||
|
|
||||||
|
Clients
|
||||||
|
~~~~~~~
|
||||||
|
*Mod4 \+ Control \+ i*::
|
||||||
|
Print the client class and instance.
|
||||||
|
*Mod4 \+ Shift \+ r*::
|
||||||
|
Redraw the focused window.
|
||||||
|
*Mod4 \+ m*::
|
||||||
|
Maximize client.
|
||||||
|
*Mod4 \+ f*::
|
||||||
|
Set client fullscreen.
|
||||||
|
*Mod4 \+ Shift \+ c*::
|
||||||
|
Kill focused client.
|
||||||
|
*Mod4 \+ t*::
|
||||||
|
Mark a client.
|
||||||
|
|
||||||
Navigation
|
Navigation
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
|
|
||||||
*Mod4 \+ j*::
|
*Mod4 \+ j*::
|
||||||
Focus next client.
|
Focus next client.
|
||||||
*Mod4 \+ k*::
|
*Mod4 \+ k*::
|
||||||
|
@ -110,10 +118,11 @@ Navigation
|
||||||
Focus next screen.
|
Focus next screen.
|
||||||
*Mod4 \+ Control \+ k*::
|
*Mod4 \+ Control \+ k*::
|
||||||
Focus previous screen.
|
Focus previous screen.
|
||||||
|
*Mod4 \+ Escape*::
|
||||||
|
Focus previously selected tag set.
|
||||||
|
|
||||||
Layout modification
|
Layout modification
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
*Mod4 \+ Shift \+ j*::
|
*Mod4 \+ Shift \+ j*::
|
||||||
Switch client with next client.
|
Switch client with next client.
|
||||||
*Mod4 \+ Shift \+ k*::
|
*Mod4 \+ Shift \+ k*::
|
||||||
|
@ -144,14 +153,8 @@ Layout modification
|
||||||
Tag client with tag.
|
Tag client with tag.
|
||||||
*Mod4 \+ Shift \+ Control \+ 1-9*::
|
*Mod4 \+ Shift \+ Control \+ 1-9*::
|
||||||
Toggle tag on client.
|
Toggle tag on client.
|
||||||
|
*Mod4 \+ Shift \+ F1-9*::
|
||||||
Misc
|
Tag marked clients with tag.
|
||||||
~~~~
|
|
||||||
*Mod4 \+ Shift \+ i*::
|
|
||||||
Print the client class and instance.
|
|
||||||
|
|
||||||
*Mod4 \+ Shift \+ r*::
|
|
||||||
Redraw the focused window.
|
|
||||||
|
|
||||||
CUSTOMIZATION
|
CUSTOMIZATION
|
||||||
-------------
|
-------------
|
||||||
|
|
Loading…
Reference in New Issue