diff --git a/roles/home-gui/files/nbsp.ahk b/roles/home-gui/files/nbsp.ahk index 121c09d..3d2b53f 100644 --- a/roles/home-gui/files/nbsp.ahk +++ b/roles/home-gui/files/nbsp.ahk @@ -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 diff --git a/roles/home-gui/files/nbsp.exe b/roles/home-gui/files/nbsp.exe index 5c78ddb..3119be9 100644 Binary files a/roles/home-gui/files/nbsp.exe and b/roles/home-gui/files/nbsp.exe differ