mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Issue #287 : Shortcuts now rely on Shortcut instances. Shortcut key can be changed dynamically.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
ns.SimplePen = function() {
|
||||
this.toolId = 'tool-pen';
|
||||
this.helpText = 'Pen tool';
|
||||
this.shortcut = 'P';
|
||||
this.shortcut = pskl.service.keyboard.Shortcuts.TOOL.PEN;
|
||||
|
||||
this.previousCol = null;
|
||||
this.previousRow = null;
|
||||
|
||||
Reference in New Issue
Block a user