<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Metrics auto-update upon value change in Inspector with arrows]]></title><description><![CDATA[<p dir="auto">Currently in the Space Matrix inside Space Center, the width and sidebearings update on the fly when the values are altered with the arrow keys. Would it be worth it to have the Inspector's <code>Width:</code> <code>Left:</code> and <code>Right:</code> fields behave the same way, rather than requiring a Enter/Return to commit? If this doesn't make sense as a global change, how could I approach it with scripting?</p>
<p dir="auto">TIA!</p>
]]></description><link>https://forum.robofont.com/topic/555/metrics-auto-update-upon-value-change-in-inspector-with-arrows</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 18:23:12 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/555.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 16 Dec 2018 15:22:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Metrics auto-update upon value change in Inspector with arrows on Sun, 16 Dec 2018 19:36:06 GMT]]></title><description><![CDATA[<p dir="auto">Currently in the Space Matrix inside Space Center, the width and sidebearings update on the fly when the values are altered with the arrow keys. Would it be worth it to have the Inspector's <code>Width:</code> <code>Left:</code> and <code>Right:</code> fields behave the same way, rather than requiring a Enter/Return to commit? If this doesn't make sense as a global change, how could I approach it with scripting?</p>
<p dir="auto">TIA!</p>
]]></description><link>https://forum.robofont.com/post/1915</link><guid isPermaLink="true">https://forum.robofont.com/post/1915</guid><dc:creator><![CDATA[ryan]]></dc:creator><pubDate>Sun, 16 Dec 2018 19:36:06 GMT</pubDate></item><item><title><![CDATA[Reply to Metrics auto-update upon value change in Inspector with arrows on Mon, 17 Dec 2018 17:21:09 GMT]]></title><description><![CDATA[<p dir="auto">those input boxes have the vanilla EditText argument <code>continuous</code> set to False.</p>
<p dir="auto">Input changes in the Inspector need to be deliberately applied by pressing enter.</p>
]]></description><link>https://forum.robofont.com/post/1918</link><guid isPermaLink="true">https://forum.robofont.com/post/1918</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Mon, 17 Dec 2018 17:21:09 GMT</pubDate></item><item><title><![CDATA[Reply to Metrics auto-update upon value change in Inspector with arrows on Mon, 17 Dec 2018 21:35:15 GMT]]></title><description><![CDATA[<p dir="auto">Hey Frederik; is there a way for me to change it to <code>True</code> on my end? More specifically, have it behave like that of Space Matrix? Of course wouldn't want it to match the <code>h</code> if I start typing <code>hyphen</code>, for instance.</p>
]]></description><link>https://forum.robofont.com/post/1922</link><guid isPermaLink="true">https://forum.robofont.com/post/1922</guid><dc:creator><![CDATA[ryan]]></dc:creator><pubDate>Mon, 17 Dec 2018 21:35:15 GMT</pubDate></item><item><title><![CDATA[Reply to Metrics auto-update upon value change in Inspector with arrows on Mon, 17 Dec 2018 21:50:15 GMT]]></title><description><![CDATA[<p dir="auto">changing that value for those controls requires to dive deep into AppKit views...</p>
<p dir="auto">after rereading your request :)</p>
<p dir="auto">it only happens with arrows keys.. this behaviour can be changed.</p>
<p dir="auto">I will investigate!</p>
]]></description><link>https://forum.robofont.com/post/1923</link><guid isPermaLink="true">https://forum.robofont.com/post/1923</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Mon, 17 Dec 2018 21:50:15 GMT</pubDate></item><item><title><![CDATA[Reply to Metrics auto-update upon value change in Inspector with arrows on Tue, 18 Dec 2018 10:40:38 GMT]]></title><description><![CDATA[<p dir="auto">please try out the <a href="http://robofont.com/downloads/#beta-releases" rel="nofollow">latest beta</a>: arrow keys should modify the value directly (without an extra enter)</p>
<p dir="auto">thanks</p>
]]></description><link>https://forum.robofont.com/post/1926</link><guid isPermaLink="true">https://forum.robofont.com/post/1926</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Tue, 18 Dec 2018 10:40:38 GMT</pubDate></item><item><title><![CDATA[Reply to Metrics auto-update upon value change in Inspector with arrows on Tue, 18 Dec 2018 18:13:03 GMT]]></title><description><![CDATA[<p dir="auto">This makes me very happy. Thanks, Frederik.</p>
]]></description><link>https://forum.robofont.com/post/1933</link><guid isPermaLink="true">https://forum.robofont.com/post/1933</guid><dc:creator><![CDATA[ryan]]></dc:creator><pubDate>Tue, 18 Dec 2018 18:13:03 GMT</pubDate></item><item><title><![CDATA[Reply to Metrics auto-update upon value change in Inspector with arrows on Sat, 30 Mar 2019 23:33:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/1">@frederik</a> Is there a way to add this support for arrow keys in custom tools? Can't find anything like <code>isActive</code> or something for a vanilla EditText in order to have a <code>arrowKeyDown</code> or something of the like have an effect.</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.robofont.com/post/2187</link><guid isPermaLink="true">https://forum.robofont.com/post/2187</guid><dc:creator><![CDATA[ryan]]></dc:creator><pubDate>Sat, 30 Mar 2019 23:33:23 GMT</pubDate></item><item><title><![CDATA[Reply to Metrics auto-update upon value change in Inspector with arrows on Mon, 01 Apr 2019 09:45:16 GMT]]></title><description><![CDATA[<p dir="auto">this seems like a vanilla issue, where extra attributes to a vanilla control is requested.</p>
<p dir="auto">please report here <a href="https://github.com/robotools/vanilla/issues" rel="nofollow">https://github.com/robotools/vanilla/issues</a></p>
<p dir="auto">if you need this urgently a subclass of the nscontrol is necessary to get callbacks for key down.</p>
]]></description><link>https://forum.robofont.com/post/2190</link><guid isPermaLink="true">https://forum.robofont.com/post/2190</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Mon, 01 Apr 2019 09:45:16 GMT</pubDate></item></channel></rss>