fix: Fixed empty split ksb for windows, b=no-bug, c=kbs

This commit is contained in:
Mr. M
2025-10-02 23:43:04 +02:00
parent 236abce07b
commit a576912e03

View File

@@ -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 }),