mirror of
https://github.com/cy384/ssheven.git
synced 2026-05-15 06:05:53 -06:00
[GH-ISSUE #15] Option+key combinations do not produce anything #14
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#14
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 (Feb 22, 2022).
Original GitHub issue: https://github.com/cy384/ssheven/issues/15
On the Finnish keyboard option is required to access many common characters like |, $, [], etc. I am running ssheven under Mac OS 9 set to Finnish locale, and it appears to me that ssheven is ignoring these key combinations. Unsure if this is covered under "non-US keyboard input may or may not have issues" or not.
@cy384 commented on GitHub (Feb 22, 2022):
Thanks for the report, that is definitely a bug. Do control combos (like ctrl-c, ctrl-d, ctrl-l) work correctly?
@nortti0 commented on GitHub (Feb 22, 2022):
They do.
@cy384 commented on GitHub (Feb 23, 2022):
I made some changes to the alt/option handling, can you try this version? ASCII characters should work, but ones like ä and Ö won't (yet).
download from github: ssheven-fat-alt-option-fix.zip or my site: ssheven-fat-alt-option-fix.bin
@nortti0 commented on GitHub (Feb 24, 2022):
That version works as expected. Thank you.
@cy384 commented on GitHub (Feb 25, 2022):
committed, the fix will be in the next release