GNOME Bugzilla – Bug 94015
Page Up Page down should move up and down the page
Last modified: 2009-01-30 20:15:07 UTC
Page Up Page down should move up and down the page currently the arrow keys move up and down the page. fist thing is to change the keybindings and clarify what i mean. I will file seperate reports later for the enhancements. they should instead be freed up for things like moving the currently selected object or corner or connection point. If you can take a look at Gobe Prodcutive you will see this is really good. If the user accidentally scrolls way off into the middle of nowhere, Home should bring them back to the centre/home of the diagram.
From IRC: <Chep> I agree for Home. I use the arrow keys a lot for what they're used for today... <Chep> unfortunately we don't have page left / page right <Alan> i knew there was a gotcha i forgot about <Alan> ctrl+ arrow ? <Chep> (however, I use Ctrl-Left, Ctrl-Right, Ctrl-Up etc)
This Gimp makes a horrible mess of this, mostly because the developers think that layers are hugely important. http://bugzilla.gnome.org/show_bug.cgi?id=53988
In Gimp, layers _are_ hugely important. Layers with alpha are the only way to keep picture elements separate while working on them. I probably spend as much time in the layers dialog as in the picture window itself in Gimp.

mass bumping of version number to 0.91
2009-01-30 Hans Breuer <hans@breuer.org> * app/object_ops.[ch] : implement object_list_nudge() ... * app/disp_callbacks.c : ... use it to move selected objects by keyboard keys (arrow/shift-arrow for small/bigger step), bug #137433 (The viewavle area can still be moved as before if nothing is selected) Make PageUp, Ctrl-PageUp, PageDown, Ctrl-PageDown scroll selected view by one page up/left/down/right, bug #94015 Home/End to align the top-left/bottom-right corner of the diagram with the viewable area