How to map simple key chords like emacs?
- Dominant language
- C
- Stars
- 8.1k
- Forks
- 241
- PR merge metrics
- No merged PRs in 30d
Description
In emacs editor, we can type "f", "j" individually and they will appear in the editor.
However if we create a key chord mapping for "fj" and press them at once, it will invoke a corresponding action.
```
(key-chord-define-global "fj" 'undo)
```
How to achieve a similar simple key chord with skhd?
Contributor guide
No contributing guide indexed for this repository
Research direction
No files, tests, or entry points are mentioned. Start by reviewing skhd's existing key-mapping documentation and determine whether it supports multi-key chords while preserving individual key input. Done means providing a confirmed configuration approach or clarifying the feature needed to support this behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- emacs, macos
- Domain
- desktop, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100