kareltucek / firmware

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

Macro creation doubt. #96

Closed rafaelpirolla closed 2 years ago

rafaelpirolla commented 2 years ago

I'm checking the example config and the docs but can't crack this one, sorry to ask here.

How to implement a macro to hold rightAlt and tapKey n and then topKey a?

I'm trying to put this on the n key, but the sequence is that a sequence... I'm not sure how to create a macro to hold a key and press another.

ifShortcut 79 final tapKeySeq rightAlt n a

The expected result would be ã - in a US layout

rafaelpirolla commented 2 years ago

Found answer here https://github.com/kareltucek/firmware/issues/51