Add Alt+Shift+N keyboard shortcut for New Group

This commit is contained in:
David Capello 2016-09-23 11:07:39 -03:00
parent b84d0d843e
commit ed8b8dfbd4

View File

@ -62,6 +62,9 @@
<key command="LayerProperties" shortcut="Shift+P" />
<key command="LayerVisibility" shortcut="Shift+X" />
<key command="NewLayer" shortcut="Shift+N" />
<key command="NewLayer" shortcut="Alt+Shift+N">
<param name="group" value="true" />
</key>
<key command="GotoPreviousLayer" shortcut="Down" context="Normal" />
<key command="GotoNextLayer" shortcut="Up" context="Normal" />
<!-- Frame -->