opus-nt/mods/[all]/underline keyboard shortcuts/modscript.py
2021-03-19 03:44:27 +01:00

5 lines
214 B
Python

for reg in regs:
if not reg.startswith("user-"): continue
user = opusnt.regTmpPath + reg
opusnt.runReg(["add",user + "\\Control Panel\\Accessibility\\Keyboard Preference","/v","On","/t","REG_SZ","/d","1","/f"])