mirror of
https://github.com/cy384/ssheven.git
synced 2026-05-15 06:05:53 -06:00
[GH-ISSUE #23] Ctrl-a does not work, Ctrl-Shift-a does #20
Labels
No labels
bug
documentation
enhancement
enhancement
pull-request
question
upkeep
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ssheven#20
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?
Originally created by @nortti0 on GitHub (Nov 4, 2022).
Original GitHub issue: https://github.com/cy384/ssheven/issues/23
Pressing Ctrl and the A key does not produce the byte 0x01, but pressing Ctrl, Shift and the A key does. I am not exactly sure what Ctrl-A produces by itself, because in shell it doesn't seem to do anything but in Irssi it switches windows. I am using Finnish-language Mac OS 9.2 with Finnish keyboard map on a PowerPC G3 system, running both version 0.8.9 and the one-off version created to a keyboard layout issue I had.
@cy384 commented on GitHub (Nov 4, 2022):
thanks for the report, I'll take a look at it. I would like to add a little debug mode for testing keycodes, since there's definitely some weird behavior in there.
@nortti0 commented on GitHub (Apr 4, 2023):
Just used ssheven again, and it appears that ctrl-a's working is actually somewhat unpredictable. It switched from producing ctrl-c to ctrl-b during an ssh session.