shell: load/update output configuration

This commit is contained in:
Victoria Brekenfeld 2022-04-05 16:35:58 +02:00
parent a9d6b8c3d7
commit ec861fadd4
11 changed files with 481 additions and 152 deletions

View file

@ -237,7 +237,8 @@ impl Common {
}
// here we can handle global shortcuts and the like
for (binding, action) in self.config.static_conf.key_bindings.iter() {
for (binding, action) in self.config.static_conf.key_bindings.iter()
{
if state == KeyState::Pressed
&& binding.modifiers == *modifiers
&& handle.raw_syms().contains(&binding.key)