mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 01:38:11 +08:00
Populate tool shelf and tool options bar (#66)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user