Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-US key code support for # ~ | and \ plus small shift-state bugfix #21

Open
Gadgetoid opened this issue Mar 14, 2019 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@Gadgetoid
Copy link
Member

See here for details and the "fixed" set_key method: https://forums.pimoroni.com/t/keybow-running-a-desktop-shortcut/10140

Need to find a better, user-configurable way of emitting the right keycodes for the right regions- the fix mentioned in the forums currently uses hard-coded edge cases to account for # ~ | \.

Moving the shift key release until after the key release is a minor bugfix to avoid weird casing issues when outputting text.

@thediveo
Copy link
Contributor

thediveo commented Apr 3, 2019

fyi, I'm working on international keyboard layout support in Multibow, supporting also altgr and hopefully dead key sequences, such as for Swiss sg/sf layouts. layouts are comparably easily defined as a layout, with the Multibow runtime calculating the glyph to keycode and modifier mapping itself from the layout data.

@Gadgetoid Gadgetoid added hacktoberfest enhancement New feature or request labels Oct 1, 2019
@Gadgetoid
Copy link
Member Author

#63 should finally put this to rest... I think! I'm not actually totally sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants