I am using cssh (cluster-ssh) to ssh to multiple machines simultaneously. Everything works great, except that cssh intercepts F10 key (which in cssh opens menu.
This is very unfortunate, because I am using F10 a lot, for example to close midnight commander.
Is there a way to configure cssh so that it ignores F10 and lets it through ?
I am using LXDE/Openbox on Debian Wheezy
UPDATE: in the past, I had similar problem with terminator terminal emulator eating F10 when using midnight commander. This problem was resolved by adding the following to my /usr/share/themes/Clearlooks/gtk-2.0/gtkrc
binding "NoKeyboardNavigation" {
unbind "<shift>F10"
}
class "*" binding "NoKeyboardNavigation"
This however has no effect on cssh. Therefore I suspect, this is not caused by the window manager, but rather by cssh itself.