-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
fix(core): implement ldml_processor::get_key_list() #12644
base: master
Are you sure you want to change the base?
Conversation
User Test ResultsTest specification and instructions User tests are not required Test Artifacts
|
@@ -4,6 +4,7 @@ | |||
|
|||
@@keys: [SHIFT K_BKQUOTE][K_1][K_BKQUOTE] | |||
@@expected: \u0037\u1790\u17B6\u0127 | |||
@@keylist: [SHIFT K_BKQUOTE][SHIFT K_1][K_BKQUOTE][K_1] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just picked this because it's a smaller keyboard.
Yes, I think it should have testing (all desktop platforms)
They probably need to be, otherwise they will fall back to default output (think Shift modifier for example). The rule we decided on for LDML keyboards was that if a layer is defined at all for a given modifier set, it is defined for all keys on that modifier set (even if it is no-op). |
|
great, yes bringing in the test case from #12298 (comment) makes sense. i think i could do this with a set of the modifier combinations, and then just expand on the 'vkey map' X modifier combinations. |
also
@@key-list
keywordFixes: #12298
@keymanapp-test-bot skip