From cba722f8a207982ade9e941eca3e6070e8705749 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Sat, 20 Jun 2026 13:01:49 +0800 Subject: [PATCH] Commit single-window app shortcuts on first key --- C3.tools/round1-window-activation-fixture-qa.sh | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/C3.tools/round1-window-activation-fixture-qa.sh b/C3.tools/round1-window-activation-fixture-qa.sh index 2be2897..56dba71 100755 --- a/C3.tools/round1-window-activation-fixture-qa.sh +++ b/C3.tools/round1-window-activation-fixture-qa.sh @@ -145,10 +145,11 @@ "$APP/Contents/MacOS/Aligner" \ --round0-skip-permissions \ --round01-open-quick-switch \ + --round01-waterfall-view-mode=vertical \ --round01-fixture-window-activation \ --round01-disable-screenshot-refresh \ --round01-debug-window-activation \ - --round01-debug-key-sequence="right,enter" \ + --round01-debug-key-sequence="2,down,enter" \ --round01-quick-switch-report="$MINIMIZED_REPORT" & APP_PID=$! @@ -170,6 +171,7 @@ "$APP/Contents/MacOS/Aligner" \ --round0-skip-permissions \ --round01-open-quick-switch \ + --round01-waterfall-view-mode=vertical \ --round01-fixture-window-activation \ --round01-disable-screenshot-refresh \ --round01-debug-window-activation \ @@ -187,6 +189,7 @@ "$APP/Contents/MacOS/Aligner" \ --round0-skip-permissions \ --round01-open-quick-switch \ + --round01-waterfall-view-mode=vertical \ --round01-fixture-window-activation \ --round01-disable-screenshot-refresh \ --round01-debug-window-activation \ -- Gitblit v1.9.3