Skip to content

Commit 69a491f

Browse files
committed
fix: Add string conversion from "w" to Key::W
1 parent e772423 commit 69a491f

File tree

1 file changed

+1
-0
lines changed
  • packages/wm-platform/src

1 file changed

+1
-0
lines changed

packages/wm-platform/src/key.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ impl Key {
242242
"t" => Some(Key::T),
243243
"u" => Some(Key::U),
244244
"v" => Some(Key::V),
245+
"w" => Some(Key::W),
245246
"x" => Some(Key::X),
246247
"y" => Some(Key::Y),
247248
"z" => Some(Key::Z),

0 commit comments

Comments
 (0)