diff options
-rw-r--r-- | doc/tofi.1.md | 10 | ||||
-rw-r--r-- | doc/tofi.1.scd | 7 |
2 files changed, 9 insertions, 8 deletions
diff --git a/doc/tofi.1.md b/doc/tofi.1.md index fe6e575..eef1942 100644 --- a/doc/tofi.1.md +++ b/doc/tofi.1.md @@ -40,13 +40,13 @@ the form **--key=value**. ## KEYS -\<Up\> \| \<Left\> \| \<Ctrl\>-k \| \<Ctrl\>-p \| \<Alt\>-k \| \<Alt\>-p -\| \<Alt\>-h \| \<Shift\>-\<Tab\> +\<Up\> \| \<Left\> \| \<Ctrl\>-k \| \<Ctrl\>-p \| \<Ctrl\>-b \| +\<Alt\>-k \| \<Alt\>-p \| \<Alt\>-h \| \<Shift\>-\<Tab\> > Move the selection back one entry. -\<Down\> \| \<Right\> \| \<Ctrl\>-j \| \<Ctrl\>-n \| \<Alt\>-j \| -\<Alt\>-n \| \<Alt\>-l \| \<Tab\> +\<Down\> \| \<Right\> \| \<Ctrl\>-j \| \<Ctrl\>-n \| \<Ctrl\>-f \| +\<Alt\>-j \| \<Alt\>-n \| \<Alt\>-l \| \<Tab\> > Move the selection forward one entry. @@ -70,7 +70,7 @@ the form **--key=value**. > Confirm the current selection and quit. -\<Escape\> \| \<Ctrl\>-c \| \<Ctrl\>-\[ +\<Escape\> \| \<Ctrl\>-c \| \<Ctrl\>-g \| \<Ctrl\>-\[ > Quit without making a selection. diff --git a/doc/tofi.1.scd b/doc/tofi.1.scd index 716421d..88ef396 100644 --- a/doc/tofi.1.scd +++ b/doc/tofi.1.scd @@ -38,11 +38,12 @@ All config file options described in *tofi*(5) are also accepted, in the form # KEYS -<Up> | <Left> | <Ctrl>-k | <Ctrl>-p | <Alt>-k | <Alt>-p | <Alt>-h | +<Up> | <Left> | <Ctrl>-k | <Ctrl>-p | <Ctrl>-b | <Alt>-k | <Alt>-p | <Alt>-h | <Shift>-<Tab> Move the selection back one entry. -<Down> | <Right> | <Ctrl>-j | <Ctrl>-n | <Alt>-j | <Alt>-n | <Alt>-l | <Tab> +<Down> | <Right> | <Ctrl>-j | <Ctrl>-n | <Ctrl>-f | <Alt>-j | <Alt>-n | <Alt>-l | +<Tab> Move the selection forward one entry. <Page Up> @@ -60,7 +61,7 @@ All config file options described in *tofi*(5) are also accepted, in the form <Enter> Confirm the current selection and quit. -<Escape> | <Ctrl>-c | <Ctrl>-[ +<Escape> | <Ctrl>-c | <Ctrl>-g | <Ctrl>-[ Quit without making a selection. # FILES |