Search found 1 match
- 05 Jun 2021, 05:44
- Forum: Support - bugs
- Topic: problem with acute accent dead key in spanish keyboard
- Replies: 11
- Views: 22057
Re: problem with acute accent dead key in spanish keyboard
I mean i dont know if its usefull to anyone but... I made a little python script that kills hidmacros and starts it again after a few seconds. Then i mapped it to a hidmacro macro into the accent key. **PYHON CODE import time import subprocess import os os.system('TASKKILL /f /IM HidMacros.exe') tim...