Andrew
Andrew
This issue is a more detailed duplicate of #37 and #19 . I will leave it open for discussion. Because not only some keys are repeated but some crucial ones...
The solution was easy: `uinput` is used for simulating events, it internally uses `uinput-sys`. [Here](https://github.com/meh/rust-uinput-sys/blob/master/src/events.rs) is the list of proper codes from that library Replacing codes with proper ones indeed...
@obv-mikhail does it make sense to continue using hexadecimal notation? It would be simpler and easier to read/maintain if we replace all codes with decimal values from `uinput-sys` [list](https://github.com/meh/rust-uinput-sys/blob/master/src/events.rs). Because...