Skip to content

Releases: OZoneGuy/shortcut-mapper

Fixed add function for KeyMapNode

12 Jan 20:47
Compare
Choose a tag to compare

Allowed an existing KeyMapNode without a command to have a command

When adding a command, if the corresponding string exists but doesn't have a
command, then its cmd and hasCmd variables are updated

Fixed cmake installer

09 Jan 18:18
Compare
Choose a tag to compare

Fixed cmake installer by creating a directory for the the config template.

Initial Release

09 Jan 16:36
Compare
Choose a tag to compare

Initial release with minimal required features.

Current features:

  • Load shortcut map and master key bind from config file
  • User can specify config file location
  • Log errors to system log
  • Grab keyboard when master key bind is called
  • Release keyboard when no more key input is available