-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
[Feature request] Key labels #835
Comments
This is possible (but not yet released): https://github.com/Julow/Unexpected-Keyboard/blob/master/doc/Possible-key-values.md#kind-str The syntax is:
|
Imagine I want to write my email address - say '[email protected]' - when I press F1, with '@' shown on the F1 key.
Is this syntax correct? When will the Thank you! |
That should work except that you missed a ', try using: |
It works! 🙂 |
I have a keyboard layout with multiple invisible or hard-to-distinguish glyphs (types of spaces and variation selectors, mainly), and would like a custom label system, like is possible on MultiLing O Keyboard:
Approach 1: similar to
<shift/>
A new tag could be added to modmap so that specific key contents could be replaced when shown as labels.
Approach 2: key-level
Alternatively, each key could have a “label” parameter for each direction.
The text was updated successfully, but these errors were encountered: