Hi Everyone! This is in reference to using a keyboard shortcut to toggling the view from normal to outline and back, (having to toggle through other views is fine too). Currently this is ctrl keypad 5, but since I (and I expect at least a few others ) am using a laptop this option is not usable. I would like to rebind this but the command is not one of those that have a binding available, or I can't find it...
Any helpful hints ? Other than compiling my own build!
View Toggle
View Toggle
Your mind is what you think it is.
Re: View Toggle
as long as i know shortcut the toggle view is just Ctrl + Keypad 5.
The other option maybe you have to buy Keypad.
The other option maybe you have to buy Keypad.
Re: View Toggle
druban wrote:I would like to rebind this but the command is not one of those that have a binding available, or I can't find it...
default keymapping/verbs for 'View > Display mode' menu items (Inkscape 0.47):
Code: Select all
<bind action="ViewModeNormal"/>
<bind action="ViewModeOutline"/>
<bind key="KP_5" modifiers="Ctrl" action="ViewModeToggle" display="true" />
<bind key="KP_Begin" modifiers="Ctrl" action="ViewModeToggle" />