TeamViewer has some keys like €, £, ¥ that I can press which will work great for what I am doing.
I have looked a bit into virtual keys and scan codes, but I am unable to get them to work.
€ shows VK E7 and SC 20AC (Type U)
I have tried detecting both like so
Code: Select all
VKE7::
SC20AC::
Is my syntax wrong? Maybe I have to somehow specify it is unicode? Or is this perhaps not possible?