mru: Add Space hardcoded bind to confirm

Expected for buttons.
This commit is contained in:
Ivan Molodetskikh
2025-11-22 08:25:36 +03:00
parent 012700dd54
commit e107fddaa4
+1
View File
@@ -1840,6 +1840,7 @@ fn make_preset_opened_binds() -> Vec<Bind> {
push(Keysym::Escape, Action::MruCancel);
push(Keysym::Return, Action::MruConfirm);
push(Keysym::space, Action::MruConfirm);
push(Keysym::a, Action::MruSetScope(MruScope::All));
push(Keysym::o, Action::MruSetScope(MruScope::Output));
push(Keysym::w, Action::MruSetScope(MruScope::Workspace));