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
These four actions have never been officially supported, have only ever sorta worked on Windows (race conditions galore), and only one keyboard in the keyboard catalogue attempts to use them (gandhari, emitting () and then K_LEFT); bu_phonetic has some strange no-op kinda rules with them which would need correcting.
So:
Remove them (and fixup subsequent compile errors in keyboards repo)
Note that Windows continues to use these identifiers internally in keyman32, and has its own separate header file declaring them. Don't change this at this time.
The text was updated successfully, but these errors were encountered:
These four actions have never been officially supported, have only ever sorta worked on Windows (race conditions galore), and only one keyboard in the keyboard catalogue attempts to use them (gandhari, emitting
()
and then K_LEFT); bu_phonetic has some strange no-op kinda rules with them which would need correcting.So:
This simplifies the #9999 action queue <--> struct work.
Identified while preparing for #10052.
Note that Windows continues to use these identifiers internally in keyman32, and has its own separate header file declaring them. Don't change this at this time.
The text was updated successfully, but these errors were encountered: