diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-10 14:14:58 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-10 14:15:25 +0000 |
| commit | f958a8f1d4e5ac324207aaaeb0c81a84b0646d1a (patch) | |
| tree | ba5b070b2cfdc98e59b0fe7d54176ea8eb1b41bf /share/keys/inkscape.xml | |
| parent | Fix typo bug found by PeterK (diff) | |
| download | inkscape-f958a8f1d4e5ac324207aaaeb0c81a84b0646d1a.tar.gz inkscape-f958a8f1d4e5ac324207aaaeb0c81a84b0646d1a.zip | |
Move from XMLDialog to another paned dialog
Diffstat (limited to 'share/keys/inkscape.xml')
| -rw-r--r-- | share/keys/inkscape.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index 6a24e5bcd..4d9bbb5ba 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -627,6 +627,9 @@ override) the bindings in the main default.xml. <bind key="x" modifiers="Primary,Shift" action="DialogXMLEditor" display="true" /> <bind key="X" modifiers="Primary,Shift" action="DialogXMLEditor" /> + <bind key="s" modifiers="Primary,Alt" action="DialogSelectors" display="true" /> + <bind key="S" modifiers="Primary,Alt" action="DialogSelectors" /> + <bind key="d" modifiers="Primary,Shift" action="DialogDocumentProperties" display="true" /> <bind key="D" modifiers="Primary,Shift" action="DialogDocumentProperties" /> |
