Make the special keys bar configurable #1
Labels
No labels
bug
docs
enhancement
good first issue
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
pedromcaraujo/forge#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The mobile/touch special keys bar is hardcoded. The
KEYSarray lives inweb/index.html:944(Esc / Tab / Enter / arrows / Home / End / PgUp / PgDn) and there's no module option to change it.Deployers can't add, remove, or reorder keys — e.g. someone who wants a
^Cchord, function keys, or a different arrow layout has to patch the SPA.Goal: expose the keybar layout through
myServices.forge(per-deployment, possibly per-channel) so the servedKEYSset is driven by config rather than baked intoindex.html./keysids (seeKEY_MAPinweb/tmux_ctl.py), so the option needs to reference those ids or allow raw send-keys sequences.