mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-06 21:37:49 +00:00
input: add backwards compatible alias for plus to +
From #7320 Discussion #7340 There isn't a `physical` alias because there is no physical plus key defined for the W3C keycode spec.
This commit is contained in:
@@ -1218,6 +1218,7 @@ pub const Trigger = struct {
|
||||
.{ "seven", Key{ .unicode = '7' } },
|
||||
.{ "eight", Key{ .unicode = '8' } },
|
||||
.{ "nine", Key{ .unicode = '9' } },
|
||||
.{ "plus", Key{ .unicode = '+' } },
|
||||
.{ "apostrophe", Key{ .unicode = '\'' } },
|
||||
.{ "grave_accent", Key{ .physical = .backquote } },
|
||||
.{ "left_bracket", Key{ .physical = .bracket_left } },
|
||||
|
||||
Reference in New Issue
Block a user