Inclu
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', '#'))
+[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', '#'))