I am a total newbie to AutoHotkey. I don't understand how to do registry edits, etc.
I used someone else's script to remap my keys. The scripts are:
For CoPilot key
Code: Select all
#SingleInstance
<+<#f23::Send "{Blind}{LShift Up}{LWin Up}{RControl Down}"
<+<#f23 Up::Send "{RControl Up}"
For right-alt key
Code: Select all
RAlt::delete
return
What is everyone else doing to prevent things like this? It is super annoying because I randomly have to go back to the scripts and double click on them to re-run. Sometimes when I re-run the right alt script, I get this message (see 3rd attachment). It never shows me that message for the CoPilot script.
Thank you so much for your assistance. I did a forum search for "overwritten" but didn't see anything that seemed related.