Regenerate key table

Since `CIRCUMFLEX` and `^` were removed from `UN_SHIFTED_PRINTABLE` in b2d428618cbb2b6cc316105fe8135f6d523303da by 3a2a16f54ceac0f999fc31957e2653239a9b11b5 and b5229ec73c07dcb5ddbc0727e77f5af0e6adfb53, `generate_key_table()` wasn't yet run again.
This commit is contained in:
Luflosi 2019-12-25 01:46:13 +01:00
parent 902c2f6c88
commit 32fa46d6eb
No known key found for this signature in database
GPG Key ID: 4E41E29EDCC345D0

16
kitty/keys.h generated
View File

@ -1098,8 +1098,6 @@ key_lookup(uint8_t key, KeyboardMode mode, uint8_t mods, uint8_t action) {
return "\x02\x1b\x5c"; return "\x02\x1b\x5c";
case 58: // RIGHT_BRACKET case 58: // RIGHT_BRACKET
return "\x02\x1b\x5d"; return "\x02\x1b\x5d";
case 59: // CIRCUMFLEX
return "\x02\x1b\x5e";
case 60: // UNDERSCORE case 60: // UNDERSCORE
return "\x02\x1b\x5f"; return "\x02\x1b\x5f";
case 61: // GRAVE_ACCENT case 61: // GRAVE_ACCENT
@ -1255,8 +1253,6 @@ key_lookup(uint8_t key, KeyboardMode mode, uint8_t mods, uint8_t action) {
return "\x02\x1b\x7c"; return "\x02\x1b\x7c";
case 58: // RIGHT_BRACKET case 58: // RIGHT_BRACKET
return "\x02\x1b\x7d"; return "\x02\x1b\x7d";
case 59: // CIRCUMFLEX
return "\x02\x1b\x5e";
case 60: // UNDERSCORE case 60: // UNDERSCORE
return "\x02\x1b\x5f"; return "\x02\x1b\x5f";
case 61: // GRAVE_ACCENT case 61: // GRAVE_ACCENT
@ -2767,8 +2763,6 @@ key_lookup(uint8_t key, KeyboardMode mode, uint8_t mods, uint8_t action) {
return "\x02\x1b\x5c"; return "\x02\x1b\x5c";
case 58: // RIGHT_BRACKET case 58: // RIGHT_BRACKET
return "\x02\x1b\x5d"; return "\x02\x1b\x5d";
case 59: // CIRCUMFLEX
return "\x02\x1b\x5e";
case 60: // UNDERSCORE case 60: // UNDERSCORE
return "\x02\x1b\x5f"; return "\x02\x1b\x5f";
case 61: // GRAVE_ACCENT case 61: // GRAVE_ACCENT
@ -2924,8 +2918,6 @@ key_lookup(uint8_t key, KeyboardMode mode, uint8_t mods, uint8_t action) {
return "\x02\x1b\x7c"; return "\x02\x1b\x7c";
case 58: // RIGHT_BRACKET case 58: // RIGHT_BRACKET
return "\x02\x1b\x7d"; return "\x02\x1b\x7d";
case 59: // CIRCUMFLEX
return "\x02\x1b\x5e";
case 60: // UNDERSCORE case 60: // UNDERSCORE
return "\x02\x1b\x5f"; return "\x02\x1b\x5f";
case 61: // GRAVE_ACCENT case 61: // GRAVE_ACCENT
@ -4445,8 +4437,6 @@ key_lookup(uint8_t key, KeyboardMode mode, uint8_t mods, uint8_t action) {
return "\x02\x1b\x5c"; return "\x02\x1b\x5c";
case 58: // RIGHT_BRACKET case 58: // RIGHT_BRACKET
return "\x02\x1b\x5d"; return "\x02\x1b\x5d";
case 59: // CIRCUMFLEX
return "\x02\x1b\x5e";
case 60: // UNDERSCORE case 60: // UNDERSCORE
return "\x02\x1b\x5f"; return "\x02\x1b\x5f";
case 61: // GRAVE_ACCENT case 61: // GRAVE_ACCENT
@ -4602,8 +4592,6 @@ key_lookup(uint8_t key, KeyboardMode mode, uint8_t mods, uint8_t action) {
return "\x02\x1b\x7c"; return "\x02\x1b\x7c";
case 58: // RIGHT_BRACKET case 58: // RIGHT_BRACKET
return "\x02\x1b\x7d"; return "\x02\x1b\x7d";
case 59: // CIRCUMFLEX
return "\x02\x1b\x5e";
case 60: // UNDERSCORE case 60: // UNDERSCORE
return "\x02\x1b\x5f"; return "\x02\x1b\x5f";
case 61: // GRAVE_ACCENT case 61: // GRAVE_ACCENT
@ -6114,8 +6102,6 @@ key_lookup(uint8_t key, KeyboardMode mode, uint8_t mods, uint8_t action) {
return "\x02\x1b\x5c"; return "\x02\x1b\x5c";
case 58: // RIGHT_BRACKET case 58: // RIGHT_BRACKET
return "\x02\x1b\x5d"; return "\x02\x1b\x5d";
case 59: // CIRCUMFLEX
return "\x02\x1b\x5e";
case 60: // UNDERSCORE case 60: // UNDERSCORE
return "\x02\x1b\x5f"; return "\x02\x1b\x5f";
case 61: // GRAVE_ACCENT case 61: // GRAVE_ACCENT
@ -6271,8 +6257,6 @@ key_lookup(uint8_t key, KeyboardMode mode, uint8_t mods, uint8_t action) {
return "\x02\x1b\x7c"; return "\x02\x1b\x7c";
case 58: // RIGHT_BRACKET case 58: // RIGHT_BRACKET
return "\x02\x1b\x7d"; return "\x02\x1b\x7d";
case 59: // CIRCUMFLEX
return "\x02\x1b\x5e";
case 60: // UNDERSCORE case 60: // UNDERSCORE
return "\x02\x1b\x5f"; return "\x02\x1b\x5f";
case 61: // GRAVE_ACCENT case 61: // GRAVE_ACCENT