change some keybindings
* increment/decrement line width more: `Primary + Page_Up/Down` --> `Primary + Shift + KP_Add/Subtract` * open previous/next json: `Primary + Left/Right` --> `Primary + Page_Up/Down` * save drawing as svg file: `Primary + S` --> `Primary + Shift + S` * save drawing: `Primary + Shift + S` --> `Primary + S`
This commit is contained in:
parent
74f602b268
commit
5b1816d29a
Binary file not shown.
|
|
@ -107,12 +107,12 @@
|
||||||
<description>decrement the line width</description>
|
<description>decrement the line width</description>
|
||||||
</key>
|
</key>
|
||||||
<key type="as" name="increment-line-width-more">
|
<key type="as" name="increment-line-width-more">
|
||||||
<default>["<Primary>Page_Up"]</default>
|
<default>["<Primary><Shift>KP_Add"]</default>
|
||||||
<summary>increment the line width even more</summary>
|
<summary>increment the line width even more</summary>
|
||||||
<description>increment the line width even more</description>
|
<description>increment the line width even more</description>
|
||||||
</key>
|
</key>
|
||||||
<key type="as" name="decrement-line-width-more">
|
<key type="as" name="decrement-line-width-more">
|
||||||
<default>["<Primary>Page_Down"]</default>
|
<default>["<Primary><Shift>KP_Subtract"]</default>
|
||||||
<summary>decrement the line width even more</summary>
|
<summary>decrement the line width even more</summary>
|
||||||
<description>decrement the line width even more</description>
|
<description>decrement the line width even more</description>
|
||||||
</key>
|
</key>
|
||||||
|
|
@ -202,22 +202,22 @@
|
||||||
<description>open stylesheet</description>
|
<description>open stylesheet</description>
|
||||||
</key>
|
</key>
|
||||||
<key type="as" name="save-as-svg">
|
<key type="as" name="save-as-svg">
|
||||||
<default>["<Primary>s"]</default>
|
<default>["<Primary><Shift>s"]</default>
|
||||||
<summary>Save drawing as a svg file</summary>
|
<summary>Save drawing as a svg file</summary>
|
||||||
<description>Save drawing as a svg file</description>
|
<description>Save drawing as a svg file</description>
|
||||||
</key>
|
</key>
|
||||||
<key type="as" name="save-as-json">
|
<key type="as" name="save-as-json">
|
||||||
<default>["<Primary><Shift>s"]</default>
|
<default>["<Primary>s"]</default>
|
||||||
<summary>Save drawing as a json file</summary>
|
<summary>Save drawing as a json file</summary>
|
||||||
<description>Save drawing as a json file</description>
|
<description>Save drawing as a json file</description>
|
||||||
</key>
|
</key>
|
||||||
<key type="as" name="open-previous-json">
|
<key type="as" name="open-previous-json">
|
||||||
<default>["<Primary>Left"]</default>
|
<default>["<Primary>Page_Down"]</default>
|
||||||
<summary>Open previous json file</summary>
|
<summary>Open previous json file</summary>
|
||||||
<description>Open previous json file</description>
|
<description>Open previous json file</description>
|
||||||
</key>
|
</key>
|
||||||
<key type="as" name="open-next-json">
|
<key type="as" name="open-next-json">
|
||||||
<default>["<Primary>Right"]</default>
|
<default>["<Primary>Page_Up"]</default>
|
||||||
<summary>Open next json file</summary>
|
<summary>Open next json file</summary>
|
||||||
<description>Open next json file</description>
|
<description>Open next json file</description>
|
||||||
</key>
|
</key>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue