Skip to content

Instantly share code, notes, and snippets.

@Sov3rain
Last active February 13, 2024 12:33
Show Gist options
  • Save Sov3rain/edcf8986b3ceead61ccbb447fbfc453c to your computer and use it in GitHub Desktop.
Save Sov3rain/edcf8986b3ceead61ccbb447fbfc453c to your computer and use it in GitHub Desktop.
Auto Hotkey script thats send non-breaking spaces characters when CTRL+ALT+SPACE (on AZERTY layout) is pressed.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
; CTRL+ALT+SPACE sends a non-breaking space character
^!Space::Send {U+00A0}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment