do not update shift state automatically after pressing Shift
This commit is contained in:
parent
21de46fc1d
commit
945c82402a
|
@ -42,5 +42,5 @@ android {
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'com.github.SimpleMobileTools:Simple-Commons:06b9306331'
|
implementation 'com.github.SimpleMobileTools:Simple-Commons:db3561b188'
|
||||||
}
|
}
|
||||||
|
|
|
@ -151,7 +151,10 @@ class SimpleKeyboardIME : InputMethodService(), MyKeyboardView.OnKeyboardActionL
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
updateShiftKeyState()
|
|
||||||
|
if (primaryCode != MyKeyboard.KEYCODE_SHIFT) {
|
||||||
|
updateShiftKeyState()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onText(text: CharSequence?) {}
|
override fun onText(text: CharSequence?) {}
|
||||||
|
|
Loading…
Reference in New Issue