Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 420a649e6f65db30aa7451f64d08ff92 > files > 602

ghc-xmonad-contrib-devel-0.9.2-4.fc16.i686.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>XMonad.Config.Azerty</title><link href="ocean.css" rel="stylesheet" type="text/css" title="Ocean" /><script src="haddock-util.js" type="text/javascript"></script><script type="text/javascript">//<![CDATA[
window.onload = function () {pageLoad();setSynopsis("mini_XMonad-Config-Azerty.html");};
//]]>
</script></head><body><div id="package-header"><ul class="links" id="page-menu"><li><a href="src/XMonad-Config-Azerty.html">Source</a></li><li><a href="index.html">Contents</a></li><li><a href="doc-index.html">Index</a></li></ul><p class="caption">xmonad-contrib-0.9.2: Third party extensions for xmonad</p></div><div id="content"><div id="module-header"><table class="info"><tr><th>Portability</th><td>unportable</td></tr><tr><th>Stability</th><td>stable</td></tr><tr><th>Maintainer</th><td>Devin Mullins &lt;me@twifkak.com&gt;</td></tr></table><p class="caption">XMonad.Config.Azerty</p></div><div id="table-of-contents"><p class="caption">Contents</p><ul><li><a href="#g:1">Usage
</a></li></ul></div><div id="description"><p class="caption">Description</p><div class="doc"><p>This module fixes some of the keybindings for the francophone among you who
 use an AZERTY keyboard layout. Config stolen from TeXitoi's config on the
 wiki.
</p></div></div><div id="synopsis"><p id="control.syn" class="caption expander" onclick="toggleSection('syn')">Synopsis</p><ul id="section.syn" class="hide" onclick="toggleSection('syn')"><li class="src short"><a href="#v:azertyConfig">azertyConfig</a> :: XConfig (Choose Tall (Choose (Mirror Tall) Full))</li><li class="src short"><a href="#v:azertyKeys">azertyKeys</a> ::  XConfig l -&gt; <a href="/usr/share/doc/ghc/html/libraries/containers-0.4.0.0/Data-Map.html#t:Map">Map</a> (<a href="/usr/share/doc/ghc/html/libraries/X11-1.5.0.0/Graphics-X11-Types.html#t:KeyMask">KeyMask</a>, <a href="/usr/share/doc/ghc/html/libraries/X11-1.5.0.0/Graphics-X11-Types.html#t:KeySym">KeySym</a>) (X ())</li></ul></div><div id="interface"><h1 id="g:1">Usage
</h1><div class="doc"><p>To use this module, start with the following <code>~/.xmonad/xmonad.hs</code>:
</p><pre> import XMonad
 import XMonad.Config.Azerty

 main = xmonad azertyConfig
</pre><p>If you prefer, an azertyKeys function is provided which you can use as so:
</p><pre> import qualified Data.Map as M
 main = xmonad someConfig { keys = \c -&gt; azertyKeys c `M.union` keys someConfig c }
</pre></div><div class="top"><p class="src"><a name="v:azertyConfig" class="def">azertyConfig</a> :: XConfig (Choose Tall (Choose (Mirror Tall) Full))<a href="src/XMonad-Config-Azerty.html#azertyConfig" class="link">Source</a></p></div><div class="top"><p class="src"><a name="v:azertyKeys" class="def">azertyKeys</a> ::  XConfig l -&gt; <a href="/usr/share/doc/ghc/html/libraries/containers-0.4.0.0/Data-Map.html#t:Map">Map</a> (<a href="/usr/share/doc/ghc/html/libraries/X11-1.5.0.0/Graphics-X11-Types.html#t:KeyMask">KeyMask</a>, <a href="/usr/share/doc/ghc/html/libraries/X11-1.5.0.0/Graphics-X11-Types.html#t:KeySym">KeySym</a>) (X ())<a href="src/XMonad-Config-Azerty.html#azertyKeys" class="link">Source</a></p></div></div></div><div id="footer"><p>Produced by <a href="http://www.haskell.org/haddock/">Haddock</a> version 2.9.2</p></div></body></html>