ThePacielloGroup / CCAe

The Colour Contrast Analyser (CCA) helps you determine the legibility of text and the contrast of visual elements, such as graphical controls and visual indicators.
http://www.paciellogroup.com/resources/contrastanalyser/
GNU General Public License v3.0
478 stars 108 forks source link

Mac Keyboard Shortcut Overrides Standard Text Editing Shortcuts #346

Closed ajfarkas closed 3 months ago

ajfarkas commented 4 months ago

Describe the bug CCA uses cmd-shift-rightArrow (or leftArrow) to move the CAA window between workspaces.
This overrides the standard shortcut for selecting a line of text, which overlaps my use of CAA (writing accessibility reports).

It was difficult to find the source of my lost functionality, because CAA doesn't have to be the active window to override the shortcut. (In another full-screen application, I only saw that I could no longer highlight text.)

Desktop (please complete the following information):

To Reproduce

  1. Open CAA
  2. Open a text editor
  3. Make text editor fullscreen
  4. Type a line or two of text in the editor (in RTL language, ie English, for these instructions)
  5. Use cmd-shift-leftArrow at the end of a line of text, and see that the cursor does not move, and nothing is highlighted.
  6. Use cmd-leftArrow and see that the cursor moves to the beginning of the line. (This is just PoC that this command should work).

Expected behavior

  1. cmd-shift-leftArrow at the end of a line of text selects the entire line of text.
  2. cmd-shift-rightArrow at the beginning of a line of text selects the entire line of text.
poorgeek commented 3 months ago

Duplicate of #323