diff options
| author | Po Lu <luangruo@yahoo.com> | 2023-03-14 19:51:42 +0800 |
|---|---|---|
| committer | Po Lu <luangruo@yahoo.com> | 2023-03-14 19:51:42 +0800 |
| commit | a39ca9bf8e34e7cf6760e2fa3b7d644bef09ce91 (patch) | |
| tree | c78902755dbe2205b2b4100794f9f90929b03bc6 /src | |
| parent | aa24854e7ffa29ad5f1bb49dc794f9fdf5ef44dd (diff) | |
Update Android port
* lisp/minibuffer.el (minibuffer-setup-on-screen-keyboard):
Handle cases where last-event-frame is a kbd macro.
* src/keyboard.c (lispy_function_keys): Remove duplicates.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index e376fa299dd..11c37372db7 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -4996,8 +4996,6 @@ const char *const lispy_function_keys[] = [19] = "up", [20] = "down", [213] = "muhenkan", - [213] = "muhenkan", - [214] = "henkan", [214] = "henkan", [215] = "hiragana-katakana", [218] = "kana", |
