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
Currently, the Display trait of the KeyBind type just outputs the English text for the key bind. However, other languages have different names for keys and modifiers (e.g. in German "Del" -> "Entf", "Ctrl" -> "Strg"). libcosmic doesn't do i18n at the moment, but it seems there is a PR #556 that adds i18n support, though not yet for key binds.
Currently, the
Display
trait of theKeyBind
type just outputs the English text for the key bind. However, other languages have different names for keys and modifiers (e.g. in German "Del" -> "Entf", "Ctrl" -> "Strg").libcosmic
doesn't do i18n at the moment, but it seems there is a PR #556 that adds i18n support, though not yet for key binds.I18n support for key binds would be neccessary for pop-os/cosmic-files#314
The text was updated successfully, but these errors were encountered: