X-Git-Url: https://code.delx.au/spectrwm/blobdiff_plain/f82969b59c414218f709b1d95a799fae6fc40f49..refs/heads/hacking:/spectrwm.1 diff --git a/spectrwm.1 b/spectrwm.1 index 982092f..6cdfe7b 100644 --- a/spectrwm.1 +++ b/spectrwm.1 @@ -602,7 +602,7 @@ provides many functions (or actions) accessed via key or pointer bindings. The default bindings are listed below: .Pp .Bl -tag -width "M-j, M-XXXXXX" -offset indent -compact -.It Cm Ns Aq Cm Button1 +.It Aq Cm Button1 focus .It Cm M- Ns Aq Cm Button1 move @@ -624,7 +624,7 @@ cycle_layout flip_layout .It Cm M-S- Ns Aq Cm Space stack_reset -.It Cm Aq Ar unbound +.It Aq Ar unbound stack_balance .It Cm M-h master_shrink @@ -674,9 +674,9 @@ wind_kill .Pf rg_ Aq Ar 1-9 .It Cm M-S- Ns Aq Ar Keypad 1-9 .Pf mvrg_ Aq Ar 1-9 -.It Cm Aq Ar unbound +.It Aq Ar unbound mvrg_next -.It Cm Aq Ar unbound +.It Aq Ar unbound mvrg_prev .It Cm M- Ns Aq Cm Right ws_next @@ -696,9 +696,9 @@ ws_next_move rg_next .It Cm M-S- Ns Aq Cm Left rg_prev -.It Cm Aq Ar unbound +.It Aq Ar unbound rg_move_next -.It Cm Aq Ar unbound +.It Aq Ar unbound rg_move_prev .It Cm M-s screenshot_all @@ -718,6 +718,8 @@ iconify uniconify .It Cm M-e maximize_toggle +.It Cm M-S-e +fullscreen_toggle .It Cm M-r raise .It Cm M-S-r @@ -904,6 +906,8 @@ Restore (map) window returned by selection. .It Cm maximize_toggle Toggle maximization of focused window. +.It Cm fullscreen_toggle +Toggle fullscreen state of focused window. .It Cm raise Raise the current window. .It Cm always_raise @@ -983,7 +987,7 @@ In the above example, initiates .Ic move and -.Cm Aq Cm Button3 +.Aq Cm Button3 pressed with any other combination of modifiers sets focus to the window/region under the pointer. .Pp @@ -994,7 +998,7 @@ bind[focus] = REPLAY+Button3 .Ed .Pp In the above example, when -.Cm Aq Cm Button3 +.Aq Cm Button3 is pressed without any modifier(s), focus is set to the window under the pointer and the button press is passed to the window. .Pp