I’ve been using Eclipse for a long time now, but almost exclusively on Windows. I’m now using it on a SuSE Linux box quite a bit, and I’m using the GTK+ version instead of the Motif version. While the thing works nicely, some of the key bindings are different from those on Windows, so I decided to change them. The first was changing Source>Format from the horrible Esc Ctrl-F back to Ctrl-Shift-F. Imagine my surprise when I could not map it to Ctrl-Shift-F as it is on Windows. As it turns out, it’s not Eclipse’s fault (though that key editor is pretty bad). No, the fault lies with the GTK toolkit which eats Ctrl-Shift-x sequences, because it assumes you are wanting to enter special Unicode characters. That’s fine and good, but it should be configurable, and from everything that I’ve read, it isn’t.
Does anyone know how to tell GTK to stop eating Ctrl-Shift sequences, or am I stuck with this?