Improve Ellipse Tool (#98)

This commit is contained in:
Paul Kupper
2021-05-04 10:53:00 +02:00
committed by Keavon Chambers
parent 76eb944233
commit c9fea54ec5
7 changed files with 161 additions and 30 deletions

View File

@@ -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,
}
}