mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-06-05 21:49:26 +02: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()
|
updateShiftKeyState()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user