Skip to content

Commit

Permalink
Add <Ctrl>-[fbg] bindings to man page.
Browse files Browse the repository at this point in the history
  • Loading branch information
philj56 committed Dec 30, 2024
1 parent 77625f2 commit 717f3a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
10 changes: 5 additions & 5 deletions doc/tofi.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down
7 changes: 4 additions & 3 deletions doc/tofi.1.scd
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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
Expand Down

0 comments on commit 717f3a8

Please sign in to comment.