Seems palette is bound to `c-@` (NUL byte `\x00`), but Ghostty (and prob Kitty also?) send `\x1b[32;5u`, which is `MoreKeys.ControlSpace`. Workaround is editing ghostty config: ``` # send legacy signal for euporie keybind = ctrl+space=text:\x00 ```
Seems palette is bound to
c-@(NUL byte\x00), but Ghostty (and prob Kitty also?) send\x1b[32;5u, which isMoreKeys.ControlSpace.Workaround is editing ghostty config: