I'm using Ubuntu 14.04 LTS with Unity right now. I've changed my copy and paste keys to Ctrl + C and Ctrl + V respectively.
The command I've used is this:
gconftool-2 -t str -s /apps/gnome-terminal/keybindings/copy "<Control>c"
Now I'm looking for a way to change the interrupt / kill process key from Ctrl + C to (for example) Ctrl + I. The problem is that I can't find the appropriate keybinding name for it.
Any help would be appreciated.
ctrl+c
andctrl+v
by going to Edit > Keyboard shortcuts (or something like this, I'm not on Linux right now). I am also almost sure you can change the keyboard interrupt key there, if you can't,ctrl + alt + C
might do a key interrupt now. – Bruno Finger May 07 '15 at 15:37gnome-terminal
. If you go toEdit > Preferences > Shortcuts
you can change almost every keybind there. Unfortunately, you can't change the keyboard interrupt, but after I changed mycopy
toctrl + c
, the keyboard interrupt becamectrl + alt + c
. Hope that helps. I didn't write that as an answer because it doesn't answer your original question of how to change the keyboard interrupt keybind. – Bruno Finger May 07 '15 at 15:55