<?xml version="1.0" encoding="utf-8" ?>

<?xml-stylesheet type="text/xsl" href="/templates/2k11/rss.xsl" media="screen" ?>
<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Daniel Lange's blog (Entries tagged as key)</title>
    <link>https://daniel-lange.com/</link>
    <description>agrep -pB IT /dev/life</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 2.6.0 - http://www.s9y.org/</generator>
    <pubDate>Tue, 03 Jan 2017 11:20:34 GMT</pubDate>

    <image>
    <url>//daniel-lange.com/uploads/Avatar_Blog_144_234.png</url>
    <title>RSS: Daniel Lange's blog - agrep -pB IT /dev/life</title>
    <link>https://daniel-lange.com/</link>
    <width>144</width>
    <height>234</height>
</image>

<item>
    <title>Irssi update to 0.8.19 from Debian jessie-backports may break enter / carriage return key / ↵ key </title>
    <link>https://daniel-lange.com/archives/118-Irssi-update-to-0.8.19-from-Debian-jessie-backports-may-break-enter-carriage-return-key-key.html</link>
            <category>Debian</category>
    
    <comments>https://daniel-lange.com/archives/118-Irssi-update-to-0.8.19-from-Debian-jessie-backports-may-break-enter-carriage-return-key-key.html#comments</comments>
    <wfw:comment>https://daniel-lange.com/wfwcomment.php?cid=118</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>https://daniel-lange.com/rss.php?version=2.0&amp;type=comments&amp;cid=118</wfw:commentRss>
    

    <author>nospam@example.com (Daniel Lange)</author>
    <content:encoded>
    &lt;p&gt;Updating to irssi 0.8.19 (which is a mainly a bugfix release to 0.8.18) proved a real issue.
The enter key (return key) stopped working. Ctrl-J still worked but that&#039;s way too annoying to remember after each line.
Searching the github issues turned up &lt;a href=&quot;https://github.com/irssi/irssi/issues/327&quot;&gt;#327 Numeric keypad &quot;Enter&quot; key stopped working&lt;/a&gt; which didn&#039;t help much.
Digging deeper it shows the irssi devs enabled &quot;App key&quot; mode in these releases which causes so many issues, they had to implement a switch to &lt;a href=&quot;https://github.com/ailin-nemui/irssi/commit/b9914abbf3a7fae6d15f26650a98d8e74aa1fa05&quot;&gt;turn it off&lt;/a&gt; again.&lt;/p&gt;

&lt;p&gt;So a hopeful:
&lt;code&gt;/set term_appkey_mode off&lt;/code&gt;  &lt;i&gt; followed by &lt;kbd&gt;Ctrl&lt;/kbd&gt;+&lt;kbd&gt;J&lt;/kbd&gt;, remember ...&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;and ... nothing changed.&lt;/p&gt;

&lt;p&gt;So finally, after more digging and a quick consideration to go back to irssi 0.8.17 on Debian stable (Jessie) ...&lt;/p&gt;

&lt;p&gt;&lt;code&gt;/bind ^M key return&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Yes, irssi 0.8.19 wants to be told what the enter key is, like, by default. Duh.&lt;br /&gt;
No idea what caused this in my configuration, I&#039;ve been using irssi for more than a decade so much cruft has accumulated in my &lt;code&gt;.irssi/config&lt;/code&gt; but ... in case you run into this as well, hopefully I helped you save a morning for something better to do.&lt;/p&gt;

&lt;p&gt;If you want to fumble this into your &lt;code&gt;.irssi/config&lt;/code&gt; (e.g. because Ctrl-J does not work for you):&lt;/p&gt;

&lt;pre&gt;
keyboard = (
  [...]
  { key = &quot;^M&quot;; id = &quot;key&quot;; data = &quot;return&quot;; },
  [...]
);
&lt;/pre&gt;
 
    </content:encoded>

    <pubDate>Fri, 06 May 2016 08:30:00 +0000</pubDate>
    <guid isPermaLink="false">https://daniel-lange.com/archives/118-guid.html</guid>
    <category>irssi</category>
<category>key</category>
<category>keyboard</category>
<category>keymap</category>
<category>update</category>

</item>
<item>
    <title>MINI key chrome ring</title>
    <link>https://daniel-lange.com/archives/55-MINI-key-chrome-ring.html</link>
            <category>Vehicles</category>
    
    <comments>https://daniel-lange.com/archives/55-MINI-key-chrome-ring.html#comments</comments>
    <wfw:comment>https://daniel-lange.com/wfwcomment.php?cid=55</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>https://daniel-lange.com/rss.php?version=2.0&amp;type=comments&amp;cid=55</wfw:commentRss>
    

    <author>nospam@example.com (Daniel Lange)</author>
    <content:encoded>
    &lt;p&gt;The key on my girlfriend&#039;s MINI had to be replaced as the remote control parts of it decided to cease functioning.&lt;/p&gt;

&lt;p&gt;The key is an interesting piece of engineering as it communicates with the car wirelessly, charges via electromagnetic induction and has a standard key quite elegantly &lt;a href=&quot;http://www.topspeed.com/cars/car-news/2007-mini-cooper-key-features-ar27958.html&quot; title=&quot;Topgear: Mini Cooper Key Features&quot;&gt;hidden inside&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;When the replacement key arrived it was already bruised on the chrome ring. So I went &quot;duh, another two weeks wait on the next key&quot; but the dealer just smiled, removed the chrome ring and replaced it with a new one.&lt;/p&gt;

&lt;p&gt;Playing around with the key it had not occurred to me that the (quite easily scratched and bruised) chrome ring can simply be replaced.&lt;/p&gt;

&lt;p&gt;So I figured, I&#039;d document it:
Using (strong enough) fingernails or a plastic or wooden spatula you can carefully remove the chrome ring from you MINI key and replace / refurbish / re-paint it.  Work from one side. Push up as the chrome ring is open only on one side. There are four 8mm wide notches at 55° measured from the longitudinal axes of the key below the chrome ring. If you get your spatula locked in there you can easily leverage the chrome ring off the black plastic body of the key. Before you break things ask somebody with more manual skill to help you or pay a visit to your car dealer&#039;s spare parts desk.&lt;/p&gt;

&lt;p&gt;The chrome ring as a spare part should be somewhat affordable as well. But I think being able to grind the ring and paint it matching the color of your MINI is a much cooler option. Please leave a comment / send a picture if you do this.&lt;/p&gt;

&lt;p&gt;&lt;a class=&quot;serendipity_image_link&quot; title=&quot;MINI key taken apart&quot; href=&#039;https://daniel-lange.com/uploads/entries/100725_MINI_Key_disassembled.jpg&#039; onclick=&quot;F1 = window.open(&#039;/uploads/entries/100725_MINI_Key_disassembled.jpg&#039;,&#039;Zoom&#039;,&#039;height=3015,width=4015,top=-900,left=-1040,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:531 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;110&quot; height=&quot;83&quot;  src=&quot;https://daniel-lange.com/uploads/entries/100725_MINI_Key_disassembled.serendipityThumb.jpg&quot; title=&quot;MINI key taken apart&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;The engineer in me demanded to take the broken key apart. The inner shell is quite sturdy and the halves are tightly molded into each other, so removing the electronics will quite likely break the thing. Don&#039;t do it. But my girlfriend&#039;s was broken already, so this is what it looks inside.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Sun, 25 Jul 2010 11:25:39 +0000</pubDate>
    <guid isPermaLink="false">https://daniel-lange.com/archives/55-guid.html</guid>
    <category>chrome</category>
<category>disassemble</category>
<category>key</category>
<category>mini</category>
<category>remove</category>
<category>replace</category>
<category>ring</category>

</item>

</channel>
</rss>
