Create a way to zoom rows/columns on either side

Issue #538 new
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Make adjustments to the row & column zoom now that the scrollbar +/- zoom buttons are gone.

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

  1. Hold down option while clicking the "+" or "-" (or even selec & home) nav buttons
  2. Hold down option-shift while clicking the "+" or "-" (or even selec & home) nav buttons
  3. Hold down option while tapping the right arrow key
  4. Hold down option while tapping the left arrow key
  5. Hold down option-shift while tapping the right arrow key
  6. Hold down option-shift while tapping the left arrow key
  7. Hold down option while tapping the down arrow key
  8. Hold down option while tapping the up arrow key
  9. Hold down option-shift while tapping the down arrow key
  10. Hold down option-shift while tapping the up arrow key

CURRENT BEHAVIOR

Holding option while clicking the nav buttons currently makes the nav increment small and disables the arrow keys.

EXPECTED BEHAVIOR

Referring to the steps above to reproduce, this is what should happen for each step:

  1. Zooms rows only (both top & bottom)
  2. Zooms columns only (both sides)
  3. Fixes the left-most visible column in place and zooms in on it
  4. Fixes the left-most visible column in place and zooms out from it
  5. Fixes the right-most visible column in place and zooms out from it
  6. Fixes the right-most visible column in place and zooms in on it
  7. Fixes the top-most visible column in place and zooms in on it
  8. Fixes the top-most visible column in place and zooms out from it
  9. Fixes the bottom-most visible column in place and zooms out from it
  10. Fixes the bottom-most visible column in place and zooms in on it

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

Pretty straight-forward

FILES AFFECTED (where the changes will be implemented) - developers only

  • holistic_modifier_plan.txt
  • holistic_modifier_cheat_sheet.txt
  • unknown

LEVEL OF EFFORT - developers only

minor

COMMENTS

Comments (1)

  1. Robert Leach reporter

    Another thought I had today (would have to change the modifier plan a lot): for the row/column modifiers (control & option), you could use them with the double-click to zoom to zoom rows/columns.

  2. Log in to comment