How do I find all key bindings in Ubuntu 14.04?

Solution 1:

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