@ -251,6 +254,7 @@ impl KeyMapper for u16 {
@@ -251,6 +254,7 @@ impl KeyMapper for u16 {
}
// todo:capslock_nomodify is like a whole-key thing, not a half-key thing, split code/invert_shift to own struct, send into send_key from *InvertedKey, maybe anyway, consider it, maybe 1 char for whole key and another for half?
#[derive(Clone, Copy)]
structHalfInvertedKey{
code: u16,
// code this is describing
@ -321,6 +325,7 @@ impl KeyMapper for HalfInvertedKey {
@@ -321,6 +325,7 @@ impl KeyMapper for HalfInvertedKey {