'open-previous/next-drawing' shortcuts

Reuse `Ctrl + O` keybinding that have been freed by the previous commit (remove 'open-user-stylesheet')
This commit is contained in:
abakkk 2020-08-31 10:04:43 +02:00
parent b3a1a77160
commit ecab1e2bed
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -276,12 +276,12 @@
<description>Save drawing as a json file</description>
</key>
<key type="as" name="open-previous-json">
<default>["&lt;Primary&gt;Page_Down"]</default>
<default>["&lt;Primary&gt;&lt;Shift&gt;o"]</default>
<summary>Open previous json file</summary>
<description>Open previous json file</description>
</key>
<key type="as" name="open-next-json">
<default>["&lt;Primary&gt;Page_Up"]</default>
<default>["&lt;Primary&gt;o"]</default>
<summary>Open next json file</summary>
<description>Open next json file</description>
</key>