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

Revert GoToHome keyboard shortcut to CtrlShiftH on macOS #28577

Merged
merged 3 commits into from
Feb 10, 2025

Conversation

gy-mate
Copy link
Contributor

@gy-mate gy-mate commented Nov 27, 2024

Fixes #28576 by partially reverting matrix-org/matrix-react-sdk#7631

Checklist

  • Tests written for new code (and old code if feasible). N/A
  • New or updated public/exported symbols have accurate TSDoc documentation. N/A
  • Linter and other CI checks pass.
    • Pull Request / action / Preview Changelog (pull_request_target) seems to fail only due to a missing label that I can't add.
  • I have licensed the changes to Element by completing the Contributor License Agreement (CLA)

@gy-mate gy-mate requested a review from a team as a code owner November 27, 2024 09:34
@github-actions github-actions bot added the Z-Community-PR Issue is solved by a community member's PR label Nov 27, 2024
@florianduros
Copy link
Member

florianduros commented Dec 24, 2024

Hi,

The issue is specific to safari and the fix will remove the shortcut to all the others browsers on Macos (firefox, chrome...).

@gy-mate
Copy link
Contributor Author

gy-mate commented Dec 24, 2024

the fix will remove the shortcut all the others browsers on Macos (firefox, chrome...)

@florianduros Why is that? I just wanted to change the shortcut to CtrlAltH.

Copy link
Member

@florianduros florianduros left a comment

Choose a reason for hiding this comment

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

Hi sorry for the delay

src/accessibility/KeyboardShortcuts.ts Show resolved Hide resolved
@gy-mate gy-mate changed the title Revert GoToHome keyboard shortcut to CtrlAltH on macOS Revert GoToHome keyboard shortcut to CtrlShiftH on macOS Feb 10, 2025
@gy-mate gy-mate requested a review from florianduros February 10, 2025 09:31
Copy link
Member

@florianduros florianduros left a comment

Choose a reason for hiding this comment

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

Tested and it works, thanks for the contribution

@florianduros florianduros added this pull request to the merge queue Feb 10, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 10, 2025
@florianduros florianduros added this pull request to the merge queue Feb 10, 2025
Merged via the queue into element-hq:develop with commit 4de9fe6 Feb 10, 2025
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Defect Z-Community-PR Issue is solved by a community member's PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CmdShiftH keyboard shortcut hijacks the Safari shortcut for Home
2 participants