mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 06:18:11 +08:00
Implement svg layer structure (#59)
* Add folder struct * Add file system like structure to interface with svgs * Add primitive undo functionality * Restructure layer system
This commit is contained in:
committed by
Keavon Chambers
parent
b19a9ab6fd
commit
6511f5a628
@@ -82,6 +82,7 @@ pub fn translate_key(name: &str) -> events::Key {
|
||||
"r" => K::KeyR,
|
||||
"m" => K::KeyM,
|
||||
"x" => K::KeyX,
|
||||
"z" => K::KeyZ,
|
||||
"0" => K::Key0,
|
||||
"1" => K::Key1,
|
||||
"2" => K::Key2,
|
||||
|
||||
Reference in New Issue
Block a user