Q key zoom feature not working properly in 0.91
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Inkscape |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Hi Friends,
This is 0.91, 64-bit, on Win7 64-bit. I have used the Q key for zooming exclusively, for the last few years. And it's just not working properly in this new version. Here are the details for "not working":
The selection is zoomed to the window, when pressing the Q key. But moving the mouse off the canvas, before pressing the Q key, does not keep it zoomed, like it used to. The only way to keep it zoomed is to keep holding the Q key, which really is impossible, if you want to do something else while it's zoomed.
Zoom selected nodes to window doesn't seem to work at all. And honestly, I could do without that part. But holding the selection zoomed to the window while I work is a vital feature for me.
I didn't read anything about it in the Release Notes. Although I didn't read every last word, so I could have missed it. If this is a new bug, hopefully it can be fixed in the next release?
If it can't be fixed, I wonder if there would be a way to use the key shortcut editor, to restore this feature?
(Yes, I know how to use the zoom tool, but the key shortcut was really nice.)
Thanks for your help :-)
Based on tests with archived builds on OS X 10.7.5, the described 'sticky' quick zoom "feature" /bazaar. launchpad. net/~inkscape. dev/inkscape/ trunk/revision/ 12088
- worked with rev <= 12087
- no longer exists with rev >= 12089
AFAICT the changed behavior is related to this commit:
- Fix for 1091582 : Problem with key release when pressing space with cursor off canvas.
https:/
Revision 12088 fixed this bug: switchtool functions” /bugs.launchpad .net/inkscape/ +bug/1091582
- Bug #1091582 “Problem with space-move-
https:/
Reverting the change AFAICT is not an option - apparently the feature now missed by the reporter was based on a bug in the code to correctly release a key press when the mouse pointer was moved outside the canvas (see also comment 9 in bug #1091582).