Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pieter-degroote authored Oct 12, 2023
1 parent 1acc0c7 commit 19fcbfa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions linux-xkb.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ <h2>Download the latest release</h2>

<h2>XKB integration (Linux)</h2>

<p>Integration in GNU/Linux via XKB (X11)&nbsp;: &nbsp;see the folders '<a href="https://github.com/pieter-degroote/UltimateKEYS/tree/master/linux-xkb" target="_blank">linux-xkb</a>' and '<a href="https://github.com/pieter-degroote/UltimateKEYS/tree/master/linux-xcompose" target="_blank">linux-xcompose</a>' in this repository (or archive).</p>
<p>Integration in GNU/Linux via XKB (X11)&nbsp;: &nbsp;see the folders '<a href="https://github.com/pieter-degroote/UltimateKEYS/tree/master/linux-xkb" target="_blank">linux-xkb</a>' and '<a href="https://github.com/pieter-degroote/UltimateKEYS/tree/master/linux-xcompose" target="_blank">linux-xcompose</a>' in this repository (or latest release).</p>

<ul>
<li>Unpack and copy the file "custom" into "/usr/share/X11/xkb/symbols/" (root required).</li>
<li>Additionally, put the file ".XCompose" in the user's home directory (~) to apply all customized Compose Key sequences for UltimateKEYS (see folder "linux-xcompose").</li>
<li>Additionally, put the file ".XCompose" into the user's home directory (~) to apply all customized Compose Key sequences for UltimateKEYS.</li>
<li>Finally, activate it in the keyboard settings by selecting "A user-defined custom Layout".</li>
</ul>

Expand Down
8 changes: 4 additions & 4 deletions linux-xmodmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ <h2>Download the latest release</h2>

<h2>Xmodmap (Linux)</h2>

<p>Xmodmap integration for GNU/Linux&nbsp;: &nbsp;see the folders '<a href="https://github.com/pieter-degroote/UltimateKEYS/tree/master/linux-xmodmap" target="_blank">linux-xmodmap</a>' and '<a href="https://github.com/pieter-degroote/UltimateKEYS/tree/master/linux-xcompose" target="_blank">linux-xcompose</a>' in this repository (or archive).</p>
<p>Xmodmap deployment on GNU/Linux&nbsp;: &nbsp;see the folders '<a href="https://github.com/pieter-degroote/UltimateKEYS/tree/master/linux-xmodmap" target="_blank">linux-xmodmap</a>' and '<a href="https://github.com/pieter-degroote/UltimateKEYS/tree/master/linux-xcompose" target="_blank">linux-xcompose</a>' in this repository (or latest release).</p>

<p>Follow these steps for loading the xmodmap&nbsp;:</p>

<ul>
<li>Put the file ".Xmodmap" into the user's home directory (~).</li>
<li>Additionally, put the file ".XCompose" in the user's home directory (~) to apply all customized Compose Key sequences for UltimateKEYS (see folder "linux-xcompose").</li>
<li>On, for instance, EndeavourOS XFCE and Kubuntu, "~/.Xmodmap" should automatically load, on other distributions (like Linux Mint), it can be activated with&nbsp;:<br />xmodmap ~/.Xmodmap&nbsp;&nbsp;&nbsp;&nbsp;<em>- or -</em>&nbsp;&nbsp;&nbsp;&nbsp;xmodmap $HOME/.Xmodmap</li>
<li><em>Unfortunately, Xmodmap is no longer supported in Gnome.</em></li>
<li>Additionally, put the file ".XCompose" into the user's home directory (~) to apply all customized Compose Key sequences for UltimateKEYS.</li>
<li>On, for instance, EndeavourOS XFCE and Kubuntu, "~/.Xmodmap" should automatically load when logging in, on some other distributions, it can be activated via&nbsp;:<br />xmodmap ~/.Xmodmap&nbsp;&nbsp;&nbsp;&nbsp;<em>- or -</em>&nbsp;&nbsp;&nbsp;&nbsp;xmodmap $HOME/.Xmodmap</li>
<li><em>Unfortunately, it turns out that Xmodmap is no longer supported on Gnome.</em></li>
</ul>

<p>&nbsp;</p>
Expand Down

0 comments on commit 19fcbfa

Please sign in to comment.