diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-06-10 18:05:40 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-06-10 18:05:40 +0000 |
| commit | 99fa4a496962196fd7f81e978dd82a09f987f14d (patch) | |
| tree | bdbaac2829dbdc3fcacd1e83148861f918fc4d0c | |
| parent | Dialogs improvement (diff) | |
| download | inkscape-99fa4a496962196fd7f81e978dd82a09f987f14d.tar.gz inkscape-99fa4a496962196fd7f81e978dd82a09f987f14d.zip | |
Add shortcut
| -rw-r--r-- | share/keys/carbon.xml | 4 | ||||
| -rw-r--r-- | share/keys/inkscape.xml | 4 | ||||
| -rw-r--r-- | share/keys/right-handed-illustration.xml | 4 | ||||
| -rw-r--r-- | share/keys/xara.xml | 4 | ||||
| -rw-r--r-- | src/ui/dialog/selectorsdialog.cpp | 2 | ||||
| -rw-r--r-- | src/verbs.cpp | 3 |
6 files changed, 10 insertions, 11 deletions
diff --git a/share/keys/carbon.xml b/share/keys/carbon.xml index bfd3f39da..31feba3f8 100644 --- a/share/keys/carbon.xml +++ b/share/keys/carbon.xml @@ -567,8 +567,8 @@ and tooltips. Only one binding for each action may have this attribute. <bind key="x" modifiers="Cmd,Shift" action="DialogXMLEditor" display="true" /> <bind key="X" modifiers="Cmd,Shift" action="DialogXMLEditor" /> - <bind key="s" modifiers="Cmd,Alt" action="DialogSelectors" display="true" /> - <bind key="S" modifiers="Cmd,Alt" action="DialogSelectors" /> + <bind key="q" modifiers="Cmd,Shift" action="DialogSelectors" display="true" /> + <bind key="Q" modifiers="Cmd,Shift" action="DialogSelectors" /> <bind key="d" modifiers="Cmd,Shift" action="DialogDocumentProperties" display="true" /> <bind key="D" modifiers="Cmd,Shift" action="DialogDocumentProperties" /> diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index 4d9bbb5ba..7c66f7b9b 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -627,8 +627,8 @@ 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="q" modifiers="Primary,Shift" action="DialogSelectors" display="true" /> + <bind key="Q" modifiers="Primary,Shift" action="DialogSelectors" /> <bind key="d" modifiers="Primary,Shift" action="DialogDocumentProperties" display="true" /> <bind key="D" modifiers="Primary,Shift" action="DialogDocumentProperties" /> diff --git a/share/keys/right-handed-illustration.xml b/share/keys/right-handed-illustration.xml index 5addf5352..891d29340 100644 --- a/share/keys/right-handed-illustration.xml +++ b/share/keys/right-handed-illustration.xml @@ -501,8 +501,8 @@ Future improvements: <bind key="x" modifiers="Ctrl,Shift" action="DialogXMLEditor" display="true"/> <bind key="X" modifiers="Ctrl,Shift" action="DialogXMLEditor" /> - <bind key="s" modifiers="Ctrl,Alt" action="DialogSelectors" display="true"/> - <bind key="S" modifiers="Ctrl,Alt" action="DialogSelectors" /> + <bind key="q" modifiers="Cmd,Shift" action="DialogSelectors" display="true"/> + <bind key="Q" modifiers="Cmd,Shift" action="DialogSelectors" /> <bind key="d" modifiers="Ctrl,Shift" action="DialogDocumentProperties" display="true"/> <bind key="D" modifiers="Ctrl,Shift" action="DialogDocumentProperties" /> diff --git a/share/keys/xara.xml b/share/keys/xara.xml index 506605a68..7c07d520e 100644 --- a/share/keys/xara.xml +++ b/share/keys/xara.xml @@ -505,8 +505,8 @@ Hom/end keys-select minimum or maximum feather values <bind key="x" modifiers="Ctrl,Shift" action="DialogXMLEditor" display="true"/> <bind key="X" modifiers="Ctrl,Shift" action="DialogXMLEditor" /> - <bind key="s" modifiers="Ctrl,Alt" action="DialogSelectors" display="true"/> - <bind key="S" modifiers="Ctrl,Alt" action="DialogSelectors" /> + <bind key="q" modifiers="Ctrl,Shift" action="DialogSelectors" display="true"/> + <bind key="Q" modifiers="Ctrl,Shift" action="DialogSelectors" /> <bind action="DialogDocumentProperties" display="true"/> diff --git a/src/ui/dialog/selectorsdialog.cpp b/src/ui/dialog/selectorsdialog.cpp index 6a4c3f2c1..fbbff3231 100644 --- a/src/ui/dialog/selectorsdialog.cpp +++ b/src/ui/dialog/selectorsdialog.cpp @@ -354,7 +354,7 @@ void SelectorsDialog::_showWidgets() { // Pack widgets Inkscape::Preferences *prefs = Inkscape::Preferences::get(); - bool dir = prefs->getBool("/dialogs/selectors/updow", true); + bool dir = prefs->getBool("/dialogs/selectors/updown", true); _paned.set_orientation(dir ? Gtk::ORIENTATION_VERTICAL : Gtk::ORIENTATION_HORIZONTAL); _selectors_box.set_orientation(Gtk::ORIENTATION_VERTICAL); _selectors_box.set_name("SelectorsDialog"); diff --git a/src/verbs.cpp b/src/verbs.cpp index cf30f1dea..874f253c1 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -3107,9 +3107,8 @@ Verb *Verb::_base_verbs[] = { INKSCAPE_ICON("dialog-text-and-font")), new DialogVerb(SP_VERB_DIALOG_XML_EDITOR, "DialogXMLEditor", N_("_XML Editor..."), N_("View and edit the XML tree of the document"), INKSCAPE_ICON("dialog-xml-editor")), - new DialogVerb(SP_VERB_DIALOG_SELECTORS, "DialogSelectors", N_("_Selectors & CSS..."), + new DialogVerb(SP_VERB_DIALOG_SELECTORS, "DialogSelectors", N_("_Selectors and CSS..."), N_("View and edit selections and CSS styles"), INKSCAPE_ICON("dialog-selectors")), - new DialogVerb(SP_VERB_DIALOG_FIND, "DialogFind", N_("_Find/Replace..."), N_("Find objects in document"), INKSCAPE_ICON("edit-find")), new DialogVerb(SP_VERB_DIALOG_SPELLCHECK, "DialogSpellcheck", N_("Check Spellin_g..."), |
