<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[CrunchBang Linux Forums - HowTo: Configure your multimedia keys for Exaile]]></title>
		<link>http://crunchbanglinux.org/forums/topic/3165/howto-configure-your-multimedia-keys-for-exaile/</link>
		<description><![CDATA[The most recent posts in HowTo: Configure your multimedia keys for Exaile.]]></description>
		<lastBuildDate>Tue, 28 Dec 2010 13:14:44 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: HowTo: Configure your multimedia keys for Exaile]]></title>
			<link>http://crunchbanglinux.org/forums/post/98277/#p98277</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<div class="quotebox"><cite>SyntaXmasteR wrote:</cite><blockquote><p>I can confirm that multimedia led keys also work with Sonata, with adding keybinding in&nbsp; rc.xml.</p></blockquote></div><p>Excellent. Thanks a bunch.</p><p>I just changed &quot;Master&quot; to &quot;PCM&quot; as amixer don&#039;t recognise master in my system. Also - some people like to unmute the sound when the change the volume. If so one can just add the &quot;unmute&quot; command, like so.<br /></p><div class="codebox"><pre><code>amixer sset PCM,0 3%+ unmute</code></pre></div><p>Again - thanks a lot!</p>]]></description>
			<author><![CDATA[dummy@example.com (achristoffersen)]]></author>
			<pubDate>Tue, 28 Dec 2010 13:14:44 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/98277/#p98277</guid>
		</item>
		<item>
			<title><![CDATA[Re: HowTo: Configure your multimedia keys for Exaile]]></title>
			<link>http://crunchbanglinux.org/forums/post/45361/#p45361</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<div class="quotebox"><cite>brummbaer wrote:</cite><blockquote><p>easiest solution i&#039;ve found for this is to use xbindkeys and the gui editor xbindkeys-config, which makes managing custom keys a breeze.</p></blockquote></div><p>For some reason the XML doesn&#039;t seem to process the XF86 signals for me; I can&#039;t get any XF86 key to send commands to the command line. However, xbindkeys works, though the GUI is kinda ugly. Not that looks count with such easy functionality.</p><p>For now I&#039;m stuck with a laggy command &quot;volwheel -*&quot; but now I can zap those damn ads on Hulu every time they jump up with their extra loud volume!</p>]]></description>
			<author><![CDATA[dummy@example.com (nanomagnetic)]]></author>
			<pubDate>Fri, 13 Nov 2009 11:09:35 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/45361/#p45361</guid>
		</item>
		<item>
			<title><![CDATA[Re: HowTo: Configure your multimedia keys for Exaile]]></title>
			<link>http://crunchbanglinux.org/forums/post/42795/#p42795</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<p>easiest solution i&#039;ve found for this is to use xbindkeys and the gui editor xbindkeys-config, which makes managing custom keys a breeze.</p>]]></description>
			<author><![CDATA[dummy@example.com (brummbaer)]]></author>
			<pubDate>Mon, 26 Oct 2009 19:24:34 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/42795/#p42795</guid>
		</item>
		<item>
			<title><![CDATA[Re: HowTo: Configure your multimedia keys for Exaile]]></title>
			<link>http://crunchbanglinux.org/forums/post/35778/#p35778</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<p>I can confirm that multimedia led keys also work with Sonata, with adding keybinding in&nbsp; rc.xml.</p><div class="codebox"><pre><code>    &lt;keybind key=&quot;XF86AudioLowerVolume&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;execute&gt;amixer -c 0 set Master 5%- unmute&lt;/execute&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioRaiseVolume&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;execute&gt;amixer -c 0 set Master 5%+ unmute&lt;/execute&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioMute&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;execute&gt;amixer -c 0 set Master mute&lt;/execute&gt;
      &lt;/action&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;execute&gt;amixer -c 0 set Master unmute&lt;/execute&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (SyntaXmasteR)]]></author>
			<pubDate>Thu, 03 Sep 2009 12:47:59 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/35778/#p35778</guid>
		</item>
		<item>
			<title><![CDATA[Re: HowTo: Configure your multimedia keys for Exaile]]></title>
			<link>http://crunchbanglinux.org/forums/post/34208/#p34208</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<p>Here are the keybindings for MOC, Audacious, Banshee and Exaile. These are aimed at those of us with multimedia led keys on laptops.</p><p>Banshee<br /></p><div class="codebox"><pre><code>&lt;keybind key=&quot;XF86AudioRaiseVolume&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;amixer sset Master,0 3%+&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioLowerVolume&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;amixer sset Master,0 3%-&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioMute&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;amixer sset Master,0 toggle&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioNext&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;banshee --next&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioPlay&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;banshee --toggle-playing&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioPrev&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;banshee --previous&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioStop&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;banshee --stop&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioPause&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;banshee --toggle-playing&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;</code></pre></div><p>Exaile<br /></p><div class="codebox"><pre><code>&lt;keybind key=&quot;XF86AudioRaiseVolume&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;amixer sset Master,0 3%+&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioLowerVolume&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;amixer sset Master,0 3%-&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioMute&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;amixer sset Master,0 toggle&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioNext&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;exaile -n&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioPlay&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;exaile -t&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioPrev&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;exaile -p&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioStop&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;exaile -s&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioPause&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;exaile -t&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;</code></pre></div><p>MOC<br /></p><div class="codebox"><pre><code>&lt;keybind key=&quot;XF86AudioRaiseVolume&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;amixer sset Master,0 3%+&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioLowerVolume&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;amixer sset Master,0 3%-&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioMute&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;amixer sset Master,0 toggle&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioNext&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;mocp -f&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioPlay&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;mocp -G&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioPrev&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;mocp -r&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioStop&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;mocp --stop&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioPause&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;mocp -G&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;</code></pre></div><p>Audacious<br /></p><div class="codebox"><pre><code>&lt;keybind key=&quot;XF86AudioRaiseVolume&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;amixer sset Master,0 3%+&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioLowerVolume&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;amixer sset Master,0 3%-&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioMute&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;amixer sset Master,0 toggle&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioNext&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;audacious -f&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioPlay&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;audacious -p&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioPrev&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;audacious -r&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioStop&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;audacious -s&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioPause&quot;&gt;
      &lt;action name=&quot;Execute&quot;&gt;
        &lt;command&gt;audacious -t&lt;/command&gt;
      &lt;/action&gt;
    &lt;/keybind&gt;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (jinnstar)]]></author>
			<pubDate>Sun, 23 Aug 2009 15:27:54 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/34208/#p34208</guid>
		</item>
		<item>
			<title><![CDATA[Re: HowTo: Configure your multimedia keys for Exaile]]></title>
			<link>http://crunchbanglinux.org/forums/post/25043/#p25043</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<div class="quotebox"><cite>jackbang wrote:</cite><blockquote><p>Unfortunately the lxpanel volume control doesn&#039;t update itself with the current state.&nbsp; oh well, physical buttons are easier anyway.</p></blockquote></div><p>No, bit of a shame but I have no idea how to do that! If anyone&#039;s got any suggestions that would be awesome :D</p>]]></description>
			<author><![CDATA[dummy@example.com (manic111)]]></author>
			<pubDate>Sat, 20 Jun 2009 13:13:53 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/25043/#p25043</guid>
		</item>
		<item>
			<title><![CDATA[Re: HowTo: Configure your multimedia keys for Exaile]]></title>
			<link>http://crunchbanglinux.org/forums/post/24957/#p24957</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<p>Sorry to hijack the thread into general xmodmap discussion.<br />I just added euro, pound, yen, as right-alt-e, right-alt-#, right-alt-y, on my keyboard.<br />I had to map the right-alt key to generate Mode_switch instead of ISO_Level3_Shift.&nbsp; I don&#039;t know if this will have other bad effects, I don&#039;t know what ISO_Level3_Shift is used for.</p><p>If I do xmodmap -pke I get lines like<br /></p><div class="codebox"><pre><code>keycode  26 = e E e E e E</code></pre></div><p>AFAIK the keysyms are supposed to be in order, &quot;e&quot;, &quot;shift e&quot;, &quot;Mode-switch e&quot;, &quot;Mode_switch + shift e&quot;, &quot;ISO_Level3_Shift e&quot;, &quot;ISO_Level3_Shift + shift e&quot;.<br />My right-alt key generated ISO_Level3_Shift under xev, so it should just be a case of changing the 5th and or 6th columns to be EuroSign.&nbsp; Unfortunately this just didn&#039;t work, so I changed the right-alt key to generate Mode_switch.</p><p>.Xmodmap:<br /></p><div class="codebox"><pre><code>keycode 108 = Mode_switch
keycode 26 = e E EuroSign EuroSign
keycode 29 = y Y yen yen
keycode 12 = 3 numbersign sterling sterling</code></pre></div><p>This seems a hit hackish to me, is there a better way?</p>]]></description>
			<author><![CDATA[dummy@example.com (jackbang)]]></author>
			<pubDate>Fri, 19 Jun 2009 04:31:12 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/24957/#p24957</guid>
		</item>
		<item>
			<title><![CDATA[Re: HowTo: Configure your multimedia keys for Exaile]]></title>
			<link>http://crunchbanglinux.org/forums/post/24951/#p24951</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<p>Thanks, very useful thread.&nbsp; The amixer commands above might need changing for some people, I have<br /></p><div class="codebox"><pre><code> &lt;keybind key=&quot;XF86AudioRaiseVolume&quot;&gt;
     &lt;action name=&quot;Execute&quot;&gt;
       &lt;command&gt;amixer sset Master,0 5%+&lt;/command&gt;
     &lt;/action&gt;
   &lt;/keybind&gt;
    &lt;keybind key=&quot;XF86AudioLowerVolume&quot;&gt;
     &lt;action name=&quot;Execute&quot;&gt;
       &lt;command&gt;amixer sset Master,0 5%-&lt;/command&gt;
     &lt;/action&gt;
   &lt;/keybind&gt;
   &lt;keybind key=&quot;XF86AudioMute&quot;&gt;
     &lt;action name=&quot;Execute&quot;&gt;
       &lt;command&gt;amixer sset Master,0 toggle&lt;/command&gt;
     &lt;/action&gt;
   &lt;/keybind&gt;</code></pre></div><p>Unfortunately the lxpanel volume control doesn&#039;t update itself with the current state.&nbsp; oh well, physical buttons are easier anyway.</p>]]></description>
			<author><![CDATA[dummy@example.com (jackbang)]]></author>
			<pubDate>Fri, 19 Jun 2009 03:13:12 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/24951/#p24951</guid>
		</item>
		<item>
			<title><![CDATA[Re: HowTo: Configure your multimedia keys for Exaile]]></title>
			<link>http://crunchbanglinux.org/forums/post/24950/#p24950</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<p>You use xev to get the keycodes. You can find some info about using it in this thread:</p><p><a href="http://crunchbanglinux.org/forums/topic/1642/hp-pavilion-volume-buttons/">http://crunchbanglinux.org/forums/topic &#133; e-buttons/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (anonymous)]]></author>
			<pubDate>Fri, 19 Jun 2009 02:36:11 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/24950/#p24950</guid>
		</item>
		<item>
			<title><![CDATA[Re: HowTo: Configure your multimedia keys for Exaile]]></title>
			<link>http://crunchbanglinux.org/forums/post/24949/#p24949</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<p>Excellent info, thanks.&nbsp; Where did you get the keycodes from, is there a utility to scan for them?<br />My volume keys aren working, and I also don get any errors in dmesg, so I have no idea what their keycodes are, or if they are even generating any event.</p><p>Also wheres the best place to change keyboard - I can put xetxkbmap in xinitrc or somewhere, but that doesnt seem right - surely setxkbmap is executed per session, or at server startup&nbsp; anyway, and must read a configuration variable from somewhere?&nbsp; I think it used to be in xorg.conf, but not sure that works anymore.<br />EDIT:&nbsp; Doh.&nbsp; You change keyboard layout in the openbox autostart.sh script too.</p><p>Now, to define pound and euro on my US intl keyboard, ideally using right-alt-$ and right-alt3-e ....</p>]]></description>
			<author><![CDATA[dummy@example.com (jackbang)]]></author>
			<pubDate>Fri, 19 Jun 2009 01:59:56 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/24949/#p24949</guid>
		</item>
		<item>
			<title><![CDATA[HowTo: Configure your multimedia keys for Exaile]]></title>
			<link>http://crunchbanglinux.org/forums/post/24923/#p24923</link>
<br />
<b>Warning</b>:  Missing argument 2 for parse_message(), called in /home/corenominal/www/crunchbanglinux.org/forums/extern.php on line 131 and defined in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>784</b><br />
<br />
<b>Notice</b>:  Undefined variable: hide_smilies in <b>/home/corenominal/www/crunchbanglinux.org/forums/include/parser.php</b> on line <b>820</b><br />
			<description><![CDATA[<p>Not being able to use my keyboard&#039;s multimedia keys in Crunchbang has been a real bugbear of mine, so I decided, with some help from&nbsp; becatlibra&#039;s post in the CrunchEee support thread, to sort it out myself. This config will only work with Exaile, although I expect that if you change the commands in the rc.xml slightly it should work with other media players as well.</p><p>1/ Create a &quot;.Xmodmap&quot; text file in /home/username</p><p>This should contain:</p><div class="quotebox"><blockquote><p>keycode 121 = XF86AudioMute<br />keycode 122 = XF86AudioLowerVolume<br />keycode 123 = XF86AudioRaiseVolume<br />keycode 171 = XF86AudioNext<br />Keycode 172 = XF86AudioPlay<br />Keycode 173 = XF86AudioPrev<br />Keycode 174 = XF86AudioStop</p></blockquote></div><p>Save the file.</p><p>2/ sudo gedit ~/.config/openbox/rc.xml</p><p>Add the following into the &quot;keyboard&quot; section of the text file (between the lines &quot; &lt;/keyboard&gt;&quot; and &quot; &lt;/keybind&gt;&quot;)</p><div class="codebox"><pre><code>   &lt;keybind key=&quot;XF86AudioLowerVolume&quot;&gt;
     &lt;action name=&quot;Execute&quot;&gt;
       &lt;command&gt;amixer sset PCM,0 5%-&lt;/command&gt;
     &lt;/action&gt;
   &lt;/keybind&gt;
   &lt;keybind key=&quot;XF86AudioMute&quot;&gt;
     &lt;action name=&quot;Execute&quot;&gt;
       &lt;command&gt;amixer sset iSpeaker,0 toggle&lt;/command&gt;
     &lt;/action&gt;
   &lt;/keybind&gt;
   &lt;keybind key=&quot;XF86AudioNext&quot;&gt;
   &lt;action name=&quot;Execute&quot;&gt;
   &lt;command&gt;exaile -n&lt;/command&gt;
   &lt;/action&gt;
   &lt;/keybind&gt;
      &lt;keybind key=&quot;XF86AudioPlay&quot;&gt;
   &lt;action name=&quot;Execute&quot;&gt;
   &lt;command&gt;exaile -t&lt;/command&gt;
   &lt;/action&gt;
   &lt;/keybind&gt;
      &lt;keybind key=&quot;XF86AudioPrev&quot;&gt;
   &lt;action name=&quot;Execute&quot;&gt;
   &lt;command&gt;exaile -p&lt;/command&gt;
   &lt;/action&gt;
   &lt;/keybind&gt;
      &lt;keybind key=&quot;XF86AudioStop&quot;&gt;
   &lt;action name=&quot;Execute&quot;&gt;
   &lt;command&gt;exaile -s&lt;/command&gt;
   &lt;/action&gt;
   &lt;/keybind&gt;</code></pre></div><p>Save the file.</p><p>3/ Right click on your desktop, navigate through Preferences and Openbox Config to your autostart.sh file. Add this line to it:</p><div class="codebox"><pre><code>xmodmap /home/username/.Xmodmap</code></pre></div><p>Save the file and restart Openbox.</p><p>Hope it works as well for you as it has for me :D</p>]]></description>
			<author><![CDATA[dummy@example.com (manic111)]]></author>
			<pubDate>Thu, 18 Jun 2009 18:48:37 +0000</pubDate>
			<guid>http://crunchbanglinux.org/forums/post/24923/#p24923</guid>
		</item>
	</channel>
</rss>

