Scratchpad binding test follows the localized description

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01QKxGW1raAWaqeU8WdHsMsp
This commit is contained in:
2026-08-25 11:09:39 -04:00
co-authored by Claude Fable 5
parent 9e1bb767c0
commit 6e73f9f797
+1 -1
View File
@@ -180,7 +180,7 @@ pass "missing Voxtype skips dictation bindings"
scratchpad_home="$tmpdir/scratchpad-home" scratchpad_home="$tmpdir/scratchpad-home"
mkdir -p "$scratchpad_home" mkdir -p "$scratchpad_home"
scratchpad_output=$(run_omarchy_bindings "$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" fail "scratchpad keeps its existing toggle binding"
grep -Fqx $'SUPER + grave Toggle scratchpad' <<<"$scratchpad_output" || grep -Fqx $'SUPER + grave Toggle scratchpad' <<<"$scratchpad_output" ||
fail "scratchpad supports a Quake-style toggle binding" fail "scratchpad supports a Quake-style toggle binding"