Populate tool shelf and tool options bar (#66)

This commit is contained in:
Keavon Chambers
2021-04-08 06:10:27 -07:00
parent e34672556d
commit 8b6053b1c4
49 changed files with 668 additions and 70 deletions
+1
View File
@@ -54,6 +54,7 @@ pub fn translate_key(name: &str) -> events::Key {
use events::Key as K;
match name {
"e" => K::KeyE,
"v" => K::KeyV,
"r" => K::KeyR,
"m" => K::KeyM,
"x" => K::KeyX,