mirror of
https://github.com/FossifyOrg/Keyboard.git
synced 2026-03-16 21:17:37 -04:00
Auto capitalization based on editorInfo turned off while keyboard's capitalization setting is off
This commit is contained in:
@@ -195,7 +195,7 @@ class SimpleKeyboardIME : InputMethodService(), MyKeyboardView.OnKeyboardActionL
|
||||
}
|
||||
}
|
||||
|
||||
if (code != MyKeyboard.KEYCODE_SHIFT) {
|
||||
if (code != MyKeyboard.KEYCODE_SHIFT && config.enableSentencesCapitalization) {
|
||||
updateShiftKeyState()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user