Fix #2: fall back to uppercase N

This commit is contained in:
Philip Henning 2026-09-06 18:04:42 +02:00
parent 4615aed580
commit 73c18850c6
5 changed files with 28 additions and 6 deletions

View file

@ -63,8 +63,9 @@ separate from the Entry Editor used to change one Host Entry.
In Privileged Mode:
- Press `n` to add a Host Entry.
- Press `Shift+N` to add a Host Entry based on the selected Host Entry. This
requires a terminal that supports the Kitty enhanced keyboard protocol.
- Press `Shift+N` to add a Host Entry based on the selected Host Entry. In a
terminal without the Kitty enhanced keyboard protocol, uppercase `N` is the
fallback, so Caps Lock also triggers this action.
- Select a non-default Host Entry and press `e` to open the Entry Editor.
- Press `d` and confirm to delete the selected Host Entry.
- Press `Space` to activate or deactivate the selected Host Entry.
@ -255,7 +256,7 @@ continually retrying it.
| Key | Action |
| --- | --- |
| `n` | Add a Host Entry |
| `Shift+N` | Add a Host Entry based on the selected Host Entry (requires an enhanced keyboard protocol) |
| `Shift+N` | Add a Host Entry based on the selected Host Entry (`N` fallback without enhanced keyboard support; Caps Lock also triggers it) |
| `e` | Open the selected Host Entry in the Entry Editor |
| `d` | Delete the selected Host Entry |
| `Space` | Activate or deactivate the selected Host Entry |