Ubuntu – Can I use (only) the Super key as a shortcut

10.04shortcut-keysshortcuts

Usually in Gnome and KDE it is only possible to define shortcuts with the Super key in combination with another key. But is it possible to use only the Super key as a shortcut, and how could I achieve this?

Best Answer

Yes, you can. You can fill with Super_L to the shortcut you want, for example to use win key only for launching gnome menu :

open terminal, type :

gconftool-2 –set /apps/metacity/global_keybindings/panel_main_menu –type string “Super_L”

The gnome menu will lauch with windows key only.

Related Question