add default bindings to manpage

This commit is contained in:
Julien Danjou 2007-12-10 12:34:49 +01:00
parent 8dadb8b5df
commit 861dee4256
1 changed files with 83 additions and 3 deletions

View File

@ -45,9 +45,89 @@ OPTIONS
-c::
use an alternate configuration file instead of $HOME/.awesomerc.
USAGE
-----
Please read the default configuration file to see mouse and key actions.
DEFAULTS MOUSE BINDINGS
------------------------
*Button1* on tag name:::
View tag.
*Mod4 + Button1* on tag name:::
Tag current client with this tag.
*Button3* on tag name:::
Add this tag to current view.
*Mod4 + Button3*:::
Toggle this tag for client.
*Button4*, *Button5* on tag name:::
Switch to previous or next tag.
*Button1*, *Button3*, *Button4*, *Button5* on layout symbol:::
Switch to previous or next layout.
*Button4*, *Button5* on root window:::
Switch to previous or next tag.
*Mod4 + Button1* on client window:::
Move window.
*Mod4 + Button2* on client window:::
Zoom window.
*Mod4 + Button3* on client window:::
Resize window.
DEFAULTS KEY BINDINGS
---------------------
*Mod4 + Return*:::
Spawn xterm.
*Mod4 + space*:::
Switch to next layout.
*Mod4 \+ Shift \+ space*:::
Switch to previous layout.
*Mod4 + b*:::
Toggle statusbar.
*Mod4 + j*:::
Focus next client.
*Mod4 + k*:::
Focus previous client.
*Mod4 \+ Shift \+ j*:::
Switch client with next client.
*Mod4 \+ Shift \+ k*:::
Switch client with previous client.
*Mod4 \+ Control \+ j*:::
Focus next screen.
*Mod4 \+ Control \+ k*:::
Focus previous screen.
*Mod4 + h*:::
Decrease master width factor by 5%.
*Mod4 + l*:::
Increase master width factor by 5%.
*Mod4 \+ Shift \+ h*:::
Increase number of master windows by 1.
*Mod4 \+ Shift \+ l*:::
Decrease number of master windows by 1.
*Mod4 \+ Control \+ h*:::
Increase number of column for non-master windows by 1.
*Mod4 \+ Control \+ l*:::
Decrease number of column for non-master windows by 1.
*Mod4 + Escape*:::
View previously selected tag.
*Mod4 + Left*:::
View previous tag.
*Mod4 + Right*:::
View next tag.
*Mod4 + m*:::
Set client maximized.
*Mod4 \+ Control \+ Return*:::
Zoom client.
*Mod4 \+ Control \+ space*:::
Set client floating.
*Mod4 \+ Shift \+ c*:::
Kill client.
*Mod4 \+ Shift \+ q*:::
Quit awesome.
*Mod4 \+ Shift \+ r*:::
Reload awesome config.
*Mod4 + 0-9*:::
Switch to tag 1-9, 0 for all.
*Mod4 \+ Control \+ 0-9*:::
Toggle tag view.
*Mod4 \+ Shift \+ 0-9*:::
Tag client with tag.
*Mod4 \+ Shift \+ Control \+ 0-9*:::
Toggle tag on client.
CUSTOMIZATION
-------------