; * src/keyboard.c (lispy_function_keys): Add missing delete key.

This commit is contained in:
Po Lu 2023-02-24 09:06:15 +08:00
parent 4bcf251308
commit 4aaa6fd24c

View file

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