mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-16 23:08:05 +08:00
Improve Ellipse Tool (#98)
This commit is contained in:
committed by
Keavon Chambers
parent
76eb944233
commit
c9fea54ec5
@@ -108,6 +108,8 @@ pub fn translate_key(name: &str) -> events::Key {
|
||||
"8" => K::Key8,
|
||||
"9" => K::Key9,
|
||||
"Enter" => K::KeyEnter,
|
||||
"Shift" => K::KeyShift,
|
||||
"Alt" => K::KeyAlt,
|
||||
_ => K::UnknownKey,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user