Control-single-click on the matrix should select an entire column

Issue #451 new
Robert Leach created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Select an entire column using the control-single-click shortcut (similar to the control-click-drag shortcut for consistency).

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

  1. Open any matrix
  2. Control-single-click on any column of the matrix

CURRENT BEHAVIOR

Control-single-click selects a single tile and any other selections disappear. Note, control-click-drag selects a series of rows.

EXPECTED BEHAVIOR

control-single-click on the matrix should select a single entire column. Any previous selections should disappear. (Note, the control modifier will eventually change to select a row to conform to the new modifier requirements, but since mutiple things must change at once, we'll stick with a column until that is tackled in a single effort.)

Note also, if both the row and column modifiers are pressed, select a single tile.

DEVELOPERS ONLY SECTION

SUGGESTED CHANGE (Pseudocode optional)

none

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

unknown

LEVEL OF EFFORT - developers only

trivial

COMMENTS

Comments (8)

  1. Log in to comment