input: add backwards compatible alias for `plus` to `+` (#7342)
From #7320 Discussion #7340 There isn't a `physical` alias because there is no physical plus key defined for the W3C keycode spec.pull/7355/head
commit
6984b1ec48
|
|
@ -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 } },
|
||||
|
|
|
|||
Loading…
Reference in New Issue