-
Notifications
You must be signed in to change notification settings - Fork 14.5k
OpenCode desktop on macOS doesn't recognize for option keys #10756
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingwebRelates to opencode on web / desktopRelates to opencode on web / desktop
Description
Description
option+b or option+f are not recognized from OpenCode desktop app on macOS.
I'm using Unicode Hex Input keyboard to make option key works as expected with
targets.darwin.keybindings = {
...
# Meta shortcuts
"~y" = "yankPop:";
"~f" = "moveWordForward:";
"~b" = "moveWordBackward:";
...
};Configuration, and it works generally for cocoa apps.
In general, from OpenCode desktop app doesn't recognize option key + key; it interprets as a dead key, see the reprod steps.
Plugins
No response
OpenCode version
1.1.36
Steps to reproduce
- Open OpenCode desktop app
- Trying to add key shortcut
- Type option key + something, like option + b
- Then, it appears as dead:
Screenshot and/or share link
No response
Operating System
No response
Terminal
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingwebRelates to opencode on web / desktopRelates to opencode on web / desktop