mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-02-22 06:37:54 +01:00
Auto capitalization based on editorInfo turned off while keyboard's capitalization setting is off
This commit is contained in:
parent
448de752ae
commit
de6e704453
@ -195,7 +195,7 @@ class SimpleKeyboardIME : InputMethodService(), MyKeyboardView.OnKeyboardActionL
|
||||
}
|
||||
}
|
||||
|
||||
if (code != MyKeyboard.KEYCODE_SHIFT) {
|
||||
if (code != MyKeyboard.KEYCODE_SHIFT && config.enableSentencesCapitalization) {
|
||||
updateShiftKeyState()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user