Add Compose file to WinCompose
This commit is contained in:
parent
add07855cd
commit
33cf057291
1 changed files with 5 additions and 0 deletions
|
@ -154,5 +154,10 @@ This can be used by the built-in Windows OpenSSH client by adding an <code>Inclu
|
|||
|
||||
<p>Use the <em>NoInstall</em> ZIP file.</p>
|
||||
|
||||
<p>Use the following PowerShell one-liner to download the latest Compose file from the <code>libX11</code> project to <code>%USERPROFILE%\.XCompose</code>.
|
||||
You can then disable all of the <em>Sequences</em> on the <em>Composing</em> tab to use only these sequences.</p>
|
||||
|
||||
<p><code>[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', '#'))</code></p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue