Gnome have a lot of system-wide keyboard shortcuts that have conflict withs application-wide keyboard shortcuts.

Windows avoids such conflicts by using a dedicated key (super/window/OS key). For example in Ubuntu Alt+Shift+Up has a conflict with "move up line" in phpStorm. (Linux shortcuts have precedence to application-wide key, and I can not disable some of them.)

  1. How can I disable all Gnome keyboard shortcuts?

  2. Is there any app to map Gnome keyboard shortcuts to super key (or perfectly map to Windows equivalent keys)?

  3. Essentially, why do Linux developers not use the super-key as an modifier key for OS-wide actions?

link|improve this question
4- What does any of this have to do with programming? – Ignacio Vazquez-Abrams Oct 18 '11 at 4:17
@Ignacio Vazquez-Abrams programmers extensively use shortcuts in IDEs. – Reza Oct 18 '11 at 4:20
2  
That's nice. I bet it also affects users of My Pretty Pony too. But that still doesn't make it a horse-rearing issue. – Ignacio Vazquez-Abrams Oct 18 '11 at 4:21
You should specify which version of Ubuntu. If Ubuntu 11.10, you should specify whether you are running Unity or GNOME (those are different things). – gpoo Oct 18 '11 at 7:59
@gpoo I use Ubuntu 11.04 – Reza Oct 18 '11 at 8:07
feedback

migrated from stackoverflow.com Oct 18 '11 at 6:17

This question came from our site for professional and enthusiast programmers.

1 Answer

Ubuntu 11.04 ships by default Unity. It also ships GNOME 2.32 (named 'GNOME Classic' when you want to start the session).

GNOME does not set Alt+Shift+Down. So, if you are using GNOME, either:

  1. You set the 'Compose' key by mistake in a different key. Go to System-Preferences-Keyboard-Layout and choose the button 'options'. The customizations are in bold.
  2. You set it manually (or by mistake) in the global binding. Go to System-Preferences-Keyboard Shorcuts.

Also, GNOME ships metacity as window manager, but Ubuntu ships compiz by default. So, to disable compiz:

  1. Go to System-Preference-Appearance-Visual effects and set it to None. The keybinding should change.

However, I think you are running Unity (with compiz). In this case you should:

  1. check a similar answer in askubuntu
  2. Edit your question and change 'GNOME' by 'Unity'.
link|improve this answer
1- Please consider shift+alt+up 2- I do not use Unity (I use classic interface). – Reza Oct 18 '11 at 12:13
I added the instructions to disable compiz when using GNOME. – gpoo Oct 18 '11 at 17:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.