Remaining scratchpad test expectations follow localization
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QKxGW1raAWaqeU8WdHsMsp
This commit is contained in:
@@ -182,11 +182,11 @@ mkdir -p "$scratchpad_home"
|
||||
scratchpad_output=$(run_omarchy_bindings "$scratchpad_home")
|
||||
grep -Fqx $'SUPER + S 切换便签区' <<<"$scratchpad_output" ||
|
||||
fail "scratchpad keeps its existing toggle binding"
|
||||
grep -Fqx $'SUPER + grave Toggle scratchpad' <<<"$scratchpad_output" ||
|
||||
grep -Fqx $'SUPER + grave 切换便签区' <<<"$scratchpad_output" ||
|
||||
fail "scratchpad supports a Quake-style toggle binding"
|
||||
grep -Fqx $'SUPER + ALT + S Move window to scratchpad' <<<"$scratchpad_output" ||
|
||||
grep -Fqx $'SUPER + ALT + S 窗口移入便签区' <<<"$scratchpad_output" ||
|
||||
fail "scratchpad keeps its existing move binding"
|
||||
grep -Fqx $'SUPER + SHIFT + grave Move window to scratchpad' <<<"$scratchpad_output" ||
|
||||
grep -Fqx $'SUPER + SHIFT + grave 窗口移入便签区' <<<"$scratchpad_output" ||
|
||||
fail "scratchpad supports a Quake-style move binding"
|
||||
pass "scratchpad retains existing bindings and adds Grave shortcuts"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user