Skip to content

热键全面可定制(用户配置文件) #14

@0x1b2c

Description

@0x1b2c

当前所有热键(候选选词、活跃候选切换、[/] 以词定字、Pin、Tab、Shift toggle、⌃⇧⌘D 词库切换等)硬编码在 LaplaceInputController.swift 中,用户无法按习惯改键。

需求:在 ~/Library/Application Support/LaplaceIME/ 提供 keybindings.toml,允许重新映射到内部 action。

设计要点:

  • 内部 action 命名稳定(如 pin.activeCandidatebracket.pickFirsttab.forward),让配置与代码解耦
  • 默认值在 KeybindingDefaults.swift 集中明示,缺省时回退
  • 与系统快捷键冲突的处理策略需要明示

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions