keyboard: send keymap without actions/behaviors to xwayland
This commit is contained in:
parent
541a7b5ebc
commit
abaeed4c01
10 changed files with 52 additions and 34 deletions
|
|
@ -16,7 +16,7 @@ async fn test(run: Rc<TestRun>) -> TestResult {
|
|||
let virtual_keymap_str = {
|
||||
let xkb = KbvmContext::default();
|
||||
let map = xkb.parse_keymap(VIRTUAL_KEYMAP.as_bytes()).unwrap();
|
||||
read_keymap(&map.map, map.map_len)
|
||||
read_keymap(&map.map.map, map.map.len)
|
||||
};
|
||||
|
||||
let ds = run.create_default_setup().await?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue