From bedb145ee1413482763707fe73787b622cb52cbf Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Sat, 13 Jun 2026 16:08:40 +0800 Subject: [PATCH] Fix Finder tab space activation --- C3.tools/round1-mouse-interaction-fixture-qa.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/C3.tools/round1-mouse-interaction-fixture-qa.sh b/C3.tools/round1-mouse-interaction-fixture-qa.sh index c8c885f..fe212d7 100755 --- a/C3.tools/round1-mouse-interaction-fixture-qa.sh +++ b/C3.tools/round1-mouse-interaction-fixture-qa.sh @@ -327,6 +327,7 @@ "$APP/Contents/MacOS/Aligner" \ --round0-skip-permissions \ --round01-open-quick-switch \ + --round01-waterfall-view-mode=vertical \ --round01-fixture-app-count="$FIXTURE_APP_COUNT" \ --round01-fixture-windows-per-app="$FIXTURE_WINDOWS_PER_APP" \ --round01-disable-screenshot-refresh \ @@ -353,6 +354,7 @@ "$APP/Contents/MacOS/Aligner" \ --round0-skip-permissions \ --round01-open-quick-switch \ + --round01-waterfall-view-mode=vertical \ --round01-fixture-app-count="$FIXTURE_APP_COUNT" \ --round01-fixture-windows-per-app="$FIXTURE_WINDOWS_PER_APP" \ --round01-disable-screenshot-refresh \ -- Gitblit v1.9.3