sshkeeper/internal
mirivlad d1bb216d82 Fix: universal hotkeys using Ctrl+combinations
- All hotkeys now use Ctrl+letter (Ctrl+A, Ctrl+E, Ctrl+D, Ctrl+T, Ctrl+F, Ctrl+Q)
- Works on ANY keyboard layout (EN, FR, DE, RU, etc.)
- Ctrl+letter generates same control character regardless of layout
- Updated help text and README

Rationale: Ctrl+A always produces byte 0x01 (SOH) regardless of whether
the physical key is QWERTY 'a', AZERTY 'a', or ЙЦУКЕН 'ф'. This is the
standard approach used by vim, tmux, ranger, etc.
2026-05-26 16:41:42 +08:00
..
config Initial commit: sshkeeper v0.1.0 2026-05-26 09:11:55 +08:00
db Initial commit: sshkeeper v0.1.0 2026-05-26 09:11:55 +08:00
model Initial commit: sshkeeper v0.1.0 2026-05-26 09:11:55 +08:00
ssh Initial commit: sshkeeper v0.1.0 2026-05-26 09:11:55 +08:00
tui Fix: universal hotkeys using Ctrl+combinations 2026-05-26 16:41:42 +08:00
vault Initial commit: sshkeeper v0.1.0 2026-05-26 09:11:55 +08:00