commit | 514565500183d77846ea6963f99956b51a6f4dd9 | [log] [tgz] |
---|---|---|
author | Sakib Shabir Tantray <s1.tantray@samsung.com> | Fri May 31 05:57:29 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 31 05:57:29 2024 |
tree | bc5f6fd42023072cd3530431409ba51d1b162f28 | |
parent | d20580d16cd4d7740fbaee99b5356503b164bff2 [diff] |
Keyboard shortcuts are ignored in the menu. Keyboard Shortcuts: https://support.google.com/chrome/answer/157179 Modifiers are mistakenly ignored for all menu hotkeys. Keyboard shortcuts need to be handled in the app menu, when any keyboard shortcut is pressed, close the app menu, and after that, it should perform the supposed task. This CL will handle keyboard shortcuts in the app menu. Currently we are handling Shift-Esc only. Adding Ctrl-J shortcut with this CL, as it is supposed to open the downloads page. In follow-up patches, other shortcuts will be included. Bug: None Change-Id: I906818922206d2d48dd22a9a67212fabe571de46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5584445 Reviewed-by: Shubham Gupta <shubham.gupta@chromium.org> Reviewed-by: Keren Zhu <kerenzhu@chromium.org> Commit-Queue: Sakib Shabir <s1.tantray@samsung.com> Cr-Commit-Position: refs/heads/main@{#1308472}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.