; * src/keyboard.c (lispy_function_keys): Add missing delete key.
This commit is contained in:
parent
4bcf251308
commit
4aaa6fd24c
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue