Add keybind to move current focus to top of stack
This commit is contained in:
@ -94,7 +94,7 @@ pub const Keyboard = struct {
|
||||
// process it as a compositor keybinding.
|
||||
var i: usize = 0;
|
||||
while (i < nsyms) {
|
||||
handled = keyboard.seat.server.handleKeybinding(syms.?[i]);
|
||||
handled = keyboard.seat.server.handleKeybinding(syms.?[i], modifiers);
|
||||
if (handled) {
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user