diff --git a/lib/keybind.c b/lib/keybind.c index 451d0d757..5569a600d 100644 --- a/lib/keybind.c +++ b/lib/keybind.c @@ -46,6 +46,7 @@ static name_keymap_t command_names[] = { /* common */ + {"InsertChar", CK_InsertChar}, {"Enter", CK_Enter}, {"Up", CK_Up}, {"Down", CK_Down},