mirror of
https://github.com/viliusle/miniPaint.git
synced 2026-02-06 13:26:46 +00:00
added missing shortcuts to menu
This commit is contained in:
parent
c92478e3f3
commit
8eff466afa
@ -165,6 +165,7 @@ const menuDefinition = [
|
||||
{
|
||||
name: 'Resize',
|
||||
ellipsis: true,
|
||||
shortcut: 'R',
|
||||
target: 'image/resize.resize'
|
||||
},
|
||||
{
|
||||
@ -205,6 +206,7 @@ const menuDefinition = [
|
||||
},
|
||||
{
|
||||
name: 'Auto Adjust Colors',
|
||||
shortcut: 'F',
|
||||
target: 'image/auto_adjust.auto_adjust'
|
||||
},
|
||||
{
|
||||
@ -250,6 +252,7 @@ const menuDefinition = [
|
||||
},
|
||||
{
|
||||
name: 'Duplicate',
|
||||
shortcut: 'D',
|
||||
target: 'layer/duplicate.duplicate'
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user