I'm using a Windows 10 OS, and I want to remap fn-F7 to emulate pressing Pause.
Is there a way to do this?
Answer
Try AutoHotkey to listen for the key pattern that you'd like, then execute the keystroke, ::{break} that you're interested in.
However, it might be easier to see if there's an existing alternative.
No comments:
Post a Comment