]> git.eshelyaron.com Git - emacs.git/commit
Implement more Android text editing controls
authorPo Lu <luangruo@yahoo.com>
Sun, 5 Nov 2023 02:40:52 +0000 (10:40 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 5 Nov 2023 02:42:01 +0000 (10:42 +0800)
commitc6c5bba06fcc1c467c547e4d35abc6bc5c2f3429
tree262a873d8d3fb851ba75e0f408740936facc023b
parent41e801fea1caff57203f76693ac4f0fe1ba2df03
Implement more Android text editing controls

* lisp/term/android-win.el (android-deactivate-mark-command):
New command.
(select-all, start-selecting-text, stop-selecting-text): Arrange
for commands manipulating the region to be executed when these
keys are registered.

* src/android.c (android_get_keysym_name): Return the keysym
name of each of the new keysyms introduced.

* src/androidterm.c (performContextMenuAction): Save special
keysyms into key events for the selectAll, startSelectingText
and stopSelectingText actions.
lisp/term/android-win.el
src/android.c
src/androidterm.c