Ubuntu – Disable global keyboard shortcuts for specific application

gnomekeyboardshortcuts

Is it possible to disable the GNOME (version 2) global keyboard shortcuts for a specific application?

I'm using the IntelliJ IDEA Java IDE under Ubuntu however some of the IDEA default keyboard shortcuts conflict with the GNOME shortcuts (e.g. Alt+F1, Ctrl+Alt+ or Ctrl+Alt+). I really don't want to change the conflicting shortcuts within IDEA. I need to use the default keymap for "compatibility" reasons.

I'm thinking of some kind of proxy command that redirects every keyboard activity to the application when it has the focus. Something like kbdproxy idea.sh.

Best Answer

The latter two for workspace switching is possible to be disabled , download and install gconf-editor , locate this entry:

move_to_workspace

enter image description here

And leave them empty should work.