mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-02-16 20:00:36 +01:00
Commentary fixes
This commit is contained in:
parent
c3c3ce09d2
commit
f46bc3652d
@ -117,7 +117,7 @@ class SimpleKeyboardIME : InputMethodService(), MyKeyboardView.OnKeyboardActionL
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// In other cases reset shift to OFF
|
// in other cases reset shift to OFF
|
||||||
keyboard?.setShifted(ShiftState.OFF)
|
keyboard?.setShifted(ShiftState.OFF)
|
||||||
keyboardView?.invalidateAllKeys()
|
keyboardView?.invalidateAllKeys()
|
||||||
}
|
}
|
||||||
@ -128,8 +128,6 @@ class SimpleKeyboardIME : InputMethodService(), MyKeyboardView.OnKeyboardActionL
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// this.keyboardView.setEditorInfo(EditorInfo)
|
|
||||||
|
|
||||||
if (code != MyKeyboard.KEYCODE_SHIFT) {
|
if (code != MyKeyboard.KEYCODE_SHIFT) {
|
||||||
lastShiftPressTS = 0
|
lastShiftPressTS = 0
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user