]> git.eshelyaron.com Git - emacs.git/commit
Improve touch screen support
authorPo Lu <luangruo@yahoo.com>
Mon, 17 Jul 2023 01:46:37 +0000 (09:46 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 17 Jul 2023 01:46:37 +0000 (09:46 +0800)
commit21c7024cf8b93f5fc8b7bccdcb8d9ba3b6dadf63
tree16b21da69a2c52e8d9f69be59c06bf3b2d5d0fd9
parent2e33d1b62def7a7f2ffb3227860d7831b25b18c5
Improve touch screen support

* doc/emacs/input.texi (Touchscreens): Document the new feature
for people who have trouble dragging to word boundaries.
* lisp/touch-screen.el (touch-screen-word-select): New
defcustom.
(touch-screen-word-select-bounds)
(touch-screen-word-select-initial-word): New variable
definitions.
(touch-screen-hold): If `touch-screen-word-select', select the
word around EVENT.
(touch-screen-drag): If `touch-screen-word-select', extend the
region to the next word boundary if the character under point
constitutes a word.
(touch-screen-handle-point-update, touch-screen-handle-touch)
(touch-screen-translate-touch): Fix doc strings and fill
comments.
doc/emacs/input.texi
lisp/touch-screen.el