diff options
| author | Po Lu | 2023-10-01 17:07:58 +0800 |
|---|---|---|
| committer | Po Lu | 2023-10-01 17:08:25 +0800 |
| commit | 12aca0f90d7aeaa8444508245e7596a64f2e8dce (patch) | |
| tree | c3a59038f27c443573ecafaef90af6520e9b16f4 /doc | |
| parent | 7caa3f5499b1ca4b6d66c1655a4e0d6903755679 (diff) | |
| download | emacs-12aca0f90d7aeaa8444508245e7596a64f2e8dce.tar.gz emacs-12aca0f90d7aeaa8444508245e7596a64f2e8dce.zip | |
Update Android port
* doc/emacs/input.texi (On-Screen Keyboards): Revise
documentation to reflect changes.
* src/keyboard.c (lispy_function_keys) <KEYCODE_DPAD_CENTER>:
Define select key absent out of negligence.
* src/xterm.c (syms_of_xterm) <x-quit-keysym>: Default to nil.
(bug#66040)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/input.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/emacs/input.texi b/doc/emacs/input.texi index 4f49ca3cece..db0e88a1c9c 100644 --- a/doc/emacs/input.texi +++ b/doc/emacs/input.texi | |||
| @@ -145,9 +145,10 @@ of a hardware button that is always present on the device results in | |||
| 145 | Emacs quitting. @xref{Quitting}. | 145 | Emacs quitting. @xref{Quitting}. |
| 146 | 146 | ||
| 147 | @vindex x-quit-keysym | 147 | @vindex x-quit-keysym |
| 148 | Which button is used to do this depends on the window system in use: | 148 | The button afforded such special treatment varies; under X, no such |
| 149 | on X, it is defined in the variable @code{x-quit-keysym}, and on | 149 | button exists by default, but one can be configured through the |
| 150 | Android, it is always the volume down button. | 150 | variable @code{x-quit-keysym}, whereas under Android it is always the |
| 151 | volume down buttons. | ||
| 151 | 152 | ||
| 152 | @cindex text conversion, keyboards | 153 | @cindex text conversion, keyboards |
| 153 | Most input methods designed to work with on-screen keyboards perform | 154 | Most input methods designed to work with on-screen keyboards perform |