Define mobile SSH input tiers

This commit is contained in:
slhx agent
2026-06-21 22:23:47 +02:00
parent 6271fac301
commit 2e60a0961c
2 changed files with 25 additions and 0 deletions
+2
View File
@@ -25,6 +25,8 @@ Rows are redgate TSV requirements: `ring<TAB>id<TAB>summary [tag]`.
1 012 Line selections SHALL be able to include the line's newline boundary so linewise edits can preserve Vim-like newline semantics. [mobile]
1 013 Document start/end and half-page motions SHALL be reachable from Normal mode with Ctrl-capable SSH keys and documented mobile fallback aliases. [mobile]
1 014 Normal-mode dot repeat SHALL replay the last deterministic local edit for the supported insert/change/delete/put subset without recording panel, search, or external side effects. [mobile]
1 015 The keymap SHALL classify bindings into core mobile, mobile SSH accelerator, and attached-keyboard tiers so Esc/Ctrl/arrow-capable clients can be used without making those keys mandatory for core commands. [mobile]
1 016 Every attached-keyboard or Ctrl/Esc accelerator that performs a core editing, navigation, recovery, or panel action SHALL have a documented visible mobile fallback or rail path. [mobile]
## ui