mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
fix: change keyboard short to go home on macos (#29929)
This commit is contained in:
parent
64047b0702
commit
10757b4357
@ -521,7 +521,8 @@ export const KEYBOARD_SHORTCUTS: IKeyboardShortcuts = {
|
||||
[KeyBindingAction.GoToHome]: {
|
||||
default: {
|
||||
ctrlKey: true,
|
||||
altKey: true,
|
||||
altKey: !IS_MAC,
|
||||
shiftKey: IS_MAC,
|
||||
key: Key.H,
|
||||
},
|
||||
displayName: _td("keyboard|go_home_view"),
|
||||
@ -586,7 +587,7 @@ export const KEYBOARD_SHORTCUTS: IKeyboardShortcuts = {
|
||||
default: {
|
||||
ctrlKey: true,
|
||||
shiftKey: true,
|
||||
key: Key.H,
|
||||
key: Key.J,
|
||||
},
|
||||
displayName: _td("keyboard|toggle_hidden_events"),
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user