mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-04 17:06:35 +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(
|
||||
new KeyShortcut(
|
||||
'zen-new-empty-split-view',
|
||||
AppConstants.platform == 'linux' ? '*' : '+',
|
||||
AppConstants.platform == 'macosx' ? '+' : '*',
|
||||
'',
|
||||
ZEN_SPLIT_VIEW_SHORTCUTS_GROUP,
|
||||
nsKeyShortcutModifiers.fromObject({ accel: true, shift: true }),
|
||||
|
Reference in New Issue
Block a user