Skip to content

Commit

Permalink
add pixelize hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
ivictbor committed Sep 27, 2019
1 parent 705ae8b commit 1568ff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class PainterroProc {
},
}, {
name: 'pixelize',
hotkey: 'p',
activate: () => {
this.select.doPixelize();
this.closeActiveTool();
Expand Down

0 comments on commit 1568ff9

Please sign in to comment.