refactor: integrate keyboard functionality and clean up event handling

This commit is contained in:
PandaDEV 2025-03-13 15:29:02 +01:00
parent b2395e19a9
commit b6269c60c9
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
5 changed files with 55 additions and 27 deletions

View file

@ -129,4 +129,4 @@ fn main() {
)
.run(tauri::generate_context!())
.expect("error while running tauri application");
}
}