kareltucek / firmware

This is fork of UHK's firmware featuring extended macro engine.
Other
82 stars 9 forks source link

Extend activateKeyPostponed [ append | prepend ] #111

Closed kareltucek closed 1 year ago

kareltucek commented 1 year ago

Currently, there is activateKeyPostponed, which puts a new virtual key activation at the end of the postponing queue.

It would be good to extend the command with an optional [ append | prepend ] argument, which would allow the user to specify whether the activation is to be put at the beginning or end of the queue.

kareltucek commented 1 year ago

Done.