Skip to content

Instantly share code, notes, and snippets.

@b4tman
Created October 15, 2024 13:03
Show Gist options
  • Save b4tman/4f95ba9d98496c3e9825cd9198746639 to your computer and use it in GitHub Desktop.
Save b4tman/4f95ba9d98496c3e9825cd9198746639 to your computer and use it in GitHub Desktop.
autohotkey script to send ctrl+break by f11
F11::{
send "^{CtrlBreak}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment