A few days ago I bought Microsoft designer keyboard
it has emoji key but it's not useful at all... so I decide to change it to ctrl and the only application that I think can do it is AutoHotkey
When I check view -> key history and script info
and I press emoji key I can see all these lines added:
A2 01D d 3.08 LControl
A0 02A d 0.00 LShift
A4 038 d 0.00 LAlt
5B 15B d 0.02 LWin
20 039 d 0.00 Space
20 039 u 0.09 Space
A2 01D u 0.00 LControl
A0 02A u 0.00 LShift
A4 038 u 0.00 LAlt
5B 15B u 0.00 LWin
so I wrote this script but it's not working properly...
$~*<^<+<!<#space:: ; this line means: LControl+LShift+LAlt+LWin+Space
Send,{ctrl}
return
After running this script, every time I press the emoji key, Microsoft Office will be open. so this script is not working...
help me to get rid of this emoji key... I need the ctrl key.
please write if you know any other application or any other way that I can convert emoji key to ctrl`.