Files
RedBear-OS/local
vasilito c1cf86a38a W9: Fix Ctrl-X chord semantics to match MC
MC parity audit found 4 semantic bugs in dispatch_ctrl_x_followup:
  l -> Link (hard link, was Cmd::Symlink)
  s -> Symlink (absolute symlink, was Cmd::SymlinkRelative)
  v -> SymlinkRelative (relative symlink, was Cmd::SymlinkEdit)

Added 2 ctrl+letter chord entries:
  ctrl-s -> SymlinkEdit (edit symlink)
  ctrl-p -> InsertOtherPath (insert other panel path)

Added 3 chord aliases for MC-compatibility:
  p -> InsertCurPath (MC's PutCurrentPath)
  r -> InsertCurFile (MC's PutCurrentLink)
  ctrl-d, ctrl-s, ctrl-p handled via modifier check

Tests: 1381 pass, zero warnings.
2026-07-06 10:25:59 +03:00
..
2026-07-05 22:29:19 +03:00