mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-18 07:48:02 +08:00
Improved Rectangle, Line and Shape Tools (#106)
This commit is contained in:
@@ -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