8

The Ubuntu / Unity key bindings are interfering with Android Studio (IntelliJ) key bindings. There is a partial list of key bindings to disable / reconfigure here in section 6. It is missing Alt+F1 and I would like to see if there are any other Ubuntu key mappings that interfere with IntelliJ key mappings.

This script shows some Ubuntu / Unity key bindings, but it doesn't show that Alt+F1 is mapped. The Alt+F1 mapping is shown in CompizConfig Manager.

Is there a way to show all key bindings in Ubuntu / Unity?

1 Answers1

11

The answer to show all key bindings in Ubuntu / Unity is:

gsettings list-recursively  org.gnome.desktop.wm.keybindings | sort | more

However Alt+F1 is not in there, meaning it's hard-coded in Unity and cannot be changed.

Sorry to be the harbinger of bad news

A.B.
  • 92,125
Fabby
  • 35,017