<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Kommentare zu: Asus DH Remote: Crafting an OS X driver</title>
	<atom:link href="http://blog.tinowagner.com/2009/11/02/asus-dh-remote-crafting-an-os-x-driver/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tinowagner.com/2009/11/02/asus-dh-remote-crafting-an-os-x-driver/</link>
	<description>Dies und das.</description>
	<lastBuildDate>Sat, 22 May 2010 15:19:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: jayjay</title>
		<link>http://blog.tinowagner.com/2009/11/02/asus-dh-remote-crafting-an-os-x-driver/comment-page-1/#comment-113</link>
		<dc:creator>jayjay</dc:creator>
		<pubDate>Sat, 22 May 2010 15:19:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tinowagner.com/?p=57#comment-113</guid>
		<description>big thanks!!

it works exactly as i wanted now.

nice work!!</description>
		<content:encoded><![CDATA[<p>big thanks!!</p>
<p>it works exactly as i wanted now.</p>
<p>nice work!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Tino Wagner</title>
		<link>http://blog.tinowagner.com/2009/11/02/asus-dh-remote-crafting-an-os-x-driver/comment-page-1/#comment-112</link>
		<dc:creator>Tino Wagner</dc:creator>
		<pubDate>Sat, 22 May 2010 11:44:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tinowagner.com/?p=57#comment-112</guid>
		<description>I&#039;m happy that it works! :) The &quot;maximize&quot; button (the one next to AP LAUNCH) should send esc now. Same link as above.</description>
		<content:encoded><![CDATA[<p>I&#8217;m happy that it works! <img src='http://blog.tinowagner.com/wp-content/plugins/smilies-themer/Silk/emoticon_smile.png' alt=':)' class='wp-smiley' /> The &#8220;maximize&#8221; button (the one next to AP LAUNCH) should send esc now. Same link as above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: jayjay</title>
		<link>http://blog.tinowagner.com/2009/11/02/asus-dh-remote-crafting-an-os-x-driver/comment-page-1/#comment-111</link>
		<dc:creator>jayjay</dc:creator>
		<pubDate>Sat, 22 May 2010 11:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tinowagner.com/?p=57#comment-111</guid>
		<description>wow Tino, you are my savior!

it works perfectly fine with -plex option except for &#039;menu&#039; button doesn&#039;t act &#039;esc&#039; key.

could you please change the code again for this?

for me, it&#039;s much better to use DH remote with -plex option.

thanks!!</description>
		<content:encoded><![CDATA[<p>wow Tino, you are my savior!</p>
<p>it works perfectly fine with -plex option except for &#8216;menu&#8217; button doesn&#8217;t act &#8216;esc&#8217; key.</p>
<p>could you please change the code again for this?</p>
<p>for me, it&#8217;s much better to use DH remote with -plex option.</p>
<p>thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Tino Wagner</title>
		<link>http://blog.tinowagner.com/2009/11/02/asus-dh-remote-crafting-an-os-x-driver/comment-page-1/#comment-110</link>
		<dc:creator>Tino Wagner</dc:creator>
		<pubDate>Sat, 22 May 2010 10:36:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tinowagner.com/?p=57#comment-110</guid>
		<description>Here you go: &lt;a href=&quot;http://www.tinowagner.com/projekte/asus_remote/AsusRemote-v0.2.zip&quot; rel=&quot;nofollow&quot;&gt;AsusRemote-v0.2.zip&lt;/a&gt;. I changed the code so it sends key presses for up/down/left/right and return. However I couldn&#039;t get the daemon to launch Plex with a button on the remote.

By default, the program will work as before. You have to launch it with the parameter &quot;-plex&quot;. It will then send keystrokes to the active window.

Please try it from the command line first. You should see &quot;* Emulating key presses for Plex *&quot; the program is working in &quot;Plex mode&quot; …

To run it using launchd, add the parameter &quot;-plex&quot; to the program arguments in the plist.

Warning: I can&#039;t guarantee that it works. I even couldn&#039;t test it as I don&#039;t have access to my Asus remote at the moment.</description>
		<content:encoded><![CDATA[<p>Here you go: <a href="http://www.tinowagner.com/projekte/asus_remote/AsusRemote-v0.2.zip" rel="nofollow">AsusRemote-v0.2.zip</a>. I changed the code so it sends key presses for up/down/left/right and return. However I couldn&#8217;t get the daemon to launch Plex with a button on the remote.</p>
<p>By default, the program will work as before. You have to launch it with the parameter &#8220;-plex&#8221;. It will then send keystrokes to the active window.</p>
<p>Please try it from the command line first. You should see &#8220;* Emulating key presses for Plex *&#8221; the program is working in &#8220;Plex mode&#8221; …</p>
<p>To run it using launchd, add the parameter &#8220;-plex&#8221; to the program arguments in the plist.</p>
<p>Warning: I can&#8217;t guarantee that it works. I even couldn&#8217;t test it as I don&#8217;t have access to my Asus remote at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: jayjay</title>
		<link>http://blog.tinowagner.com/2009/11/02/asus-dh-remote-crafting-an-os-x-driver/comment-page-1/#comment-109</link>
		<dc:creator>jayjay</dc:creator>
		<pubDate>Sat, 22 May 2010 09:24:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tinowagner.com/?p=57#comment-109</guid>
		<description>I really appreciate for your kindness!

I want &#039;ap launch&#039; button to launch Plex. (instead of front row)

and on plex, &#039;up down skip play menu&#039; buttons to the same as normal apple remote(arrows and return and esc keys)

thanks, again.</description>
		<content:encoded><![CDATA[<p>I really appreciate for your kindness!</p>
<p>I want &#8216;ap launch&#8217; button to launch Plex. (instead of front row)</p>
<p>and on plex, &#8216;up down skip play menu&#8217; buttons to the same as normal apple remote(arrows and return and esc keys)</p>
<p>thanks, again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Tino Wagner</title>
		<link>http://blog.tinowagner.com/2009/11/02/asus-dh-remote-crafting-an-os-x-driver/comment-page-1/#comment-108</link>
		<dc:creator>Tino Wagner</dc:creator>
		<pubDate>Sat, 22 May 2010 09:01:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tinowagner.com/?p=57#comment-108</guid>
		<description>I could do some quick changes to the code to let it emulate key presses, if you tell me, which keys should be pressed on the keyboard for each button on the remote.

Best regards,
Tino</description>
		<content:encoded><![CDATA[<p>I could do some quick changes to the code to let it emulate key presses, if you tell me, which keys should be pressed on the keyboard for each button on the remote.</p>
<p>Best regards,<br />
Tino</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: jayjay</title>
		<link>http://blog.tinowagner.com/2009/11/02/asus-dh-remote-crafting-an-os-x-driver/comment-page-1/#comment-107</link>
		<dc:creator>jayjay</dc:creator>
		<pubDate>Sat, 22 May 2010 08:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tinowagner.com/?p=57#comment-107</guid>
		<description>thank you for the anwer.

unfortuantely, the later way doesn&#039;t work here.

so could you please explain more detail about &#039;directly controlling Plex from my daemon&#039;?

i&#039;m sorry but i&#039;m a totally newbie to mac stuff.

thank you very much.</description>
		<content:encoded><![CDATA[<p>thank you for the anwer.</p>
<p>unfortuantely, the later way doesn&#8217;t work here.</p>
<p>so could you please explain more detail about &#8216;directly controlling Plex from my daemon&#8217;?</p>
<p>i&#8217;m sorry but i&#8217;m a totally newbie to mac stuff.</p>
<p>thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Tino Wagner</title>
		<link>http://blog.tinowagner.com/2009/11/02/asus-dh-remote-crafting-an-os-x-driver/comment-page-1/#comment-106</link>
		<dc:creator>Tino Wagner</dc:creator>
		<pubDate>Sat, 22 May 2010 06:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tinowagner.com/?p=57#comment-106</guid>
		<description>Hi,

it&#039;s nice to hear that it works for you. About Plex: I&#039;m sure there&#039;s a way to get the remote working with it, either by directy controlling Plex from my daemon or using Plex&#039; &lt;a href=&quot;http://wiki.plexapp.com/index.php/Apple_Remote&quot; rel=&quot;nofollow&quot;&gt;Apple Remote support&lt;/a&gt;. The latter way might not work as emulating Apple Remote commands using IRKeyboardEmu is quite prone to errors. 

Best regards,
Tino</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>it&#8217;s nice to hear that it works for you. About Plex: I&#8217;m sure there&#8217;s a way to get the remote working with it, either by directy controlling Plex from my daemon or using Plex&#8217; <a href="http://wiki.plexapp.com/index.php/Apple_Remote" rel="nofollow">Apple Remote support</a>. The latter way might not work as emulating Apple Remote commands using IRKeyboardEmu is quite prone to errors. </p>
<p>Best regards,<br />
Tino</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: jayjay</title>
		<link>http://blog.tinowagner.com/2009/11/02/asus-dh-remote-crafting-an-os-x-driver/comment-page-1/#comment-105</link>
		<dc:creator>jayjay</dc:creator>
		<pubDate>Sat, 22 May 2010 05:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tinowagner.com/?p=57#comment-105</guid>
		<description>hi.

thx to your work, my DH remote works fine on iTunes and FrontRow.

but it doesnt work on Plex.

is there any way to make it work on Plex or other apps?

thank you.</description>
		<content:encoded><![CDATA[<p>hi.</p>
<p>thx to your work, my DH remote works fine on iTunes and FrontRow.</p>
<p>but it doesnt work on Plex.</p>
<p>is there any way to make it work on Plex or other apps?</p>
<p>thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: 2010-03-06 유용한 링크 &#124; We are connected</title>
		<link>http://blog.tinowagner.com/2009/11/02/asus-dh-remote-crafting-an-os-x-driver/comment-page-1/#comment-103</link>
		<dc:creator>2010-03-06 유용한 링크 &#124; We are connected</dc:creator>
		<pubDate>Mon, 15 Mar 2010 08:57:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tinowagner.com/?p=57#comment-103</guid>
		<description>[...] Asus DH Remote: Crafting an OS X driver [...]</description>
		<content:encoded><![CDATA[<p>[...] Asus DH Remote: Crafting an OS X driver [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
