After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 634139 - Enable the key combination <control><shift>Page_Up and <control><shift>Page_Down to move sheets left or right
Enable the key combination <control><shift>Page_Up and <control><shift>Page_D...
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: GUI
git master
Other Linux
: Normal enhancement
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2010-11-06 00:44 UTC by Sameer Morar
Modified: 2010-11-06 02:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to enable the proposed enhancement (1.85 KB, patch)
2010-11-06 00:47 UTC, Sameer Morar
needs-work Details | Review
Updated patch - utilizes undo subsystem (2.66 KB, patch)
2010-11-06 02:04 UTC, Sameer Morar
committed Details | Review

Description Sameer Morar 2010-11-06 00:44:40 UTC
Some tabbed applications (eg. the chromium web browser) bind the key combination <control><shift>Page_Up and <control><shift>Page_Down to swap the current tab with adjacent left or right tab respectively.

Enabling this functionality to move sheets around would allow for more intuitive behaviour.
Comment 1 Sameer Morar 2010-11-06 00:47:12 UTC
Created attachment 173927 [details] [review]
Patch to enable the proposed enhancement
Comment 2 Andreas J. Guelzow 2010-11-06 01:00:04 UTC
Review of attachment 173927 [details] [review]:

Switching the order of the sheets means that the workbook changes. All such changes should go through the undo/redo mechanism. This patch is not doing that. Beside this action nt being undoable there could be actions on the undo stack that might depend on the order of sheets.
Comment 3 Sameer Morar 2010-11-06 02:04:43 UTC
Created attachment 173928 [details] [review]
Updated patch - utilizes undo subsystem