Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
You can use AutoKey with a Window Filter"Window Filter" matching your terminal application to catch <ctrl>+<backspace>Ctrl+Backspace and do whatever with it.
For example do a keyboard.send_keys("<ctrl>+w") instead.
You can use AutoKey with a Window Filter matching your terminal application to catch <ctrl>+<backspace> and do whatever with it.
For example do a keyboard.send_keys("<ctrl>+w") instead.
You can use AutoKey with a "Window Filter" matching your terminal application to catch Ctrl+Backspace and do whatever with it.
For example do a keyboard.send_keys("<ctrl>+w") instead.