emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/android 4aaa6fd24cf 2/5: ; * src/keyboard.c (lispy_function_keys


From: Po Lu
Subject: feature/android 4aaa6fd24cf 2/5: ; * src/keyboard.c (lispy_function_keys): Add missing delete key.
Date: Fri, 24 Feb 2023 08:23:43 -0500 (EST)

branch: feature/android
commit 4aaa6fd24cf702bbeac249f2eca5deb414767870
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    ; * src/keyboard.c (lispy_function_keys): Add missing delete key.
---
 src/keyboard.c | 1 +
 1 file changed, 1 insertion(+)

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",



reply via email to

[Prev in Thread] Current Thread [Next in Thread]