diff --git a/src/bin/tty_keys.h b/src/bin/tty_keys.h index ced9e2d3..89d556eb 100644 --- a/src/bin/tty_keys.h +++ b/src/bin/tty_keys.h @@ -601,6 +601,30 @@ static const Tty_Key tty_keys[] = { KH("\x9f"), // cursor Shift+Ctrl+Alt+minus }, }, +{ + "underscore", + sizeof("underscore") - 1, + { + KH("_"), // default underscore + KH("\033_"), // default Alt+underscore + KH("\x1f"), // default Ctrl+underscore + KH("\x9f"), // default Ctrl+Alt+underscore + KH("_"), // default Shift+underscore + KH("\033_"), // default Shift+Alt+underscore + KH("\x1f"), // default Shift+Ctrl+underscore + KH("\x9f"), // default Shift+Ctrl+Alt+underscore + }, + { + KH("_"), // cursor underscore + KH("\033_"), // cursor Alt+underscore + KH("\x1f"), // cursor Ctrl+underscore + KH("\x9f"), // cursor Ctrl+Alt+underscore + KH("_"), // cursor Shift+underscore + KH("\033_"), // cursor Shift+Alt+underscore + KH("\x1f"), // cursor Shift+Ctrl+underscore + KH("\x9f"), // cursor Shift+Ctrl+Alt+underscore + }, +}, { "space", sizeof("space") - 1,