This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
SjB 2b3859937b speeding up (un)register_code16
In register_code16 and unregister_code16 we call register_code and
unregister_code twice, once for the mods and once for the keycode.
The (un)register_code have many check to see that keycode we have sent
however because we know that we are sending it a mods key, why not
just skip all of it and call (un)register_mods instead. This will skip
alot of checks and should speedup the loop a little.
2017-01-23 23:16:57 -05:00
..
2016-12-29 12:13:30 +02:00
2016-12-21 00:22:32 -05:00
2016-12-02 13:03:51 -05:00
2017-01-23 13:55:24 -05:00
2015-10-26 14:49:46 -04:00
2015-10-26 14:49:46 -04:00
2016-12-19 11:18:18 -05:00
2016-11-26 15:38:44 -05:00
2016-12-29 12:13:30 +02:00
2016-12-29 18:28:48 +11:00
2016-12-29 18:28:48 +11:00
2016-11-17 17:42:14 -05:00
2016-12-19 11:18:18 -05:00
2017-01-13 14:04:51 -05:00
2017-01-23 23:16:57 -05:00
2016-11-26 15:38:44 -05:00
2016-12-29 09:32:02 -05:00