In Natty Narwhal I used to do some nifty tricks with .gtkrc-2.0
to disable mnemonics (underlined menus) but now it's impossible. I assume in Oneiric Ocelot it will be something different because it uses GTK3.
I used to achieve this by adding the following lines:
gtk-enable-accels = 0
gtk-enable-mnemonics = 0
How can I get rid of the mnemonics in Oneiric Ocelot?