Additional support for the dark mode has been added in the HTML (using 'prefers-color-scheme: dark').
For this, the OS theme needs to be set to 'dark mode' and a recent web browser is required (Chrome 76+, Firefox 68+ or Safari 12.1+).
<title>UltimateKEYS Keyboard Layout (Windows)</title>\r
\r
<style type="text/css">\r
<title>UltimateKEYS Keyboard Layout (Windows)</title>\r
\r
<style type="text/css">\r
-font-family: 'Segoe UI',Helvetica,Arial,sans-serif;\r
-font-size: 1.25em;\r
-line-height: 1.5;\r
+ font-family: 'Segoe UI',Helvetica,Arial,sans-serif;\r
+ font-size: 1.25em;\r
+ line-height: 1.5;\r
+}\r
+\r
+@media (prefers-color-scheme: dark) {\r
+ body {\r
+ background: #000000;\r
+ color: #00d000;\r
+ }\r
+ a {\r
+ color: #87cefa;\r
+ }\r
<title>UltimateKEYS Keyboard Layout (Windows)</title>\r
\r
<style type="text/css">\r
<title>UltimateKEYS Keyboard Layout (Windows)</title>\r
\r
<style type="text/css">\r
-font-family: 'Segoe UI',Helvetica,Arial,sans-serif;\r
-font-size: 1.25em;\r
-line-height: 1.5;\r
+ font-family: 'Segoe UI',Helvetica,Arial,sans-serif;\r
+ font-size: 1.25em;\r
+ line-height: 1.5;\r
+}\r
+\r
+@media (prefers-color-scheme: dark) {\r
+ body {\r
+ background: #000000;\r
+ color: #00d000;\r
+ }\r
+ a {\r
+ color: #87cefa;\r
+ }\r
\r
<p>In UltimateKEYS, all keys remain exactly organized as US-QWERTY. Except, when AltGr or AltGr+Shift is pressed in combination with another key, other diacritics and symbols are accessible and some keys become dead keys.</p>\r
\r
\r
<p>In UltimateKEYS, all keys remain exactly organized as US-QWERTY. Except, when AltGr or AltGr+Shift is pressed in combination with another key, other diacritics and symbols are accessible and some keys become dead keys.</p>\r
\r
-<p>In that way, it is - somehow - similar to the layout "United States-International" (on Windows), although this project moves all dead key combinations to the modifiers AltGr and AltGr+Shift. That way, this project solves the most typical caveats, among which the quotes (' and ") can be used as usual (without pressing the spacebar afterwards), while the acute accent (´) and diaeresis (¨) are found under Alt and Alt+Shift respectively. This project has borrowed several aspects from the EurKEY Keyboard Layout.</p>\r
+<p>In that way, it is - somehow - similar to the layout "United States-International" (on Windows), although this project moves all dead key combinations to the modifiers AltGr and AltGr+Shift. That way, this project solves the most typical caveats, among which the quotes (' and ") can be used as usual (without pressing the spacebar afterwards), while the acute accent (´) and diaeresis (¨) are found under Alt and Alt+Shift respectively. This project has borrowed several aspects from the EurKEY Keyboard Layout (by Steffen Brüntjen).</p>\r
<title>UltimateKEYS Keyboard Layout (Windows)</title>\r
\r
<style type="text/css">\r
<title>UltimateKEYS Keyboard Layout (Windows)</title>\r
\r
<style type="text/css">\r
-font-family: 'Segoe UI',Helvetica,Arial,sans-serif;\r
-font-size: 1.25em;\r
-line-height: 1.5;\r
+ font-family: 'Segoe UI',Helvetica,Arial,sans-serif;\r
+ font-size: 1.25em;\r
+ line-height: 1.5;\r
+}\r
+\r
+@media (prefers-color-scheme: dark) {\r
+ body {\r
+ background: #000000;\r
+ color: #00d000;\r
+ }\r
+ a {\r
+ color: #87cefa;\r
+ }\r