mirror of
https://github.com/elementary/gala.git
synced 2024-12-24 01:36:05 +03:00
Added slingshot keybinding
This commit is contained in:
parent
f73d4b8657
commit
d1916623c1
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user