From 6e73f9f7974148c0bf2d218d80994cc92f9c7e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E7=94=B5=E8=8A=BD=E8=A1=A3?= Date: Tue, 25 Aug 2026 11:09:39 -0400 Subject: [PATCH] Scratchpad binding test follows the localized description Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01QKxGW1raAWaqeU8WdHsMsp --- test/shell.d/hyprland-default-config-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/shell.d/hyprland-default-config-test.sh b/test/shell.d/hyprland-default-config-test.sh index b5d0d3db..b29a5c26 100644 --- a/test/shell.d/hyprland-default-config-test.sh +++ b/test/shell.d/hyprland-default-config-test.sh @@ -180,7 +180,7 @@ pass "missing Voxtype skips dictation bindings" scratchpad_home="$tmpdir/scratchpad-home" mkdir -p "$scratchpad_home" scratchpad_output=$(run_omarchy_bindings "$scratchpad_home") -grep -Fqx $'SUPER + S Toggle scratchpad' <<<"$scratchpad_output" || +grep -Fqx $'SUPER + S 切换便签区' <<<"$scratchpad_output" || fail "scratchpad keeps its existing toggle binding" grep -Fqx $'SUPER + grave Toggle scratchpad' <<<"$scratchpad_output" || fail "scratchpad supports a Quake-style toggle binding"