Skip to main content
Minor formatting
Source Link
AdminBee
  • 23.6k
  • 25
  • 56
  • 77

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.

autokey1

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.

autokey1

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.

autokey1

Source Link

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.

autokey1