thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.73k stars 240 forks source link

Pass keybind directly to app? #664

Closed FFY00 closed 5 years ago

FFY00 commented 5 years ago

Is there any way to pass a keybind directly to the app running inside termite? For example, I have Ctrl+s bind to a function that adds/removes sudo on my shell. This doesn't work right now.

jelly commented 5 years ago

Ctrl+s is not used as a key binding so I don't see why it wouldn't work.

FFY00 commented 5 years ago

Nevermind, I wasn't able to reproduce it again.