Added slingshot keybinding

This commit is contained in:
Garden Gnome 2012-05-29 21:22:52 +01:00
parent f73d4b8657
commit d1916623c1

View File

@ -30,7 +30,10 @@ namespace Gala {
this.winswitcher = new WindowSwitcher (this);
this.elements.add_child (this.winswitcher);
Meta.KeyBinding.set_custom_handler ("panel-main-menu",
() => {
Process.spawn_command_line_async ("slingshot");
});
Meta.KeyBinding.set_custom_handler ("switch-windows",
(display, screen, window, ev, binding) => {
window_switcher (display, screen, binding, false);