Ctrl-Shift-<Key> Combination doesn't work in Wezterm, but works in Kitty #5472
-
What Operating System(s) are you running on?Linux X11 Which Wayland compositor or X11 Window manager(s) are you using?Kwin WezTerm version20240203-110809-5046fc22 Ask your question!On Kitty, keyboard shortcuts like However, on Wezterm, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This was fixed with setting |
Beta Was this translation helpful? Give feedback.
-
@DUOLabs333: config.keys = {
{
key = 'mapped:_',
mods = 'CTRL|SHIFT',
action = wezterm.action.DisableDefaultAssignment,
},
{
key = 'mapped:+',
mods = 'CTRL|SHIFT',
action = wezterm.action.DisableDefaultAssignment,
},
-- ...
} |
Beta Was this translation helpful? Give feedback.
This was fixed with setting
enable_kitty_keyboard=true
in my config.