diff options
| author | Po Lu <luangruo@yahoo.com> | 2023-02-24 09:06:15 +0800 |
|---|---|---|
| committer | Po Lu <luangruo@yahoo.com> | 2023-02-24 09:06:15 +0800 |
| commit | 4aaa6fd24cf702bbeac249f2eca5deb414767870 (patch) | |
| tree | 05260c1dbc4b88a6c3c5bd57df85d8866eaf645f /src | |
| parent | 4bcf2513085feffb886806d49b070577e7638056 (diff) | |
; * src/keyboard.c (lispy_function_keys): Add missing delete key.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 69fb8ae2797..8cdc5027ebd 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -4970,6 +4970,7 @@ const char *const lispy_function_keys[] = /* All elements in this array default to 0, except for the few function keys that Emacs recognizes. */ [111] = "escape", + [112] = "delete", [121] = "break", [122] = "home", [123] = "end", |
