mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2024-11-21 14:53:11 +01:00
Update autocapitalisation on Enter
This commit is contained in:
parent
231c08eb97
commit
c886a89b11
@ -74,6 +74,9 @@ public final class Autocapitalisation
|
||||
if (_cursor > 0) _cursor--;
|
||||
_should_update_caps_mode = true;
|
||||
break;
|
||||
case KeyEvent.KEYCODE_ENTER:
|
||||
_should_update_caps_mode = true;
|
||||
break;
|
||||
}
|
||||
callback(true);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user