diff --git a/docs/PerUserInstallers.html b/docs/PerUserInstallers.html index 790e5b9..1469ea9 100644 --- a/docs/PerUserInstallers.html +++ b/docs/PerUserInstallers.html @@ -154,5 +154,10 @@ This can be used by the built-in Windows OpenSSH client by adding an Inclu

Use the NoInstall ZIP file.

+

Use the following PowerShell one-liner to download the latest Compose file from the libX11 project to %USERPROFILE%\.XCompose. +You can then disable all of the Sequences on the Composing tab to use only these sequences.

+ +

[IO.File]::WriteAllLines("$env:USERPROFILE\.Xcompose", [string]((Invoke-WebRequest "https://gitlab.freedesktop.org/xorg/lib/libx11/-/raw/master/nls/en_US.UTF-8/Compose.pre").Content).replace('XCOMM', '#'))

+