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
Right now, there are modules, including unicode, quickphrase, input method selector, that are acting as an engine independent mode.
They share lots of common code:
A shortcut to trigger the mode
grab all keys after mode is triggered.
release the grab after existing the mode
We want to introduce a new API, to:
reduce the code duplication for such usecase
at the same time, additionally return the descriptive name of such mode, as a replacement of "inputMethodLabel" and "inputMethodEntry" for display the current name of the mode.
The text was updated successfully, but these errors were encountered:
Summary
Right now, there are modules, including unicode, quickphrase, input method selector, that are acting as an engine independent mode.
They share lots of common code:
We want to introduce a new API, to:
The text was updated successfully, but these errors were encountered: