Apply remaining working-tree updates

This commit is contained in:
2026-02-14 00:36:01 -08:00
parent cb9a599b23
commit a1209ca69f
40 changed files with 1001 additions and 607 deletions

View File

@@ -66,7 +66,7 @@ export function shortcutMatchesInputForLocalFallback(
} else {
if (process.platform === "darwin") {
if (input.meta || input.control) return false;
} else if (input.control) {
} else if (!expectedControl && input.control) {
return false;
}
}