CHANGELOG

Changelog for package keyboard_handler

0.0.5 (2022-11-07)

  • Force exit from main thread on signal handling in keyboard_handler (#23) (#25)

  • Contributors: mergify[bot]

0.0.4 (2022-03-29)

  • Install includes to include/${PROJECT_NAME} and misc CMake fixes (#12)

  • Contributors: Shane Loretz

0.0.3 (2021-12-21)

  • Fixes for uncrustify 0.72

  • Install SIGINT handler optionally and call old handler

  • Contributors: Chris Lalancette, Christophe Bedard, Emerson Knapp, Michael Orlov

0.0.2 (2021-09-02)

  • Merge pull request #5 from lihui815/sonia-str2code added enum_str_to_key_code

  • Unified keyboard handler (#1) * Initial implementation for Keyboard handler

  • Contributors: Emerson Knapp, Michael Orlov, Sonia Jin