mihaiolteanu / mugur

Configurator for QMK compatible keyboards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dashed modifiers don't work when acting on numbers (e.g. C-0)

bsvh opened this issue · comments

commented

Trying to set a key to C-0, or using it in a macro, doesn't work. Digging further, the function mugur--qmk-dashed-modifier returns nil when acting on numbers.

(mugur--qmk-dashed-modifier 'C-0)    ;Returns nil
commented

I believe I have fixed this in #23. Normal numbers and modified numbers both seem to work fine now.