mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-25 14:16:10 +00:00
feat: Change default shortcut for unsynced windows, b=no-bug, c=windows, kbs
This commit is contained in:
@@ -148,7 +148,7 @@ function SignAndPackage($name) {
|
||||
$env:WIN32_REDIST_DIR="$PWD\win-cross\vs2022\VC\Redist\MSVC\14.38.33135\x64\Microsoft.VC143.CRT"
|
||||
}
|
||||
|
||||
$env:MAR="..\\build\\winsign\\mar.exe"
|
||||
$env:MAR="..\\build\\windows\\mar.exe"
|
||||
if ($name -eq "arm64") {
|
||||
$env:SURFER_COMPAT="aarch64"
|
||||
} else {
|
||||
|
||||
@@ -1116,9 +1116,7 @@ class nsZenKeyboardShortcutsVersioner {
|
||||
"N",
|
||||
"",
|
||||
ZEN_OTHER_SHORTCUTS_GROUP,
|
||||
AppConstants.platform === "win"
|
||||
? nsKeyShortcutModifiers.fromObject({ alt: true })
|
||||
: nsKeyShortcutModifiers.fromObject({ accel: true, alt: true }),
|
||||
nsKeyShortcutModifiers.fromObject({ accel: true, shift: true }),
|
||||
"cmd_zenNewNavigatorUnsynced",
|
||||
"zen-new-unsynced-window-shortcut"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user