ctrl - m : skhd -k "return" sends "ctrl - return" instead of "return" (no ctrl)
- Dominant language
- C
- Stars
- 8.1k
- Forks
- 241
- PR merge metrics
- No merged PRs in 30d
Description
ctrl - m : skhd -k "return" sends "ctrl - return" instead of "return" (no ctrl)
```
ctrl - m : skhd -k "return"
```
With above config, `ctrl - m` works like `ctrl - return`
This is problematic for example for Chrome, `a` in address bar then `ctrl - m` takes me `www.a.com` instead of searching for `a`.
Any ideas or hacks?
Thank you in advance. And thank you for great tool ❤️ 💫
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the behavior on macOS with the shown `ctrl - m : skhd -k "return"` configuration, then trace how the hotkey and `skhd -k` command are parsed and dispatched. Done means `ctrl - m` sends `return` without the control modifier, including in Chrome's address bar.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- cli, operating-systems
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100