You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XUL has two attributes - key and keycode. key is used when the shortcut is visible - like ctrl+alt+r. keycode is used when the shortcut is invisible - VK_F9.
The issue is that if in English we use keycode for windows, and any localizer would like to use key instead, Fluent doesn't have a solution for that.
The text was updated successfully, but these errors were encountered:
For such model to work, we'd have to provide meta-information for a CAT tool to allow for UX of selecting from a narrow list of available modifiers - likely with checkboxes.
In bug https://bugzilla.mozilla.org/show_bug.cgi?id=1608022 we encountered the following issue:
XUL has two attributes -
key
andkeycode
.key
is used when the shortcut is visible - likectrl+alt+r
.keycode
is used when the shortcut is invisible -VK_F9
.The issue is that if in English we use
keycode
for windows, and any localizer would like to usekey
instead, Fluent doesn't have a solution for that.The text was updated successfully, but these errors were encountered: