mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-05 09:26:34 +00:00
fix: Fixed empty split ksb for windows, b=no-bug, c=kbs
This commit is contained in:
@@ -1084,7 +1084,7 @@ class nsZenKeyboardShortcutsVersioner {
|
|||||||
data.push(
|
data.push(
|
||||||
new KeyShortcut(
|
new KeyShortcut(
|
||||||
'zen-new-empty-split-view',
|
'zen-new-empty-split-view',
|
||||||
AppConstants.platform == 'linux' ? '*' : '+',
|
AppConstants.platform == 'macosx' ? '+' : '*',
|
||||||
'',
|
'',
|
||||||
ZEN_SPLIT_VIEW_SHORTCUTS_GROUP,
|
ZEN_SPLIT_VIEW_SHORTCUTS_GROUP,
|
||||||
nsKeyShortcutModifiers.fromObject({ accel: true, shift: true }),
|
nsKeyShortcutModifiers.fromObject({ accel: true, shift: true }),
|
||||||
|
Reference in New Issue
Block a user