Add long press functions to more toolbar keys, and more clipboard history toolbar keys (#691)

Co-authored-by: codokie <@>
This commit is contained in:
codokie 2024-05-01 23:44:51 +03:00 committed by GitHub
parent 6bb49ee1a0
commit 83fc10ff02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 99 additions and 47 deletions

View file

@ -1518,6 +1518,7 @@ public class LatinIME extends InputMethodService implements
mInputLogic.onTextInput(mSettings.getCurrent(), event,
mKeyboardSwitcher.getKeyboardShiftMode(), mHandler);
updateStateAfterInputTransaction(completeInputTransaction);
mInputLogic.restartSuggestionsOnWordTouchedByCursor(mSettings.getCurrent(), mKeyboardSwitcher.getCurrentKeyboardScript());
mKeyboardSwitcher.onEvent(event, getCurrentAutoCapsState(), getCurrentRecapitalizeState());
}