Created
October 15, 2024 13:03
-
-
Save b4tman/4f95ba9d98496c3e9825cd9198746639 to your computer and use it in GitHub Desktop.
autohotkey script to send ctrl+break by f11
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
F11::{ | |
send "^{CtrlBreak}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment