Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Some additional information has been added to 'differences-eurkey.html' and 'integration-msklc.html' now corresponds with its image.
  • Loading branch information
pieter-degroote authored Apr 22, 2024
1 parent 808d5be commit 0e43506
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
21 changes: 13 additions & 8 deletions differences-eurkey.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,25 +33,30 @@ <h1>History of UltimateKEYS and Changes from EurKEY (transcript)</h1>

<p>&nbsp;</p>

<p><strong>Some of the changes concerning the sources include&nbsp;:</strong></p>
<h2>Tailored for the following scripting languages and platforms</h2>

<p>AutoHotkey&nbsp;: &nbsp;a new kind of script to achieve the same functions as with MSLKC, all keys and dead key combinations (etc.) have been 'well-documented' in the comments. :)</p>
<p>AutoHotkey (Win)&nbsp;: &nbsp;a script for AutoHotkey v2/v1.1, all keys and Compose Key sequences (etc.) have been 'well-documented' in the comments. :)</p>

<p>MSKLC&nbsp;: &nbsp;another implementation, now also with comments for all keys.</p>
<p>MSKLC (Win)&nbsp;: &nbsp;another implementation, without Compose Key.<br />
Note that this is a slimmed-down version, since MSKLC does not support multiple keystrokes as a sequence for a dead key. That way, a 'Compose Key' is not possible.</p>

<p>Linux&nbsp;: &nbsp;as for now, these versions should have the same functionality as on Windows.<br />
<p>Linux&nbsp;: &nbsp;this version should have the same functionality as on Windows.<br />
Two implementations are supported&nbsp;: &nbsp;xkb (xkeyboard-config) and Xmodmap.<br />
The dead key descriptions are applied via "~/.XCompose" (see also: <a href="https://wiki.debian.org/XCompose" target="_blank">https://wiki.debian.org/XCompose</a>).</p>

<p>'.keylayout' format (macOS, Apple)&nbsp;: &nbsp;an implementation for macOS, without Compose Key.<br />
Please note that this work is still in its testing stage (see 'Known Issues - Disclaimer' section).<br />
See on GitHub &nbsp;: &nbsp;<a href="https://github.com/pieter-degroote/UltimateKEYS-testing/tree/master/keylayout" target="_blank">https://github.com/pieter-degroote/UltimateKEYS-testing/tree/master/keylayout</a></p>

<p>Keyboard layout images&nbsp;: &nbsp;<a href="https://pieter-degroote.github.io/UltimateKEYS/layout-generator-urls.html" target="_blank">source images available via keyboard-layout-editor.com</a></p>

<p>&nbsp;</p>

<h2>Latest Changes to the Layout</h2>

<p><strong>For the most recent changes, please see&nbsp;: &nbsp<a href="https://github.com/pieter-degroote/UltimateKEYS/discussions" target="_blank">https://github.com/pieter-degroote/UltimateKEYS/discussions</a><br />
Special thanks to the user <a href="https://github.com/liegepr" target="_blank">liegepr</a> (<a href="https://github.com/pieter-degroote/UltimateKEYS/discussions/16" target="_blank">#16</a>) for informing me to swap the acute and grave accents on the main layout.<br />
The former version has moved to the <a href="https://pieter-degroote.github.io/UltimateKEYS-legacy" target="_blank">UltimateKEYS Legacy</a> repository.</strong></p>
<p>For the most recent changes, please see&nbsp;: &nbsp<a href="https://github.com/pieter-degroote/UltimateKEYS/discussions" target="_blank">https://github.com/pieter-degroote/UltimateKEYS/discussions</a><br />
The acute and grave accents have been swapped on the main layout (thanks to a proposal from another user).<br />
The former version has moved to the <a href="https://pieter-degroote.github.io/UltimateKEYS-legacy" target="_blank">UltimateKEYS Legacy</a> repository.</p>

<p>&nbsp;</p>

Expand All @@ -68,7 +73,7 @@ <h2>UltimateKEYS Legacy</h2>

<p>&nbsp;</p>

<h2>Previous Changes and Comparison with EurKEY</h2>
<h2>Other Changes and Comparison with EurKEY</h2>

<p>The ligature œ/Œ has been moved to AltGr+(Shift+)K (corresponds with existing Linux implementations).</p>

Expand Down
1 change: 0 additions & 1 deletion integration-msklc.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ <h3>Please note&nbsp;:</h3>
<ul style="font-size: 120%;">
<li>For most users, I recommend the AutoHotkey scripts as that is a less radical approach to the Windows OS, and they also feature the 'Compose Key'.</li>
<li>Please note that this is a slimmed-down version, since MSKLC does not support multiple keystrokes as a sequence for a dead key. That way, a 'Compose Key' is not possible.</li>
<li>Also note that the bullet (•) could not be added to 'AltGr+Shift+Space', since this causes internal compilation errors with MSKLC.</li>
<li>The MSKLC source files can be found in the <a href="https://github.com/pieter-degroote/UltimateKEYS/releases" target="_blank">latest release</a> (or <a href="https://github.com/pieter-degroote/UltimateKEYS-legacy/releases" target="_blank">legacy release</a>).</li>
<li>In case a previous version has been installed, that version needs to be removed beforehand via <em>Control Panel -> Programs and Features</em>. Then a reboot is required and afterwards, another version can be installed instead.</li>
</ul>
Expand Down

0 comments on commit 0e43506

Please sign in to comment.