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.
|
; Map AltGR-Space for most layouts.
|
||||||
<^>!Space::
|
<^>!Space::
|
||||||
Send % Chr(160)
|
Send {U+00A0}
|
||||||
return
|
return
|
||||||
|
|
||||||
; Map RAlt-Space for US layouts.
|
; Map RAlt-Space for US layouts.
|
||||||
>!Space::
|
>!Space::
|
||||||
Send % Chr(160)
|
Send {U+00A0}
|
||||||
return
|
return
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue