diff options
| -rw-r--r-- | share/keys/default.xml | 3 | ||||
| -rw-r--r-- | share/keys/inkscape.xml | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml index 0fa71c1e1..370bd5a2c 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -468,6 +468,9 @@ override) the bindings in the main default.xml. <bind action="ObjectFlowtextToText" /> <bind action="SelectionTextRemoveKerns" /> + <bind key="k" modifiers="Ctrl,Alt" action="DialogSpellcheck" display="true"/> + <bind key="K" modifiers="Ctrl,Alt" action="DialogSpellcheck" /> + <!-- Layers --> <bind key="N" modifiers="Ctrl,Shift" action="LayerNew" display="true"/> diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index 0fa71c1e1..370bd5a2c 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -468,6 +468,9 @@ override) the bindings in the main default.xml. <bind action="ObjectFlowtextToText" /> <bind action="SelectionTextRemoveKerns" /> + <bind key="k" modifiers="Ctrl,Alt" action="DialogSpellcheck" display="true"/> + <bind key="K" modifiers="Ctrl,Alt" action="DialogSpellcheck" /> + <!-- Layers --> <bind key="N" modifiers="Ctrl,Shift" action="LayerNew" display="true"/> |
