mattermost / desktop

Mattermost Desktop application for Windows, Mac and Linux
Apache License 2.0
2k stars 812 forks source link

Cannot type ~ˇ^˘°˛`˙´ with Hungarian keyboard layout #1331

Closed MathiasMagnus closed 4 years ago

MathiasMagnus commented 4 years ago

Summary Typing any of ~ˇ^˘°˛``˙´ is impossible using Hungarian keyboard layout. Most problematic are backtick and tilde which are used for unformatted snippets and channel references, but I'd also occasionally want to type -15°C. (Winter's coming.)

The root cause likely is Windows treating Ctrl+Alt the same as AltGr which on many European keyboards are used to access characters found all over the keyboard. If that special character happens to reside on a Ctrl+Alt+<key> hotkey combination, it will likely be misinterpreted.

Environment

Steps to reproduce Change keyboard layout to Hungarian, press AltGr+7.

Expected behavior See backtick as typed

Observed behavior Shortcut activated taking me to the 7th channel.

Possible fixes

Related issues:

Willyfrog commented 4 years ago

hello and thanks for the report! first question that comes to mind is: does this happen only on the desktop app or also on the browser? have you tried with a more recent version of the app?

MathiasMagnus commented 4 years ago
Willyfrog commented 4 years ago

there are plans to deliver apps through stores, but we still have to work through some tickets to get there (like having the option on mac to use nsuserdefaults)