mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-04 13:50:42 +00:00
parent
a1c70a1181
commit
6e50d6e208
1 changed files with 2 additions and 0 deletions
|
@ -674,6 +674,8 @@ public final class InputLogic {
|
|||
inputTransaction.setDidAffectContents();
|
||||
break;
|
||||
case KeyCode.SHIFT:
|
||||
if (KeyboardSwitcher.getInstance().getKeyboard() != null && !KeyboardSwitcher.getInstance().getKeyboard().mId.isAlphabetKeyboard())
|
||||
break; // recapitalization and follow-up code should only trigger for alphabet shift, see #1256
|
||||
performRecapitalization(inputTransaction.getMSettingsValues());
|
||||
inputTransaction.requireShiftUpdate(InputTransaction.SHIFT_UPDATE_NOW);
|
||||
if (mSuggestedWords.isPrediction()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue