diff options
author | Phil Jones <philj56@gmail.com> | 2023-05-09 19:33:38 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2023-05-09 19:35:26 +0100 |
commit | 4b86d9f487712e24b2288502f21c033a8d6790ad (patch) | |
tree | 1c768e6c9c6fe8833e11f8a34cd8dc574dc3e1aa /doc | |
parent | 871dc09cfb89b3094342907ff46c3a7b28c20338 (diff) |
Add alt-j/k/n/p keybindings.
Also generally clean up input handling a bit.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tofi.1.md | 5 | ||||
-rw-r--r-- | doc/tofi.1.scd | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/tofi.1.md b/doc/tofi.1.md index 925e59c..7af587b 100644 --- a/doc/tofi.1.md +++ b/doc/tofi.1.md @@ -40,11 +40,12 @@ the form **--key=value**. # KEYS -\<Up\> \| \<Left\> \| \<Ctrl\>-k \| \<Ctrl\>-p +\<Up\> \| \<Left\> \| \<Ctrl\>-k \| \<Ctrl\>-p \| \<Alt\>-k \| \<Alt\>-p > Move the selection back one entry. -\<Down\> \| \<Right\> \| \<Ctrl\>-j \| \<Ctrl\>-n \| \<Tab\> +\<Down\> \| \<Right\> \| \<Ctrl\>-j \| \<Ctrl\>-n \| \<Alt\>-j \| +\<Alt\>-n \| \<Tab\> > Move the selection forward one entry. diff --git a/doc/tofi.1.scd b/doc/tofi.1.scd index 7096d98..ccec46a 100644 --- a/doc/tofi.1.scd +++ b/doc/tofi.1.scd @@ -38,10 +38,10 @@ All config file options described in *tofi*(5) are also accepted, in the form # KEYS -<Up> | <Left> | <Ctrl>-k | <Ctrl>-p +<Up> | <Left> | <Ctrl>-k | <Ctrl>-p | <Alt>-k | <Alt>-p Move the selection back one entry. -<Down> | <Right> | <Ctrl>-j | <Ctrl>-n | <Tab> +<Down> | <Right> | <Ctrl>-j | <Ctrl>-n | <Alt>-j | <Alt>-n | <Tab> Move the selection forward one entry. <Page Up> |