mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 21:39:57 +00:00
d55e4c58e4
+ The problem is that "Ctrl" key is a quicktool (move cel), and it was stealing the "Ctrl" key to the selection tool. + Added <spriteeditor> section in gui.xml to specify which key is used to copy the selection (instead of moving). "Ctrl" is the default. + Added EditorCustomizationDelegate interface.