mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 00:36:07 +03:00
Merge pull request #2187 from ghostty-org/kitty-kbd
kitty kbd: progressive enhancement `=` mode off by one
This commit is contained in:
@ -1226,9 +1226,9 @@ pub fn Stream(comptime Handler: type) type {
|
|||||||
1;
|
1;
|
||||||
|
|
||||||
const mode: kitty.KeySetMode = switch (number) {
|
const mode: kitty.KeySetMode = switch (number) {
|
||||||
0 => .set,
|
1 => .set,
|
||||||
1 => .@"or",
|
2 => .@"or",
|
||||||
2 => .not,
|
3 => .not,
|
||||||
else => {
|
else => {
|
||||||
log.warn("invalid setKittyKeyboard command: {}", .{input});
|
log.warn("invalid setKittyKeyboard command: {}", .{input});
|
||||||
break :set;
|
break :set;
|
||||||
|
Reference in New Issue
Block a user