Search found 3 matches

by pingo08
Fri Oct 12, 2012 4:21 am
Forum: Help with using Inkscape
Topic: Shortcut customization going bananas
Replies: 2
Views: 1295

Re: Shortcut customization going bananas

The Quickview command is hard-coded and does not use verbs - you cannot remap it without editing the source code and recompiling inkscape yourself. At the same time, 'Ctrl+a' also seems to be hard-coded in 'select-context.cpp'. AFAIK those are hard-coded shortcuts, too (i.e. not based on verbs), an...
by pingo08
Sun Oct 07, 2012 1:28 pm
Forum: SVG / XML Code
Topic: Help changing keyboard shortcuts (XML code)
Replies: 1
Views: 4308

Re: Help changing keyboard shortcuts (XML code)

Hello I think your problem is that the v key is already assigned (to Object > Flip Vertical), so because the XML file is read sequentially the ObjectFlipVertically action (which is defined later) overrides ToolSelector. So just find ObjectFlipVertically and either delete it or set it to some other k...
by pingo08
Sun Oct 07, 2012 1:11 pm
Forum: Help with using Inkscape
Topic: Shortcut customization going bananas
Replies: 2
Views: 1295

Shortcut customization going bananas

Hello I'm having trouble personalizing my keyboard shortcuts on Inkscape. Please give me your thoughts... 1. How do I disable the quick zoom feature? It seems to be hardcoded; I would like to map something to the Q key but Quick Zoom overrides everything. The action seems absent from verbs.cpp and I...

Go to advanced search