<br />
<b>Warning</b>:  Constant FORCE_SSL_ADMIN already defined, this will be an error in PHP 9 in <b>/var/www/schmidtpetersen.dk/public_html/wp-config.php</b> on line <b>181</b><br />
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mediacenter &#8211; Mortens Website</title>
	<atom:link href="https://schmidtpetersen.dk/tag/mediacenter/feed/" rel="self" type="application/rss+xml" />
	<link>https://schmidtpetersen.dk</link>
	<description>Blog, guides, food and drink recipes and everything in between</description>
	<lastBuildDate>Fri, 15 Jan 2021 23:08:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>How to change keymap on RaspBMC to fit MCE remote</title>
		<link>https://schmidtpetersen.dk/2021/01/how-to-change-keymap-on-raspbmc-to-fit-mce-remote/</link>
					<comments>https://schmidtpetersen.dk/2021/01/how-to-change-keymap-on-raspbmc-to-fit-mce-remote/#respond</comments>
		
		<dc:creator><![CDATA[Morten]]></dc:creator>
		<pubDate>Sun, 10 Jan 2021 15:16:07 +0000</pubDate>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mediacenter]]></category>
		<category><![CDATA[RaspberryPi]]></category>
		<category><![CDATA[RaspBMC]]></category>
		<category><![CDATA[Remote]]></category>
		<category><![CDATA[RPi]]></category>
		<category><![CDATA[XBMC]]></category>
		<guid isPermaLink="false">http://schmidtpetersen.dk/?p=40</guid>

					<description><![CDATA[How to change keymap on RaspBMC to fit the Microsoft MCE remote Connect to RPi using Putty or other SSH-client Copy the default XBMC keymap file to your home directory. cp /opt/xbmc-bcm/xbmc-bin/share/xbmc/system/keymaps/remote.xml /home/pi/.xbmc/userdata/keymaps/remote.xml I use nano to edit the remote.xml file. Use whatever editor you want. sudo nano /home/pi/.xbmc/userdata/keymaps/remote.xml In the global-section I edited the &#8230; <a href="https://schmidtpetersen.dk/2021/01/how-to-change-keymap-on-raspbmc-to-fit-mce-remote/" class="more-link">Continue reading<span class="screen-reader-text"> "How to change keymap on RaspBMC to fit MCE remote"</span></a>]]></description>
										<content:encoded><![CDATA[
<p>How to change keymap on RaspBMC to fit the Microsoft MCE remote</p>
<ol>
	<li>
		Connect to RPi using Putty or other SSH-client</li>
	<li>
		Copy the default XBMC keymap file to your home directory.
		<blockquote>
			cp /opt/xbmc-bcm/xbmc-bin/share/xbmc/system/keymaps/remote.xml /home/pi/.xbmc/userdata/keymaps/remote.xml</blockquote>
	</li>
	<li>
		I use nano to edit the remote.xml file. Use whatever editor you want.
		<blockquote>
			sudo nano /home/pi/.xbmc/userdata/keymaps/remote.xml</blockquote>
	</li>
	<li>
		In the global-section I edited the command of the yellow button to show the context menu.</li>
	<li>
		Default is:<br>
		<blockquote>
			<yellow>&lt;yellow&gt;XBMC.ActivateWindow(MyMusic)&lt;/yellow&gt;</yellow></blockquote>
		New value is:
		<blockquote>
			<yellow>&lt;yellow&gt;ContextMenu&lt;/yellow&gt;</yellow></blockquote>
	</li>
	<li>
		Hit CTRL+X, Press Y to confirm and Enter to execute. Now changes are saved to the file.</li>
	<li>
		Restart your RaspBMC for the changes to take effect. In my case I needed to change the command of the yellow button but you can change whatever parameter that you need. You can find the full list of commands <a href="" http:="" wiki.xbmc.org="" index.php?title="Keymap.xml#Remote_Section&quot;&quot;">here</a>.</li>
</ol>
&#8220;&#8221;;s:7:&#8221;&#8221;summary&#8221;&#8221;;s:0:&#8221;&#8221;&#8221;&#8221;;s:6:&#8221;&#8221;format&#8221;&#8221;;s:13:&#8221;&#8221;filtered_html&#8221;&#8221;;s:10:&#8221;&#8221;safe_value&#8221;&#8221;;s:1248:&#8221;&#8221;<p>How to change keymap on RaspBMC to fit the Microsoft MCE remote</p>
<ol><li>
		Connect to RPi using Putty or other SSH-client</li>
<li>
		Copy the default XBMC keymap file to your home directory.
<blockquote><p>
			cp /opt/xbmc-bcm/xbmc-bin/share/xbmc/system/keymaps/remote.xml /home/pi/.xbmc/userdata/keymaps/remote.xml</p></blockquote>
</li>
<li>
		I use nano to edit the remote.xml file. Use whatever editor you want.
<blockquote><p>
			sudo nano /home/pi/.xbmc/userdata/keymaps/remote.xml</p></blockquote>
</li>
<li>
		In the global-section I edited the command of the yellow button to show the context menu.</li>
<li>
		Default is:
<blockquote><p>
			&lt;yellow&gt;XBMC.ActivateWindow(MyMusic)&lt;/yellow&gt;</p></blockquote>
<p>		New value is:</p>
<blockquote><p>
			&lt;yellow&gt;ContextMenu&lt;/yellow&gt;</p></blockquote>
</li>
<li>
		Hit CTRL+X, Press Y to confirm and Enter to execute. Now changes are saved to the file.</li>
<li>
		Restart your RaspBMC for the changes to take effect. In my case I needed to change the command of the yellow button but you can change whatever parameter that you need. You can find the full list of commands <a href="" http:="" wiki.xbmc.org="" index.php?title="Keymap.xml#Remote_Section&quot;&quot;">here</a>.</li>
</ol>
]]></content:encoded>
					
					<wfw:commentRss>https://schmidtpetersen.dk/2021/01/how-to-change-keymap-on-raspbmc-to-fit-mce-remote/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
