<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=7084&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [HowTo] European keyboard layout]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7084</link>
		<description><![CDATA[The most recent posts in [HowTo] European keyboard layout.]]></description>
		<lastBuildDate>Sat, 13 Dec 2025 12:39:21 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [HowTo] European keyboard layout]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60543#p60543</link>
			<description><![CDATA[<p>I can confirm that eurkey isn&#039;t working in console. I was able to fix it by editing /etc/default/keyboard and changing XKBLAYOUT=&quot;us&quot; (or was it &quot;en&quot;?) to XKBLAYOUT=&quot;eu&quot; and then running &#039;/etc/init.d/console-setup restart&quot;.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sat, 13 Dec 2025 12:39:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60543#p60543</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] European keyboard layout]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60542#p60542</link>
			<description><![CDATA[<p>On Devuan 6 Excalibr I can not get the european keyboard to work on tty with that method. </p><p>Under X it works.</p>]]></description>
			<author><![CDATA[dummy@example.com (hacksenwerk)]]></author>
			<pubDate>Sat, 13 Dec 2025 11:46:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60542#p60542</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] European keyboard layout]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54639#p54639</link>
			<description><![CDATA[<p>Update:<br />Today I removed plymouth from the computer. <br />After that grub and intiramfs were updated. <br />I did a reboot.<br />Since then the layout is eu everywhere, also in the decryption screen.<br />So of course the issue I described has (probably) nothing to do with plymouth, but with the initramfs and grub.<br />So updating them after running the steps in the first post should keep those settings permanently.</p>]]></description>
			<author><![CDATA[dummy@example.com (hacksenwerk)]]></author>
			<pubDate>Wed, 26 Feb 2025 10:06:25 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54639#p54639</guid>
		</item>
		<item>
			<title><![CDATA[Re: [HowTo] European keyboard layout]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54623#p54623</link>
			<description><![CDATA[<p>On my productive system I got the following messages after the reboot: </p><div class="codebox"><pre><code>CHKBOOT ALERT!

Changes have been detected in your boot files!
The following list of files contained in have changed since the last time this script was run (filename sha512):
List of changed files on date_and_time_here:

338c338
&lt; ./grub/grub.cfg foobar_with_a_lot_of_numbers
---
&gt; ./grub/grub.cfg foobar_with_a_lot_of_numbers

This notification will continue to appear until you either run &quot;chkboot&quot; again as root or restart your computer</code></pre></div><p>I then log in as root and runned chkboot. <br />After that the message not pop up when i changed the tty. </p><p>The next day i rebooted the computer and the eu layout was gone on the tty. <br />I runned the process again and after a reboot I did not get that &quot;CHKBOOT ALERT&quot; and eu was working again. </p><p>Any clues?</p><p>Next problem: the eu layout is not active in the decryption screen before boot. Hot to fix that? </p><p>(This How To! changed to a How To? as it seems :/)</p>]]></description>
			<author><![CDATA[dummy@example.com (hacksenwerk)]]></author>
			<pubDate>Mon, 24 Feb 2025 20:15:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54623#p54623</guid>
		</item>
		<item>
			<title><![CDATA[[HowTo] European keyboard layout]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=54603#p54603</link>
			<description><![CDATA[<p>The european keyboard layout is based on the us keyboard layout, but with the possibility to also type nearly all characters from nearly all european languages, wich diverge from the us keyboard layout. </p><p>You can check out the layout here: <br /><a href="https://eurkey.steffen.bruentjen.eu/layout.html" rel="nofollow">https://eurkey.steffen.bruentjen.eu/layout.html</a> <br />Click on the tabs to see what inputs are possible (needs javascript enabled). </p><p>Note: <br />The developers of EurKEY wrote, that their program is included in xkeyboard-config 2.12 and newer. <br />You can find that note here: <br /><a href="https://eurkey.steffen.bruentjen.eu/download.html#tab1" rel="nofollow">https://eurkey.steffen.bruentjen.eu/download.html#tab1</a> <br />As far as I understand that is the source and the binary package for apt is: xkb-data. <br />On both computers where I tested the following configuration that package is installed.</p><p># Setting up the eu keyboard layout under Devuan 5.0.1 </p><p>## Set it up for the Xserver only<br />Simply run: <br />setxkbmap eu</p><p>## Set it up for the tty</p><p>1. <br />In <br />/etc/default/keyboard <br />set <br />XKBLAYOUT=&quot;eu&quot; </p><p>2. <br />Check locales with <br />locale</p><p>2a. <br />If it does not show <br />en_US.UTF-8 <br />change that by running <br />dpkg-reconfigure locales <br />and choose <br />en_US.UTF-8 </p><p>3. <br />After that run <br />dpkg-reconfigure keyboard-configuration <br />and choose <br />Generic 105-key PC </p><p>3a. <br />In the next screen it will ask: <br />&quot;Keep current keyboard layout in the configuration file?&quot;<br />choose <br />Yes</p><p>3b. <br />In the third screen it will ask for <br />Key to function as AltGr: <br />choose <br />Right Alt (AltGr) </p><p>3c. <br />And in the last screen it will ask for <br />Compose key <br />choose <br />No compose key</p><p>4. <br />Then reboot.</p><p>Please report it here if that guide does not work for you or when you could get it to work with a different method. :)</p>]]></description>
			<author><![CDATA[dummy@example.com (hacksenwerk)]]></author>
			<pubDate>Sun, 23 Feb 2025 16:07:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=54603#p54603</guid>
		</item>
	</channel>
</rss>
