Made interpreter for local calculator
__
Made an interpreter so that when state[“is_active”] is true, will convert the kmk inputs to a str. It will then separate that into operator, a and b, and calculate the result.
__
However, KMK does not have a way to receive keyboard input updates , meaning it won’t work. To fix this, I am converting it to an exention, which does have that ability.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.