mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-24 13:18:11 +08:00
Improved Rectangle, Line and Shape Tools (#106)
This commit is contained in:
committed by
Keavon Chambers
parent
2650b2c998
commit
14e61d2328
@@ -109,6 +109,7 @@ pub fn translate_key(name: &str) -> events::Key {
|
||||
"9" => Key9,
|
||||
"Enter" => KeyEnter,
|
||||
"Shift" => KeyShift,
|
||||
"Control" => KeyControl,
|
||||
"Alt" => KeyAlt,
|
||||
_ => UnknownKey,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user