diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-03-29 21:01:33 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-03-29 21:01:33 +0000 |
| commit | f93084108834ef60bb80c6ba207a2951e432528e (patch) | |
| tree | 7df6c723a2d7b51055ea93c4b3eb1ea820f08eb2 | |
| parent | 8a6a9710eb9f7a22d5e0cb01b18f1d3aad78e908 (diff) | |
add SendToDesktop to the comments. fix the type calling the Desktop action Desktops
| -rw-r--r-- | plugins/keyboard/keysrc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/plugins/keyboard/keysrc b/plugins/keyboard/keysrc index daa07f53..2851f0d2 100644 --- a/plugins/keyboard/keysrc +++ b/plugins/keyboard/keysrc @@ -40,6 +40,9 @@ # * MaximizeVert - Maximize the focused window vertically # * UnmaximizeVert - Restore the focused window vertically # * ToggleMaximizeVert - Maximize or restore the focused window vertically +# * SendToDesktop - Sends the focused window to a specified desktop +# * Takes a number argument which specifies the desktop to send the window +# to (starting at 1). # * SendToNextDesktop - Sends the focused window to the next desktop # * SendToNextDesktopWrap - Sends the focused window to the next desktop # (wrapping around the first and last desktops) @@ -47,6 +50,9 @@ # * SendToPreviousDesktopWrap - Sends the focused window to the previous # desktop (wrapping around the first and last # desktops) +# * Desktop - Switches to the specified desktop +# * Takes a number argument which specifies the desktop to switch to +# (starting at 1). # * NextDesktop - Switches to the next desktop # * NextDesktopWrap - Switches to the next desktop (wrapping around the first # and last desktops) @@ -87,9 +93,6 @@ # * ResizeRelativeVert - Resizes the focused client vertically # * Takes a number argument which specifies the amount to resize the # window. A positive number grows it, a negative number shrinks it. -# * Desktops - Switches to the specified desktop -# * Takes a number argument which specifies the desktop to switch to -# (starting at 1). # * Execute - Executes a command # * Takes a string argument "in quotes" that is the command to execute. # * Restart - Restarts Openbox |
