diff options
| author | Po Lu | 2023-08-30 10:07:49 +0800 |
|---|---|---|
| committer | Po Lu | 2023-08-30 10:07:49 +0800 |
| commit | 297ccd967f24e37bc51c057da43c862291a55ddd (patch) | |
| tree | 35c7bca464ae2fbf23c46176a698483937ddd51d /java/README | |
| parent | 2909ef8d3d73518525ce6a8a3e4f984575300f3b (diff) | |
| download | emacs-297ccd967f24e37bc51c057da43c862291a55ddd.tar.gz emacs-297ccd967f24e37bc51c057da43c862291a55ddd.zip | |
Facilitate typing `C-SPC' on Android
* doc/emacs/android.texi (Android Windowing): Mention C-SPC
interception and how it may be disabled.
* java/org/gnu/emacs/EmacsNative.java (shouldForwardCtrlSpace):
New function.
* java/org/gnu/emacs/EmacsView.java (onKeyPreIme): New function.
If the provided key code is SPC and the event's modifier key
mask contains ControlMask, relay it directly to onKeyDown.
* java/org/gnu/emacs/EmacsWindow.java (eventModifiers): Export
and make static.
* src/android.c (shouldForwardCtrlSpace): New function.
* src/androidfns.c (syms_of_androidfns)
<android_intercept_control_space>: New defvar.
Diffstat (limited to 'java/README')
0 files changed, 0 insertions, 0 deletions