mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-08 07:37:41 +00:00
select keys can now de-select text (#973)
This commit is contained in:
parent
b9e116ed13
commit
544132974c
2 changed files with 10 additions and 5 deletions
|
@ -1761,7 +1761,7 @@ public class LatinIME extends InputMethodService implements
|
|||
return;
|
||||
break;
|
||||
case KeyCode.ARROW_RIGHT, KeyCode.ARROW_DOWN, KeyCode.WORD_RIGHT, KeyCode.PAGE_DOWN:
|
||||
if (!mInputLogic.mConnection.canForwardDeleteCharacters())
|
||||
if (mInputLogic.mConnection.noTextAfterCursor())
|
||||
return;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue