Skip to content

Implement Access Keys (eg menu access via Alt key) #1137

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

Closed
3 tasks done
SpitFire-666 opened this issue Jul 3, 2022 · 2 comments
Closed
3 tasks done

Implement Access Keys (eg menu access via Alt key) #1137

SpitFire-666 opened this issue Jul 3, 2022 · 2 comments
Assignees
Labels
status: waiting for information More information must be provided before work can proceed topic: code Related to content of the project itself type: enhancement Proposed improvement

Comments

@SpitFire-666
Copy link

Describe the request

This could be a duplicate of #588

Currently (on Windows at least), you can't access the menu with the keyboard. Even if you Click on File, you can't use the arrow keys to navigate it.

Would be handy to use Alt+T to open the Tools menu for example.

Cheers

Describe the current behavior

Currently (on Windows at least), you can't access the menu with the keyboard. Even if you Click on File, you can't use the arrow keys to navigate it.

Arduino IDE version

Version: 2.0.0-rc8-nightly-20220703 Date: 2022-07-03T03:31:56.192Z CLI Version: 0.24.0 [c1b10f56] Copyright © 2022 Arduino SA

Operating system

Windows

Operating system version

Windows 7

Additional context

No response

Issue checklist

  • I searched for previous requests in the issue tracker
  • I verified the feature was still missing when using the latest nightly build
  • My request contains all necessary details
@SpitFire-666 SpitFire-666 added the type: enhancement Proposed improvement label Jul 3, 2022
@per1234 per1234 self-assigned this Jul 3, 2022
@per1234
Copy link
Contributor

per1234 commented Jul 3, 2022

Hi @SpitFire-666. Thanks for your report.

you can't access the menu with the keyboard

I am not able to reproduce this on Windows 10.

I can access it using the keyboard via this procedure:

  1. Press Alt.
    The "File" menu title is highlighted in the menu bar.
  2. Press the right arrow key.
    The "Edit" menu title is highlighted in the menu bar.
  3. Press the down arrow key.
    The "Edit" menu opens.
  4. Press the down arrow key.
    The first item in the "Edit" menu is selected.
  5. Press Enter.
    The selected menu item is executed.

Please try that procedure and tell us whether you get the same results I observed.

Even if you Click on File, you can't use the arrow keys to navigate it.

I am not able to reproduce this on Windows 10.

I can navigate the menu via this procedure:

  1. Click "File" on the Arduino IDE menu bar.
  2. Press the down arrow key.
    The menu opens and the first item in the menu is selected.
  3. Press Enter.
    The selected menu item is executed.

Please try that procedure and tell us whether you get the same results I observed.

Would be handy to use Alt+T to open the Tools menu for example.

We are tracking that deficiency in the dedicated issue here: #153

@per1234 per1234 added topic: code Related to content of the project itself status: waiting for information More information must be provided before work can proceed labels Jul 3, 2022
@per1234
Copy link
Contributor

per1234 commented Aug 24, 2022

Closing due to lack of response.

@SpitFire-666 if you will provide the requested information by commenting here, I'll be happy to re-open this issue.

@per1234 per1234 closed this as not planned Won't fix, can't repro, duplicate, stale Aug 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: waiting for information More information must be provided before work can proceed topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

2 participants