Change "N" keyboard shortcut to "Alt+N" to avoid creation of frames by mistake.

This commit is contained in:
David Capello 2012-01-07 17:04:18 -03:00
parent a17d925847
commit 99bd0015b9

View File

@ -49,7 +49,7 @@
<key command="GotoPreviousLayer" shortcut="Down" />
<key command="GotoNextLayer" shortcut="Up" />
<!-- Frame -->
<key command="NewFrame" shortcut="N" />
<key command="NewFrame" shortcut="Alt+N" />
<key command="FrameProperties" shortcut="P">
<param name="frame" value="current" />
</key>