Add cosmic_atspi_v1 protocol

Used to provide a backend for `AtspiDevice` in `at-spi2-core`, so Orca
keybindings can work.
This commit is contained in:
Ian Douglas Scott 2024-08-21 20:20:27 -07:00 committed by Victoria Brekenfeld
parent eb64fdaf8f
commit 90883c6ab1
9 changed files with 561 additions and 3 deletions

View file

@ -640,6 +640,7 @@ fn config_changed(config: cosmic_config::Config, keys: Vec<String>, state: &mut
}
}
}
state.common.atspi_ei.update_keymap(value.clone());
state.common.config.cosmic_conf.xkb_config = value;
}
"input_default" => {