LivingWithHippos / ckb-next_keyboard_macro_formatter

A script to translate text into a macro compatible with ckb-next

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a way to use + in the macro

LivingWithHippos opened this issue · comments

I'll need to add an escape character like \ to recognize it from the "keep pressed" mode. Or maybe if it's just a single + I can catch it anyway (length($x)==1&&$x=="+")

Closed since I`m already checking that things starting with + are longer than 1