0

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?

Picachieu
  • 235

1 Answers1

0

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.

Meow_ly
  • 341