ID:2731021
Nov 2 2021, 11:59 pm
|
|
Massively slimmed down the code and the macro list was reduced to a whopping three macro commands. Check it out! |
Nov 3 2021, 8:08 am
|
|
Should definitely be using your key interpreter "key_down()" to do the "return" key function. Would reduce it too two macros.
|
In response to Shadowkaroth
|
|
Shadowkaroth wrote:
Should definitely be using your key interpreter "key_down()" to do the "return" key function. Would reduce it too two macros. Great point! I'll do that. |
In response to Shadowkaroth
|
|
Shadowkaroth wrote:
Should definitely be using your key interpreter "key_down()" to do the "return" key function. Would reduce it too two macros. It is done! |
Just a heads up, but your library doesn't support spaces. When you press the space bar, it appears as "space".
|
In response to Lige
|
|
Lige wrote:
Just a heads up, but your library doesn't support spaces. When you press the space bar, it appears as "space". Hotfix for this bug is now uploaded! Sorry about that. (: |