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 I switch the input source in the menu bar from QWERTY to Dvorak selectedKeyboardInputSourceChanged() is often not being called. And then it seems to lag behind one change. Thus currentKeyCode(by key: Key) -> CGKeyCode?return the wrong keyCode. I can not recognise a patterns, seems random to me at the moment.
Can anyone confirm this behaviour?
The text was updated successfully, but these errors were encountered:
Hi,
When I switch the input source in the menu bar from QWERTY to Dvorak
selectedKeyboardInputSourceChanged()
is often not being called. And then it seems to lag behind one change. ThuscurrentKeyCode(by key: Key) -> CGKeyCode?
return the wrong keyCode. I can not recognise a patterns, seems random to me at the moment.Can anyone confirm this behaviour?
The text was updated successfully, but these errors were encountered: