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

Keybindings: Replace mod+h as help shortcut with ? #85449

Merged
merged 1 commit into from Apr 2, 2024

Conversation

tskarhed
Copy link
Contributor

@tskarhed tskarhed commented Apr 2, 2024

What is this feature?

Removes anything with h, as it tends to interfere with other shortcuts. Also displays that ? can be used to view the help modal.

Removes the changes in #82253 that initially fixed #74841

Why do we need this feature?

A lot of key combinations with h are already taken by either the OS or the web browser. Using ? for the help modal already works, and seems to be a standard practice across several large web apps.

Who is this feature for?

Shortcut people.

Which issue(s) does this PR fix?:

Fixes #85321

Special notes for your reviewer:

Please check that:

  • It works as expected from a user's perspective.
  • If this is a pre-GA feature, it is behind a feature toggle.
  • The docs are updated, and if this is a notable improvement, it's added to our What's New doc.

@tskarhed tskarhed added this to the 11.0.x milestone Apr 2, 2024
@tskarhed tskarhed requested a review from ckbedwell April 2, 2024 08:44
@tskarhed tskarhed requested review from a team and imatwawana as code owners April 2, 2024 08:44
@tskarhed tskarhed requested review from Clarity-89 and L-M-K-B and removed request for a team April 2, 2024 08:44
@grafana-delivery-bot grafana-delivery-bot bot modified the milestones: 11.0.x, 11.1.x Apr 2, 2024
Copy link
Contributor

@ckbedwell ckbedwell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 💪

@tskarhed tskarhed merged commit c75bc5a into main Apr 2, 2024
29 of 30 checks passed
@tskarhed tskarhed deleted the remove-help-shortcut branch April 2, 2024 09:41
@tskarhed tskarhed modified the milestones: 11.1.x, 11.0.x Apr 2, 2024
xlson added a commit that referenced this pull request Apr 2, 2024
* origin/main:
  Update dependency i18next-browser-languagedetector to v7.2.1
  Cloudmigration: swagger for the cloudmigration api (#85255)
  Update dependency glob to v10.3.12
  Update dependency @types/react-dom to v18.2.23
  InfluxDB: Fix measurement interpolation on visual query builder (#85423)
  Update dependency @types/eslint to v8.56.7
  Add optional `queries` parameter to DataSourceGetTagValuesOptions (#85436)
  Update dependency @grafana/plugin-e2e to v0.25.1 (#85451)
  Keybindings: Replace mod+h as help shortcut with ?  (#85449)
  Update Yarn to v4.1.1 (#85350)
  Update plugin SDK to v0.219.0 (#85438)
  Makefile: refactoring .PHONY (#85440)
  Explore: Add padding to query content in query inspector (#85309)
  DashboardScene: Fix issues with dashboard empty state (#85406)
  Canvas: Fix ellipse datalink example in gdev dashboard (#85398)
  Canvas: Add flowchart example to gdev (#85417)
  Plugins: Set correct PDC config values for proxy requests (#85412)
  Scopes: Add basic integration tests (#85351)
@tskarhed tskarhed added the type/accessibility Accessibility problem / enhancement label Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants