<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://bepo.fr/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ngz</id>
	<title>Disposition de clavier bépo - Contributions [fr]</title>
	<link rel="self" type="application/atom+xml" href="https://bepo.fr/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ngz"/>
	<link rel="alternate" type="text/html" href="https://bepo.fr/wiki/Sp%C3%A9cial:Contributions/Ngz"/>
	<updated>2026-05-09T12:47:52Z</updated>
	<subtitle>Contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://bepo.fr/wiki/index.php?title=Virtualbox&amp;diff=15662</id>
		<title>Virtualbox</title>
		<link rel="alternate" type="text/html" href="https://bepo.fr/wiki/index.php?title=Virtualbox&amp;diff=15662"/>
		<updated>2009-09-10T14:59:49Z</updated>

		<summary type="html">&lt;p&gt;Ngz : Script pour VirtualBox&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Sous VirtualBox, une machine invitée Windows ne reconnaît pas le clavier bépo d&#039;une machine hôte sous Linux, car Windows ne connaît pas nativement la disposition bépo.&lt;br /&gt;
&lt;br /&gt;
Comme la disposition clavier est reconnue juste avant le lancement de l&#039;interface graphique Windows, le script bash suivant permet de contourner le problème en repassant à un clavier français les quelques secondes nécessaires à ce que la machine virtuelle le détecte. &lt;br /&gt;
&lt;br /&gt;
Bien entendu, il est nécessaire de modifier la variable VM en fonction du nom de la machine virtuelle à démarrer.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;bash&amp;quot;&amp;gt;&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
&lt;br /&gt;
 VM=WinXP_32&lt;br /&gt;
&lt;br /&gt;
 setxkbmap -layout fr&lt;br /&gt;
 VirtualBox --startvm $VM &amp;amp;&lt;br /&gt;
 sleep 5&lt;br /&gt;
 setxkbmap -layout fr -variant bepo&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>Ngz</name></author>
	</entry>
</feed>