Parse keysyms from xkb config and interpret key in wl_keyboard.key

This commit is contained in:
2025-05-11 18:20:15 -07:00
parent a7c2956313
commit 1efb3f661b
6 changed files with 158 additions and 13 deletions

View File

@@ -1,4 +1,6 @@
#![feature(unix_socket_ancillary_data)]
#![feature(str_from_raw_parts)]
use std::{error::Error, thread, time::Duration};
mod wayland;