input: Only capture Escape, if a grab is active
This commit is contained in:
parent
53de98a068
commit
a8b401b11d
2 changed files with 25 additions and 8 deletions
|
|
@ -319,11 +319,4 @@ pub fn add_default_bindings(
|
|||
output_next.iter().copied(),
|
||||
Action::MoveToOutput(output_next_dir),
|
||||
);
|
||||
|
||||
insert_binding(
|
||||
key_bindings,
|
||||
KeyModifiers::default(),
|
||||
std::iter::once(Keysym::Escape),
|
||||
Action::Escape,
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue