mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-02 22:13:32 +00:00
+ 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.