Use the Unicode character code

This commit is contained in:
Anthony Rose 2022-10-12 11:02:30 +01:00
parent 6b3f160f82
commit 879db99c73
2 changed files with 2 additions and 2 deletions

View file

@ -14,10 +14,10 @@
; Map AltGR-Space for most layouts.
<^>!Space::
Send % Chr(160)
Send {U+00A0}
return
; Map RAlt-Space for US layouts.
>!Space::
Send % Chr(160)
Send {U+00A0}
return

Binary file not shown.