-.BR xterm (1).
-.TP
-.B Mod1-Tab
-Focus next
-.BR window .
-.TP
-.B Mod1-Shift-Tab
-Focus previous
-.BR window .
-.TP
-.B Mod1-Return
-Zoom current
-.B window
-to the
-.B master
-column
-.RB ( tiling
-mode only).
-.TP
-.B Mod1-m
-Maximize current
-.BR window .
-.TP
-.B Mod1-g
-Grow current
-.BR column
-.RB ( tiling
-mode only).
-.TP
-.B Mod1-s
-Shrink current
-.BR column
-.RB ( tiling
-mode only).
-.TP
-.B Mod1-Shift-[1..n]
-Apply
-.B nth tag
-to current
-.BR window .
-.TP
-.B Mod1-Control-Shift-[1..n]
-Add/remove
-.B nth tag
-to/from current
-.BR window .
-.TP
-.B Mod1-Shift-c
-Close focused
-.B window.
-.TP
-.B Mod1-space
-Toggle between
-.B tiled
-and
-.B floating
-mode (affects
-.BR "all windows" ).
-.TP
-.B Mod1-[1..n]
-View all windows with
-.BR "tag n" .
-.TP
-.B Mod1-0
-View all windows with any
-.BR "tag" .
-.TP
-.B Mod1-Control-[1..n]
-Add/remove all windows with
-.B tag n
-to/from the view.
-.TP
-.B Mod1-Shift-q
-Quit
-.B dwm.
+.BR uxterm (1).
+.TP
+.B Mod1\-,
+Focus previous screen, if any.
+.TP
+.B Mod1\-.
+Focus next screen, if any.
+.TP
+.B Mod1\-Shift\-,
+Send focused window to previous screen, if any.
+.TP
+.B Mod1\-Shift\-.
+Send focused window to next screen, if any.
+.TP
+.B Mod1\-b
+Toggles bar on and off.
+.TP
+.B Mod1\-t
+Sets tiled layout.
+.TP
+.B Mod1\-f
+Sets floating layout.
+.TP
+.B Mod1\-m
+Sets monocle layout.
+.TP
+.B Mod1\-space
+Toggles between current and previous layout.
+.TP
+.B Mod1\-j
+Focus next window.
+.TP
+.B Mod1\-k
+Focus previous window.
+.TP
+.B Mod1\-h
+Decrease master area size.
+.TP
+.B Mod1\-l
+Increase master area size.
+.TP
+.B Mod1\-Return
+Zooms/cycles focused window to/from master area (tiled layouts only).
+.TP
+.B Mod1\-Shift\-c
+Close focused window.
+.TP
+.B Mod1\-Shift\-space
+Toggle focused window between tiled and floating state.
+.TP
+.B Mod1\-Tab
+Toggles to the previously selected tags.
+.TP
+.B Mod1\-Shift\-[1..n]
+Apply nth tag to focused window.
+.TP
+.B Mod1\-Shift\-0
+Apply all tags to focused window.
+.TP
+.B Mod1\-Control\-Shift\-[1..n]
+Add/remove nth tag to/from focused window.
+.TP
+.B Mod1\-[1..n]
+View all windows with nth tag.
+.TP
+.B Mod1\-0
+View all windows with any tag.
+.TP
+.B Mod1\-Control\-[1..n]
+Add/remove all windows with nth tag to/from the view.
+.TP
+.B Mod1\-Shift\-q
+Quit dwm.