I'm using autome for hotkeys, but for debugging I want to be able to check things with echo, but the compiler throws an error.
in autome Hotkey is defined as "distinct int" but when I want to display a
'Hotkey' variable I get Error: type mismatch: got <Hotkey> but expected one of:
proc echo(x: varargs[typed, `$`])
first type mismatch at position: 1 required type for x: varargs[typed] but
expression 'hotkeyNext' is of type: Hotkey
