Use the Unicode character code
This commit is contained in:
parent
6b3f160f82
commit
879db99c73
2 changed files with 2 additions and 2 deletions
|
@ -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.
Loading…
Reference in a new issue