'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:
parent
b3a1a77160
commit
ecab1e2bed
Binary file not shown.
|
|
@ -276,12 +276,12 @@
|
|||
<description>Save drawing as a json file</description>
|
||||
</key>
|
||||
<key type="as" name="open-previous-json">
|
||||
<default>["<Primary>Page_Down"]</default>
|
||||
<default>["<Primary><Shift>o"]</default>
|
||||
<summary>Open previous json file</summary>
|
||||
<description>Open previous json file</description>
|
||||
</key>
|
||||
<key type="as" name="open-next-json">
|
||||
<default>["<Primary>Page_Up"]</default>
|
||||
<default>["<Primary>o"]</default>
|
||||
<summary>Open next json file</summary>
|
||||
<description>Open next json file</description>
|
||||
</key>
|
||||
|
|
|
|||
Loading…
Reference in New Issue