-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
Description
Describe the bug
Kinda similar to #7016, which effected macOS and was fixed with this commit
On Linux, re-mapping default shortcuts no longer works as expected with kitty v0.32 or v0.32 nightly. Below is a simple example, but the bug effects all of my default shortcut overrides.
To Reproduce
- Add
map kitty_mod+o no_optokitty.conf - In
kitty v0.31.0and previous versions, the default shortcut is removed, as expected.kitty_mod+f6reports:
Removed shortcuts:
kitty_mod+o → pass_selection_to_program
- [ERROR] In
kitty v0.32.0and later nightlies, kitty no longer removes the default shortcut. Instead, the new action (no_opin this case) is added (comma-seperated) to the original default action.kitty_mod+f6reports:
Changed shortcuts:
kitty_mod+o → pass_selection_to_program, no-op
Environment details
kitty 0.32.0 (828f4f312a) created by Kovid Goyal
zsh v5.9
Linux 6.5.0-14-generic #14-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 14 14:59:49 UTC 2023 x86_64
Kubuntu 23.10
Running under: X11