Fix #2: distinguish Shift+N from Caps Lock

This commit is contained in:
Philip Henning 2026-09-06 17:01:27 +02:00
parent f2e2d45480
commit 4615aed580
7 changed files with 176 additions and 5 deletions

View file

@ -63,7 +63,8 @@ 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.
- 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.
- 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.
@ -254,7 +255,7 @@ continually retrying it.
| Key | Action |
| --- | --- |
| `n` | Add a Host Entry |
| `Shift+N` | Add a Host Entry based on the selected Host Entry |
| `Shift+N` | Add a Host Entry based on the selected Host Entry (requires an enhanced keyboard protocol) |
| `e` | Open the selected Host Entry in the Entry Editor |
| `d` | Delete the selected Host Entry |
| `Space` | Activate or deactivate the selected Host Entry |