From 0045898e8cd7b2d8972bb24c8ac27e514bdd8c70 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Thu, 11 Jun 2026 16:46:31 +0800
Subject: [PATCH] Implement Quick Switch Space filtering

---
 C3.tools/round1-app-column-alignment-fixture-qa.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/C3.tools/round1-app-column-alignment-fixture-qa.sh b/C3.tools/round1-app-column-alignment-fixture-qa.sh
index d2432dc..9dd6692 100755
--- a/C3.tools/round1-app-column-alignment-fixture-qa.sh
+++ b/C3.tools/round1-app-column-alignment-fixture-qa.sh
@@ -196,7 +196,7 @@
     require(root.get("lastKeyboardCommand") == expected_key_sequence[-1], "last keyboard command must match the alignment target")
     require(root.get("selectedAppGroupIndex") == target_app_index, "keyboard focus must select the target appGroupIndex")
     require(item.get("isSelected") is True, "target App Shelf item must expose selected state")
-    require("selected" in item.get("visualStates", []), "target App Shelf item must expose selected visual state")
+    require("selectedVisualSuppressed" in item.get("visualStates", []), "non-hovered keyboard-selected App Shelf item must suppress selected visual state")
     cards = column.get("cards", [])
     require(cards, "target Waterfall column must include cards")
     require(root.get("selectedWindowID") == cards[0].get("windowID"), "right-arrow focus into target column must select its first window")

--
Gitblit v1.9.3