<?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>
	Comments on: Non-textual editor actions	</title>
	<atom:link href="https://undocumentedmatlab.com/articles/non-textual-editor-actions/feed" rel="self" type="application/rss+xml" />
	<link>https://undocumentedmatlab.com/articles/non-textual-editor-actions?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=non-textual-editor-actions</link>
	<description>Professional Matlab consulting, development and training</description>
	<lastBuildDate>Sun, 24 Mar 2013 21:21:15 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>
	<item>
		<title>
		By: vvml		</title>
		<link>https://undocumentedmatlab.com/articles/non-textual-editor-actions#comment-179480</link>

		<dc:creator><![CDATA[vvml]]></dc:creator>
		<pubDate>Sun, 24 Mar 2013 21:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=454#comment-179480</guid>

					<description><![CDATA[Key binding seems NOT to work in debug mode (like when you set breakpoint in m-function and stop when execution reaches it).
Is it possible in Matlab to register bindings for debug-mode?
I used
&#062;&#062; EditorMacro(&#039;F4&#039;, @myCallbackFunction,&#039;run&#039;);
to register new key binding.]]></description>
			<content:encoded><![CDATA[<p>Key binding seems NOT to work in debug mode (like when you set breakpoint in m-function and stop when execution reaches it).<br />
Is it possible in Matlab to register bindings for debug-mode?<br />
I used<br />
&gt;&gt; EditorMacro(&#8216;F4&#8242;, @myCallbackFunction,&#8217;run&#8217;);<br />
to register new key binding.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: R2009b keyboard bindings &#124; Undocumented Matlab		</title>
		<link>https://undocumentedmatlab.com/articles/non-textual-editor-actions#comment-2499</link>

		<dc:creator><![CDATA[R2009b keyboard bindings &#124; Undocumented Matlab]]></dc:creator>
		<pubDate>Sun, 06 Sep 2009 15:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=454#comment-2499</guid>

					<description><![CDATA[[...] this need has been addressed in the past by my EditorMacro utility, its expansions, and Perttu Ranta-aho’s KeyBindings derivative [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] this need has been addressed in the past by my EditorMacro utility, its expansions, and Perttu Ranta-aho’s KeyBindings derivative [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: EditorMacro v2 - setting Command Window key-bindings &#124; Undocumented Matlab		</title>
		<link>https://undocumentedmatlab.com/articles/non-textual-editor-actions#comment-2226</link>

		<dc:creator><![CDATA[EditorMacro v2 - setting Command Window key-bindings &#124; Undocumented Matlab]]></dc:creator>
		<pubDate>Fri, 21 Aug 2009 08:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=454#comment-2226</guid>

					<description><![CDATA[[...] The EditorMacro utility was extended to support built-in Matlab Editor and Command-Window actions and key-bindings. This post describes the changes and the implementation details. [...]]]></description>
			<content:encoded><![CDATA[<p>[&#8230;] The EditorMacro utility was extended to support built-in Matlab Editor and Command-Window actions and key-bindings. This post describes the changes and the implementation details. [&#8230;]</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yair Altman		</title>
		<link>https://undocumentedmatlab.com/articles/non-textual-editor-actions#comment-1848</link>

		<dc:creator><![CDATA[Yair Altman]]></dc:creator>
		<pubDate>Tue, 21 Jul 2009 15:22:24 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=454#comment-1848</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://undocumentedmatlab.com/articles/non-textual-editor-actions#comment-1847&quot;&gt;Dan&lt;/a&gt;.

@Dan - I am not sure how the X-keys are mapped within Java, and so I&#039;m not sure what combination should be specified (&#039;meta-x&#039; ?). It would be helpful if you could answer this, for Matlab X-keys users. If you need help debugging, email me offline.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://undocumentedmatlab.com/articles/non-textual-editor-actions#comment-1847">Dan</a>.</p>
<p>@Dan &#8211; I am not sure how the X-keys are mapped within Java, and so I&#8217;m not sure what combination should be specified (&#8216;meta-x&#8217; ?). It would be helpful if you could answer this, for Matlab X-keys users. If you need help debugging, email me offline.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dan		</title>
		<link>https://undocumentedmatlab.com/articles/non-textual-editor-actions#comment-1847</link>

		<dc:creator><![CDATA[Dan]]></dc:creator>
		<pubDate>Tue, 21 Jul 2009 14:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://undocumentedmatlab.com/?p=454#comment-1847</guid>

					<description><![CDATA[Have you ever considered assigning Matlab shortcuts to an X-keys?  They were originally designed for CAD apps and other shortcut intensive apps, but they are easy to set up, and could make an interesting code editing tool, especially when coupled with the macros you describe in this post.]]></description>
			<content:encoded><![CDATA[<p>Have you ever considered assigning Matlab shortcuts to an X-keys?  They were originally designed for CAD apps and other shortcut intensive apps, but they are easy to set up, and could make an interesting code editing tool, especially when coupled with the macros you describe in this post.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
