|
f47d9e4be7
|
keymapper.rs is now fully platform agnostic, successfully passed through generic hell
|
2019-10-06 13:51:01 -04:00 |
|
|
50b84dea0a
|
First part of re-factoring towards platform-agnostic keymapper.rs
|
2019-10-05 19:39:54 -04:00 |
|
|
9281922c72
|
Replace serde_derive with serde with derive feature
|
2019-09-30 22:55:16 -04:00 |
|
|
c2efbb6fd1
|
More edition 2018 cleanup
|
2019-09-29 23:58:51 -04:00 |
|
|
f4083343da
|
Rust 2018 edition changes
|
2019-09-29 23:49:23 -04:00 |
|
|
0e58664f67
|
Send SYN_REPORT with shift modifying keys to make libinput happy
|
2017-12-06 00:06:44 -05:00 |
|
|
47f8231d33
|
Share keymap with Arc
|
2017-11-15 22:59:17 -05:00 |
|
|
49fd65a4b0
|
Panic cleanup part 2
|
2017-11-15 01:08:38 -05:00 |
|
|
00c617307f
|
Implement simpler CodeKeyMap for keymaps with no shift modifying behavior
|
2017-09-23 01:29:23 -04:00 |
|
|
80d2d09ae2
|
Switch from Vec<Key> to [Key]
|
2017-09-23 00:47:20 -04:00 |
|
|
ef4ee29518
|
Change from Vec<Box<KeyMapper>> to Vec<Key> from trait to enum
|
2017-09-23 00:46:42 -04:00 |
|
|
628b832af1
|
Only pass references around
|
2017-09-22 23:57:26 -04:00 |
|
|
5da37ca1d5
|
Final tweaks before release
|
2017-09-22 00:30:56 -04:00 |
|
|
3574299a26
|
Re-structure code, pull keymapper to own file
|
2017-09-21 22:34:24 -04:00 |
|