Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatKeybinding ¶ added in v0.6.0
func FormatKeybinding(keybind keybinding.Keybinding) (string, error)
FormatKeybinding converts internal format back to Xcode format
func New ¶
func New(mappingConfig *mappings.MappingConfig, logger *slog.Logger, recorder metrics.Recorder) pluginapi.Plugin
New creates a new XcodePlugin instance.
func NewXcodeKeybindingLookup ¶
func NewXcodeKeybindingLookup() keybindinglookup.KeybindingLookup
NewXcodeKeybindingLookup creates a new KeybindingLookup instance
func ParseKeybinding ¶ added in v0.6.0
func ParseKeybinding(keybind string) (keybinding.Keybinding, error)
ParseKeybinding converts Xcode format (@k, ^g, ~@l) directly to keybinding.Keybinding
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.