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
When checking on the Inspector app, it seems that the keyEquivalent is ; when keyboard layout is set to Finnish:
The initializer returning nil seems like a bug to me, but maybe I'm misunderstanding something.
It also seems to me that the SRRecorderControl should also not show ; after the keyboard layout switches to Finnish. The other values show Ö. I think it should show that. It actually shows it dimmed if the user clicks to set the control:
What do you think?
Thank you 🙇♂️
The text was updated successfully, but these errors were encountered:
Hi @Kentzo,
If you have time, could you please look at this issue? It looks like it could be a quick-win since it's specific and I've narrowed it down already.
Thank you 🙇
Hello,
Someone reported an issue with switching keyboard layout between Finnish and US with AltTab. I debugged and ended up pinning the issue to a simple call to the SRShortcut initializer.
With keyboard layout set to US:
With keyboard layout set to Finnish:
When checking on the Inspector app, it seems that the
keyEquivalent
is;
when keyboard layout is set to Finnish:The initializer returning
nil
seems like a bug to me, but maybe I'm misunderstanding something.It also seems to me that the
SRRecorderControl
should also not show;
after the keyboard layout switches to Finnish. The other values showÖ
. I think it should show that. It actually shows it dimmed if the user clicks to set the control:What do you think?
Thank you 🙇♂️
The text was updated successfully, but these errors were encountered: