Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More keyboard commands #24

Open
porg opened this issue Feb 14, 2022 · 6 comments
Open

More keyboard commands #24

porg opened this issue Feb 14, 2022 · 6 comments

Comments

@porg
Copy link

porg commented Feb 14, 2022

A pre-requirement for both mouse-based or keyboard-based selection to work efficiently is #23

As soon as this is implemented I propose to add more keyboard commands for selection and moving selection:

  • Move focus up/down by ArrowKeyUp/ArrowKeyDown
  • Extend selection with shift + ArrowKeyUp/ArrowKeyDown
  • Move up with alt + ArrowKeyUp/ArrowKeyUp (as in many text editors, IDEs)

More advanced ones:

  • Select all items with ctrl-A (cmd-A on Mac)
  • Extend selection to top item with ctrl-up (cmd-up on Mac)
  • Extend selection to bottom item with ctrl-down (cmd-down on Mac)
@marcrobledo
Copy link
Owner

Same as #25. This is also implemented already.

@marcrobledo
Copy link
Owner

Wait. I see the uploaded version is not working correctly, my mistake.

This has been already fixed for next version.

@porg
Copy link
Author

porg commented Mar 28, 2022

Tested web app as on server now with

  • macOS 11.6.5
  • Safari 15.4 (16613.1.17.1.11, 16613)
  • Chrome 99.0.4844.84 (Official Build)
  • Firefox 98.0.2

Working only in Chrome & Safari, not in Firefox:

  • Move focus up/down by ArrowKeyUp/ArrowKeyDown
  • Extend selection with shift + ArrowKeyUp/ArrowKeyDown

Working on none of my tested Mac browsers;

  • Move up with alt + ArrowKeyUp/ArrowKeyUp (as in many text editors, IDEs)
  • Select all items with ctrl-A (cmd-A on Mac)
  • Extend selection to top item with ctrl-up (cmd-up on Mac)
  • Extend selection to bottom item with ctrl-down (cmd-down on Mac)

@porg
Copy link
Author

porg commented Apr 13, 2022

Could you please reopen this?
My tests in the post above show that this works only partially or not at all in some browsers.

@marcrobledo marcrobledo reopened this Apr 14, 2022
@marcrobledo
Copy link
Owner

Reopened.

Once the new version is uploaded, we will need to test it again.

@porg
Copy link
Author

porg commented Apr 14, 2022

Ok, please ping here when the new version is deployed and ready for testing. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants