diff options
| author | Felipe Corr??a da Silva Sanches <juca@members.fsf.org> | 2011-05-27 23:47:57 +0000 |
|---|---|---|
| committer | Felipe C. da S. Sanches <juca@members.fsf.org> | 2011-05-27 23:47:57 +0000 |
| commit | f4403f7422ce45b94a8b1e3462b9edb7ccae0c1d (patch) | |
| tree | 18ea0e417626e8515affd0ed48e8c4cc2456aef6 /share/keys/default.xml | |
| parent | Add "silent" option to extension inx file so that extension authors can opt-o... (diff) | |
| download | inkscape-f4403f7422ce45b94a8b1e3462b9edb7ccae0c1d.tar.gz inkscape-f4403f7422ce45b94a8b1e3462b9edb7ccae0c1d.zip | |
Extensions to alternate layer visibility for glyph layers.
These extensions are using the new "silent" option that I have introduced to the inx file sintax in the previous commit.
(bzr r10241)
Diffstat (limited to 'share/keys/default.xml')
| -rw-r--r-- | share/keys/default.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/keys/default.xml b/share/keys/default.xml index 9ac48d24f..e7e51f694 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -592,4 +592,10 @@ override) the bindings in the main default.xml. <bind key="g" modifiers="Ctrl,Alt" action="org.inkscape.typography.newglyphlayer" display="true"/> <bind key="G" modifiers="Ctrl,Alt" action="org.inkscape.typography.newglyphlayer"/> + <bind key="h" modifiers="Ctrl,Alt" action="org.inkscape.typography.previousglyphlayer" display="true"/> + <bind key="H" modifiers="Ctrl,Alt" action="org.inkscape.typography.previousglyphlayer"/> + + <bind key="j" modifiers="Ctrl,Alt" action="org.inkscape.typography.nextglyphlayer" display="true"/> + <bind key="J" modifiers="Ctrl,Alt" action="org.inkscape.typography.nextglyphlayer"/> + </keys> |
