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

Change ToggleHiddenEventVisibility & GoToHome KeyBindingActions #29374

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

gy-mate
Copy link
Contributor

@gy-mate gy-mate commented Feb 27, 2025

The current keyboard shortcuts for GoToHome and ToggleHiddenEventVisibility are:

other macOS
GoToHome Ctrl–Alt–H Ctrl–Shift–H
ToggleHiddenEventVisibility Ctrl–Shift–H Cmd–Shift–H

This removes both distinctions for macOS in order ToggleHiddenEventVisibility not to conflict with...

  1. the built-in Safari keyboard shortcut for opening the Home page (Cmd–Shift–H)
  2. the KeyBindingAction for GoToHome.

This hopefully fixes #28576.

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 (or fail only due to unrelated reasons).
  • I have licensed the changes to Element by completing the Contributor License Agreement (CLA)

The current keyboard shortcuts for GoToHome and ToggleHiddenEventVisibility are:

|                             	| other        	| macOS        	|
|-----------------------------	|--------------	|--------------	|
| GoToHome                    	| Ctrl–Alt–H   	| Ctrl–Shift–H 	|
| ToggleHiddenEventVisibility 	| Ctrl–Shift–H 	| Cmd–Shift–H  	|

This removes both distinctions for macOS in order ToggleHiddenEventVisibility not to conflict with...
1. the built-in Safari keyboard shortcut for opening the Home page (Cmd–Shift–H)
2. the KeyBindingAction for GoToHome.
@gy-mate
Copy link
Contributor Author

gy-mate commented Feb 27, 2025

I've tested the Netlify deployment and it works well! 🎉

@florianduros florianduros self-requested a review February 27, 2025 10:08
@dbkr dbkr added the T-Defect label Feb 27, 2025
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