Add naive Compose button impl

This commit is contained in:
2024-02-04 15:28:25 +01:00
parent 7f6971b329
commit abb4df15f0
7 changed files with 148 additions and 89 deletions

View File

@ -49,6 +49,7 @@ pub mod button {
ReleaseKey(Key),
PressMod(Modifier),
ReleaseMod(Modifier),
Wait,
}
}