From 4a762052ca92c0e287e9722562717da8a9899281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9B=B7=E7=94=B5=E8=8A=BD=E8=A1=A3?= Date: Mon, 24 Aug 2026 19:45:36 -0400 Subject: [PATCH] IME hotkey: also unbind Apps menu key before menu migration Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01QKxGW1raAWaqeU8WdHsMsp --- bin/omarchy-cn-ime-hotkey | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/omarchy-cn-ime-hotkey b/bin/omarchy-cn-ime-hotkey index a6873417..e4377326 100755 --- a/bin/omarchy-cn-ime-hotkey +++ b/bin/omarchy-cn-ime-hotkey @@ -44,11 +44,13 @@ super-space) cat >> "$bindings" <<'EOF' -- OmarchyCN ime hotkey begin hl.unbind("SUPER + SPACE") +hl.unbind("SUPER + ALT + SPACE") o.bind("SUPER + ALT + SPACE", "Omarchy menu", "omarchy-menu toggle") -- OmarchyCN ime hotkey end EOF echo "输入法切换键: Super+Space" echo "Omarchy 菜单已迁移至 Super+Alt+Space(写入 $bindings)" + echo "原 Super+Alt+Space 的 Apps 菜单让位,可从根菜单进入或自行改绑" ;; *) echo "Unknown hotkey choice: $choice (expected ctrl-space or super-space)" >&2