Skip to content

v2.0.0

Compare
Choose a tag to compare
@LCluber LCluber released this 10 Aug 15:38
· 14 commits to master since this release

2.0.0 (2019-08-10)

Features

  • command: added getInputsAscii() method to command class (c8afdd8)
  • command: added setinputs() methods to command class (a72794e)
  • groups: commands can be grouped (fc57b71)
  • isascii: extended parameter set to false by default (34fc772)
  • keyboard: added start() et stop() methods (d82ddd7)

BREAKING CHANGES

  • groups: have to give a group name when adding commands
  • keyboard: must call Keyboard.start() after Keyboard initilisation in order to start listening
    to key events