Skip to content

1.0.8

Compare
Choose a tag to compare
@Quaggles Quaggles released this 01 May 10:43
· 9 commits to master since this release
  • More defensive handling of table joins when the original keyCommands/axisCommands table is nil. Now if the original table is nil instead of being joined with the injected table it is overridden by the injected table.
  • Processing of axisCommands tables are now skipped for the "Keyboard" device, this prevents axis binds from showing up in that column since keyboards don't have any axis. This also fixes issue #5 that occured when an injected keyboard/default.lua contained an axisCommands table.
  • Logging now includes the device name that triggered the injection
  • Paths and device names are now wrapped in quotes in log messages