fix: change keyboard short to go home on macos (#29929)
This commit is contained in:
@@ -521,7 +521,8 @@ export const KEYBOARD_SHORTCUTS: IKeyboardShortcuts = {
|
|||||||
[KeyBindingAction.GoToHome]: {
|
[KeyBindingAction.GoToHome]: {
|
||||||
default: {
|
default: {
|
||||||
ctrlKey: true,
|
ctrlKey: true,
|
||||||
altKey: true,
|
altKey: !IS_MAC,
|
||||||
|
shiftKey: IS_MAC,
|
||||||
key: Key.H,
|
key: Key.H,
|
||||||
},
|
},
|
||||||
displayName: _td("keyboard|go_home_view"),
|
displayName: _td("keyboard|go_home_view"),
|
||||||
@@ -586,7 +587,7 @@ export const KEYBOARD_SHORTCUTS: IKeyboardShortcuts = {
|
|||||||
default: {
|
default: {
|
||||||
ctrlKey: true,
|
ctrlKey: true,
|
||||||
shiftKey: true,
|
shiftKey: true,
|
||||||
key: Key.H,
|
key: Key.J,
|
||||||
},
|
},
|
||||||
displayName: _td("keyboard|toggle_hidden_events"),
|
displayName: _td("keyboard|toggle_hidden_events"),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user