<?xml
version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>

<channel xml:lang="fr">
	<title>Jean-Baptiste Bourgoin</title>
	<link>http://www.jeanbaptiste-bourgoin.com/</link>
	<description>site en html 5 &amp; css 3 pour navigateurs modernes !</description>
	<language>fr</language>
	<generator>SPIP - www.spip.net</generator>
	<atom:link href="http://www.jeanbaptiste-bourgoin.com/spip.php?page=backend&amp;id_rubrique=5" rel="self" type="application/rss+xml" />




<item xml:lang="fr">
		<title>CSS facile avec LESSpip !</title>
		<link>http://www.jeanbaptiste-bourgoin.com/programmes/spip/article/css-facile-avec-lesspip</link>
		<guid isPermaLink="true">http://www.jeanbaptiste-bourgoin.com/programmes/spip/article/css-facile-avec-lesspip</guid>
		<dc:date>2010-11-02T16:01:09Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Jean-Baptiste Bourgoin</dc:creator>



		<description>&lt;p&gt;LESSpip est un plugin int&#233;grant facilement le logiciel LESS dans SPIP.&lt;/p&gt; &lt;p&gt;LESS est une extension de CSS ajoutant les variables, les classes, les op&#233;rations, les imbrications au langage. Facilitant ainsi l'&#233;criture de feuilles de style complexes.&lt;/p&gt;

-
&lt;a href="http://www.jeanbaptiste-bourgoin.com/programmes/spip/" rel="directory"&gt;SPIP&lt;/a&gt;


		</description>


 <content:encoded>&lt;img class='spip_logos' alt=&quot;&quot; align=&quot;right&quot; src=&quot;http://www.jeanbaptiste-bourgoin.com/local/cache-vignettes/L150xH34/arton13-fd065.png&quot; width='150' height='34' style='height:34px;width:150px;' /&gt;
		&lt;div class='rss_texte'&gt;&lt;h3 class='h3 spip'&gt;T&#233;l&#233;chargement&lt;/h3&gt;
&lt;p&gt;LESSpip est un plugin int&#233;grant facilement le logiciel LESS (&lt;i&gt;impl&#233;mentation php&lt;/i&gt;) dans SPIP.&lt;/p&gt; &lt;p&gt;Pour t&#233;l&#233;charger le plugin, rendez-vous sur la page spip-contrib : &lt;a href=&quot;http://www.spip-contrib.net/CSS-facile-avec-LESSpip&quot; class='spip_url spip_out' rel='nofollow external'&gt;http://www.spip-contrib.net/CSS-fac...&lt;/a&gt;&lt;/p&gt; &lt;h3 class='h3 spip'&gt;Utilisation du plugin :&lt;/h3&gt;
&lt;p&gt;Une fois activ&#233; le plugin cherche dans le PATH de SPIP un fichier &lt;strong&gt;habillage.less&lt;/strong&gt;.&lt;/p&gt; &lt;p&gt;Il g&#233;n&#232;re, &#224; partir de ce fichier et dans le m&#234;me dossier, un fichier &lt;strong&gt;habillage_less.css&lt;/strong&gt; lisible par le navigateur et automatiquement li&#233; dans le &lt;head&gt; par une balise &lt;link&gt;.&lt;/p&gt; &lt;h3 class='h3 spip'&gt;Le langage LESS&lt;/h3&gt;
&lt;p&gt;LESS est une extension de CSS ajoutant les variables, les classes, les op&#233;rations, les imbrications au langage. Facilitant ainsi l'&#233;criture de feuilles de style complexes.&lt;/p&gt; &lt;p&gt;La documentation officielle (&lt;a href=&quot;http://lesscss.org/,{&quot; class='spip_url spip_out' rel='nofollow external'&gt;http://lesscss.org/,&lt;i&gt;&lt;/a&gt; impl&#233;mentation Ruby&lt;/i&gt;) offre de bons exemples de ce qu'il est possible de faire avec LESS :&lt;/p&gt; &lt;h3 class='h3 spip'&gt;Variables :&lt;/h3&gt;
&lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_spip2 cadre&quot;&gt;&lt;div class=&quot;spip2&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;@brand_color: &lt;span style=&quot;color: #CA5200;&quot;&gt;#4D926F&lt;/span&gt;;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #CA5200;&quot;&gt;#header&lt;/span&gt; &lt;span style=&quot;color: #74B900;&quot;&gt;&lt;span class=&quot;br0&quot;&gt;&#123;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt; color: @brand_color;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt;&lt;span class=&quot;br0&quot;&gt;&#125;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;h2 &lt;span style=&quot;color: #74B900;&quot;&gt;&lt;span class=&quot;br0&quot;&gt;&#123;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt; color: @brand_color;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt;&lt;span class=&quot;br0&quot;&gt;&#125;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class='cadre_download' style='text-align: right;'&gt; &lt;a href='http://www.jeanbaptiste-bourgoin.com/local/cache-code/b7d2ce4d4fbf56c2e15ec16b4d7a640a.txt' style='font-family: verdana, arial, sans; font-weight: bold; font-style: normal;'&gt;T&#233;l&#233;charger&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;
&lt;h3 class='h3 spip'&gt;Mixins&lt;/h3&gt;
&lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_spip2 cadre&quot;&gt;&lt;div class=&quot;spip2&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;.rounded_corners &lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;@radius: 5px&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #74B900;&quot;&gt;&lt;span class=&quot;br0&quot;&gt;&#123;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt; -moz-border-radius: @radius;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt; -webkit-border-radius: @radius;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt; border-radius: @radius;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt;&lt;span class=&quot;br0&quot;&gt;&#125;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #CA5200;&quot;&gt;#header&lt;/span&gt; &lt;span style=&quot;color: #74B900;&quot;&gt;&lt;span class=&quot;br0&quot;&gt;&#123;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt; .rounded_corners;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt;&lt;span class=&quot;br0&quot;&gt;&#125;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #CA5200;&quot;&gt;#footer&lt;/span&gt; &lt;span style=&quot;color: #74B900;&quot;&gt;&lt;span class=&quot;br0&quot;&gt;&#123;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt; .rounded_corners&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;10px&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt;&lt;span class=&quot;br0&quot;&gt;&#125;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class='cadre_download' style='text-align: right;'&gt; &lt;a href='http://www.jeanbaptiste-bourgoin.com/local/cache-code/9e5269100909e8296c3a85da4c619283.txt' style='font-family: verdana, arial, sans; font-weight: bold; font-style: normal;'&gt;T&#233;l&#233;charger&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;
&lt;h3 class='h3 spip'&gt;Nested rules :&lt;/h3&gt;
&lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_spip2 cadre&quot;&gt;&lt;div class=&quot;spip2&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #CA5200;&quot;&gt;#header&lt;/span&gt; &lt;span style=&quot;color: #74B900;&quot;&gt;&lt;span class=&quot;br0&quot;&gt;&#123;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt; color: red;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt; a &lt;span class=&quot;br0&quot;&gt;&#123;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt; font-weight: bold;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt; text-decoration: none;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt; &lt;span class=&quot;br0&quot;&gt;&#125;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt;&lt;span class=&quot;br0&quot;&gt;&#125;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class='cadre_download' style='text-align: right;'&gt; &lt;a href='http://www.jeanbaptiste-bourgoin.com/local/cache-code/afc8382b14598430a12b2807c89759da.txt' style='font-family: verdana, arial, sans; font-weight: bold; font-style: normal;'&gt;T&#233;l&#233;charger&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;
&lt;h3 class='h3 spip'&gt;Operations :&lt;/h3&gt;
&lt;div class=&quot;coloration_code&quot;&gt;&lt;div class=&quot;spip_spip2 cadre&quot;&gt;&lt;div class=&quot;spip2&quot;&gt;&lt;ol&gt;&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;@the-border: 1px;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;@base-color: &lt;span style=&quot;color: #CA5200;&quot;&gt;#111&lt;/span&gt;;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #CA5200;&quot;&gt;#header&lt;/span&gt; &lt;span style=&quot;color: #74B900;&quot;&gt;&lt;span class=&quot;br0&quot;&gt;&#123;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt; color: @base-color * &lt;span style=&quot;&quot;&gt;3&lt;/span&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt; border-left: @the-border;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt; border-right: @the-border * &lt;span style=&quot;&quot;&gt;2&lt;/span&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt;&lt;span class=&quot;br0&quot;&gt;&#125;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #CA5200;&quot;&gt;#footer&lt;/span&gt; &lt;span style=&quot;color: #74B900;&quot;&gt;&lt;span class=&quot;br0&quot;&gt;&#123;&lt;/span&gt; &lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt; color: &lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;@base-color + &lt;span style=&quot;color: #CA5200;&quot;&gt;#111&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt; * &lt;span style=&quot;&quot;&gt;1.5&lt;/span&gt;;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;li style=&quot;font-weight: normal; vertical-align:top;&quot;&gt;&lt;div style=&quot;&quot;&gt;&lt;span style=&quot;color: #74B900;&quot;&gt;&lt;span class=&quot;br0&quot;&gt;&#125;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class='cadre_download' style='text-align: right;'&gt; &lt;a href='http://www.jeanbaptiste-bourgoin.com/local/cache-code/bd8e16470d0b5aae13cdc3bb174e2b4d.txt' style='font-family: verdana, arial, sans; font-weight: bold; font-style: normal;'&gt;T&#233;l&#233;charger&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
		
		</content:encoded>


		

	</item>
<item xml:lang="fr">
		<title>ptykedyt (python)</title>
		<link>http://www.jeanbaptiste-bourgoin.com/programmes/python/article/ptykedyt-python</link>
		<guid isPermaLink="true">http://www.jeanbaptiste-bourgoin.com/programmes/python/article/ptykedyt-python</guid>
		<dc:date>2010-04-20T12:59:05Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Jean-Baptiste Bourgoin</dc:creator>



		<description>
&lt;p&gt;Un &#233;diteur de texte tr&#232;s sommaire. &#201;crit pour tester Python/tkinter.&lt;/p&gt;


-
&lt;a href="http://www.jeanbaptiste-bourgoin.com/programmes/python/" rel="directory"&gt;Python&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;p&gt;Un &#233;diteur de texte tr&#232;s sommaire. &#201;crit pour tester Python/tkinter.&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		
		<enclosure url="http://www.jeanbaptiste-bourgoin.com/IMG/zip/ptykedit.py.zip" length="1513" type="application/zip" />
		

	</item>
<item xml:lang="fr">
		<title>mpcel (Emacs LISP)</title>
		<link>http://www.jeanbaptiste-bourgoin.com/programmes/lisp/article/mpcel-emacs-lisp</link>
		<guid isPermaLink="true">http://www.jeanbaptiste-bourgoin.com/programmes/lisp/article/mpcel-emacs-lisp</guid>
		<dc:date>2010-04-20T12:59:02Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Jean-Baptiste Bourgoin</dc:creator>



		<description>
&lt;p&gt;Une interface en Emacs LISP &#224; mpc, le client en ligne de commande de mpd.&lt;/p&gt;


-
&lt;a href="http://www.jeanbaptiste-bourgoin.com/programmes/lisp/" rel="directory"&gt;LISP&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;p&gt;Une interface en Emacs LISP &#224; mpc, le client en ligne de commande de mpd.&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		
		<enclosure url="http://www.jeanbaptiste-bourgoin.com/IMG/zip/mpcel.el.zip" length="2718" type="application/zip" />
		

	</item>
<item xml:lang="fr">
		<title>Carte de clavier fran&#231;ais am&#233;lior&#233; pour Windows</title>
		<link>http://www.jeanbaptiste-bourgoin.com/programmes/article/carte-de-clavier-francais-ameliore</link>
		<guid isPermaLink="true">http://www.jeanbaptiste-bourgoin.com/programmes/article/carte-de-clavier-francais-ameliore</guid>
		<dc:date>2010-04-20T12:58:42Z</dc:date>
		<dc:format>text/html</dc:format>
		<dc:language>fr</dc:language>
		<dc:creator>Jean-Baptiste Bourgoin</dc:creator>



		<description>
&lt;p&gt;Cr&#233;e gr&#226;ce au logiciel Keyboard Layout Creator. Plus de besoin de vous fatiguer &#224; vous rappeler le code ASCII des caract&#232;res &#192;, &#200;, &#8230;, &#171; etc ! Installation T&#233;l&#233;charger clavier fran&#231;ais am&#233;lior&#233; d&#233;zipper se rendre dans le dossier &#8220;installeur&#8221; sur setup.exe Ajouts au clavier fran&#231;ais standard Alt Gr + a = &#230; Alt Gr + o = &#339; Alt Gr + s = &#223; Alt Gr + w = &#171; Alt Gr + x = &#187; Alt Gr + . = &#8230; Alt gr + SPACE = ESPACE INS&#201;CABLE Alt Gr + Shift + a = &#198; Alt Gr + Shift + o = &#338; Alt Gr + Shift + w = &#8220; Alt Gr + Shift + x (...)&lt;/p&gt;


-
&lt;a href="http://www.jeanbaptiste-bourgoin.com/programmes/" rel="directory"&gt;Mes programmes&lt;/a&gt;


		</description>


 <content:encoded>&lt;div class='rss_texte'&gt;&lt;p&gt;Cr&#233;e gr&#226;ce au logiciel Keyboard Layout Creator.&lt;/p&gt; &lt;p&gt;Plus de besoin de vous fatiguer &#224; vous rappeler le code ASCII des caract&#232;res &#192;, &#200;, &#8230;, &#171; etc !&lt;/p&gt; &lt;h3 class='h3 spip'&gt;Installation&lt;/h3&gt;
&lt;ol class=&quot;spip&quot;&gt;&lt;li&gt; T&#233;l&#233;charger clavier fran&#231;ais am&#233;lior&#233;&lt;/li&gt;&lt;li&gt; d&#233;zipper&lt;/li&gt;&lt;li&gt; se rendre dans le dossier &#8220;installeur&#8221;&lt;/li&gt;&lt;li&gt; sur setup.exe&lt;/li&gt;&lt;/ol&gt;
&lt;h3 class='h3 spip'&gt;Ajouts au clavier fran&#231;ais standard&lt;/h3&gt;
&lt;p&gt;Alt Gr + a = &#230;&lt;/p&gt; &lt;p&gt;Alt Gr + o = &#339;&lt;/p&gt; &lt;p&gt;Alt Gr + s = &#223;&lt;/p&gt; &lt;p&gt;Alt Gr + w = &#171; &lt;/p&gt; &lt;p&gt;Alt Gr + x = &#187;&lt;/p&gt; &lt;p&gt;Alt Gr + . = &#8230;&lt;/p&gt; &lt;p&gt;Alt gr + SPACE = ESPACE INS&#201;CABLE&lt;/p&gt; &lt;p&gt;Alt Gr + Shift + a = &#198;&lt;/p&gt; &lt;p&gt;Alt Gr + Shift + o = &#338;&lt;/p&gt; &lt;p&gt;Alt Gr + Shift + w = &#8220;&lt;/p&gt; &lt;p&gt;Alt Gr + Shift + x = &#8221;&lt;/p&gt; &lt;p&gt;Alt Gr + Shift + &#233; = &#201;&lt;/p&gt; &lt;p&gt;Alt Gr + Shift + - = &#8212;&lt;/p&gt; &lt;p&gt;Alt Gr + Shift + &#231; = &#199;&lt;/p&gt; &lt;p&gt;Alt Gr + Shift + &#224; = &#192;&lt;/p&gt; &lt;h3 class='h3 spip'&gt;Modifier ma carte de clavier&lt;/h3&gt;
&lt;p&gt;Il suffit de t&#233;l&#233;charger le logiciel Keyboard Layout Creator.&lt;/p&gt; &lt;p&gt;Une fois install&#233;, il faut se rendre dans le dossier &#8220;source&#8221; et ouvrir le fichier &#8220;francais-ameliore.klc&#8221;.&lt;/p&gt; &lt;p&gt;L'interface du logiciel est tr&#232;s claire. Il faut juste penser &#224; enregistrer son fichier source, puis le compiler et construire l'installeur via Project &gt; Build DLL and Setup Package.&lt;/p&gt;&lt;/div&gt;
		
		</content:encoded>


		
		<enclosure url="http://www.jeanbaptiste-bourgoin.com/IMG/zip/clavier-francais-2.zip" length="259790" type="application/zip" />
		

	</item>



</channel>

</rss>

