fix: map openCharacterDictionary session action to --open-character-dict

- Add missing Lua CLI dispatch entry for openCharacterDictionary
- Add regression test for Alt+Meta+A binding and CLI flag forwarding
This commit is contained in:
2026-05-11 01:07:11 -07:00
parent 0b72fa108f
commit 47499eccff
3 changed files with 71 additions and 0 deletions
+2
View File
@@ -159,6 +159,8 @@ function M.create(ctx)
return { "--open-youtube-picker" }
elseif action_id == "openSessionHelp" then
return { "--open-session-help" }
elseif action_id == "openCharacterDictionary" then
return { "--open-character-dictionary" }
elseif action_id == "openControllerSelect" then
return { "--open-controller-select" }
elseif action_id == "openControllerDebug" then