diff options
author | sabetts <sabetts> | 2001-10-18 07:58:08 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2001-10-18 07:58:08 +0000 |
commit | aab15c3e37107a8aa1276309466202bd29633470 (patch) | |
tree | 2a0f2a2224e60c374d6395bc723be139314722a3 | |
parent | 6ddaccd940d82362ead59ee4f5d21b3feb3d57fc (diff) | |
download | ratpoison-aab15c3e37107a8aa1276309466202bd29633470.zip |
focuslast command
-rw-r--r-- | doc/ratpoison.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 8f0dc16..e37995d 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -304,6 +304,9 @@ occupying a frame will be the second window. @item C-t tab Cycle through ratpoison's frames. +@item C-t M-tab +Switch to the last focused frame. + @item C-t Q Kill all frames but the current one. @@ -414,6 +417,9 @@ Application Name Resource Class @item %i X11 Window ID +@item %l +A unique number based on when the window was last accessed. The higher +the number, the more recent it was accessed. @end table @item defwinname @var{name} @@ -446,6 +452,9 @@ prefix key to @key{C-b}. @item focus cycle through ratpoison's frames. +@item focuslast +Switch to the last focused frame. + @item focusup Move to the frame above the current frame. |