<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AAPI_EditBox_GetAltArrowKeyMode</id>
	<title>WoW:API EditBox GetAltArrowKeyMode - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://addonstudio.org/mw1/index.php?action=history&amp;feed=atom&amp;title=WoW%3AAPI_EditBox_GetAltArrowKeyMode"/>
	<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_EditBox_GetAltArrowKeyMode&amp;action=history"/>
	<updated>2026-05-12T20:45:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_EditBox_GetAltArrowKeyMode&amp;diff=17438&amp;oldid=prev</id>
		<title>Move page script: Move page script moved page API EditBox GetAltArrowKeyMode to WoW:API EditBox GetAltArrowKeyMode without leaving a redirect</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_EditBox_GetAltArrowKeyMode&amp;diff=17438&amp;oldid=prev"/>
		<updated>2023-08-15T04:45:27Z</updated>

		<summary type="html">&lt;p&gt;Move page script moved page &lt;a href=&quot;/wiki/WoW:API_EditBox_GetAltArrowKeyMode&quot; title=&quot;WoW:API EditBox GetAltArrowKeyMode&quot;&gt;API EditBox GetAltArrowKeyMode&lt;/a&gt; to &lt;a href=&quot;/wiki/WoW:API_EditBox_GetAltArrowKeyMode&quot; title=&quot;WoW:API EditBox GetAltArrowKeyMode&quot;&gt;API EditBox GetAltArrowKeyMode&lt;/a&gt; without leaving a redirect&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 04:45, 15 August 2023&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key addonstu_asmw2:diff::1.12:old-17437:rev-17438 --&gt;
&lt;/table&gt;</summary>
		<author><name>Move page script</name></author>
	</entry>
	<entry>
		<id>https://addonstudio.org/mw1/index.php?title=WoW:API_EditBox_GetAltArrowKeyMode&amp;diff=17437&amp;oldid=prev</id>
		<title>WoWWiki&gt;Fibby: New page: {{widgetmethod}}   ignoreArrows = editBox:GetAltArrowKeyMode()  == Arguments == : &#039;&#039;none&#039;&#039;  == Returns == : &#039;&#039;&#039;ignoreArrows&#039;&#039;&#039;</title>
		<link rel="alternate" type="text/html" href="https://addonstudio.org/mw1/index.php?title=WoW:API_EditBox_GetAltArrowKeyMode&amp;diff=17437&amp;oldid=prev"/>
		<updated>2007-09-08T04:51:23Z</updated>

		<summary type="html">&lt;p&gt;New page: {{widgetmethod}}   ignoreArrows = editBox:GetAltArrowKeyMode()  == Arguments == : &amp;#039;&amp;#039;none&amp;#039;&amp;#039;  == Returns == : &amp;#039;&amp;#039;&amp;#039;ignoreArrows&amp;#039;&amp;#039;&amp;#039;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{widgetmethod}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
This function returns the value of &amp;#039;&amp;#039;&amp;#039;ignoreArrows&amp;#039;&amp;#039;&amp;#039; attribute of &amp;amp;lt;EditBox&amp;amp;gt; element.&lt;br /&gt;
&lt;br /&gt;
 ignoreArrows = editBox:GetAltArrowKeyMode()&lt;br /&gt;
&lt;br /&gt;
== Arguments ==&lt;br /&gt;
: &amp;#039;&amp;#039;none&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Returns ==&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;ignoreArrows&amp;#039;&amp;#039;&amp;#039; -- 1 if editBox ignores keyboard arrows, and &amp;#039;&amp;#039;nil&amp;#039;&amp;#039; if editBox captures them.&lt;br /&gt;
&lt;br /&gt;
== Details ==&lt;br /&gt;
By default, &amp;amp;lt;EditBox&amp;amp;gt; element reacts on pressing keyboard arrows -- left and right arrows will move input cursor around the text in edit box, while up and down arrows will cycle through EditBox&amp;#039;s history (if it is enabled).&lt;br /&gt;
&lt;br /&gt;
However, when &amp;#039;&amp;#039;&amp;#039;ignoreArrows&amp;#039;&amp;#039;&amp;#039; attribute is set to true, &amp;amp;lt;EditBox&amp;amp;gt; will only react on pressing Alt+Arrows and ignore unmodified arrows. In this case event &amp;quot;arrow key pressed&amp;quot; will propagate up the ierarchy of objects until it is captured, most likely by WorldFrame.&lt;br /&gt;
&lt;br /&gt;
== See Also ==&lt;br /&gt;
* [[UIOBJECT EditBox|EditBox object]]&lt;br /&gt;
* [[API EditBox SetAltArrowKeyMode|EditBox:SetAltArrowKeyMode(ignoreArrows)]]&lt;/div&gt;</summary>
		<author><name>WoWWiki&gt;Fibby</name></author>
	</entry>
</feed>