Posted March 25, 2026 by Luciel
レイヤー装飾キーまわりの表示不具合と、trigger込み入力の一致判定の不具合を修正しました。
Minor bugfix update for layer decorator display behavior and trigger-included input matching.
- 明示設定されているボタンがある場合でも、レイヤー装飾キー(CTRL / ALT / SHIFT / WIN)が runtime 表示を汚染してしまうことがある問題を修正
- たとえば、ULTRAレイヤーで L1 を CTRL 装飾として使っていても、明示設定された ALT+F1 などの表示が CTRL+ALT+F1 に崩れないよう修正
- L2+L1 のような trigger込みの明示入力が、一致判定から漏れて意図しない passthrough / decorator 側表示になることがある問題を修正
- triggerを明示的に含む入力行は、その入力自体を最優先で正しく判定するよう調整
- Fixed an issue where layer decorator keys (CTRL / ALT / SHIFT / WIN) could incorrectly pollute the runtime display of explicitly assigned mappings
- For example, even if L1 is used as a CTRL decorator on the ULTRA layer, an explicit mapping such as ALT+F1 now remains ALT+F1 instead of being shown as CTRL+ALT+F1
- Fixed an issue where explicit trigger-included inputs such as L2+L1 could fail exact matching and fall back to unintended passthrough / decorator-side display
- Adjusted matching so mappings that explicitly include the trigger input are correctly prioritized and matched as intended