<div dir="ltr">Well, we may have a VM bug then.  I just booted my laptop into in Windows and that Squeak VM was able to detect Shift+Tab.  However, back in Linux VM (both Cog and Spur 3427), Shift+Tab is not even detected by Sensor.<div><br></div><div>I went into GEdit of Ubuntu and Shift+Tab works there...<br><div><br></div><div>Eliot, could this be a bug in the Linux VM?</div></div><div><br></div><div>Thanks.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 19, 2015 at 11:48 AM, marcel.taeumel <span dir="ltr">&lt;<a href="mailto:Marcel.Taeumel@hpi.de" target="_blank">Marcel.Taeumel@hpi.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Chris,<br>
<br>
putting this into TextEditor &gt;&gt; #dispatchKeyboardEvent: brings the expected<br>
effect:<br>
<br>
(aKeyboardEvent shiftPressed and: [aKeyboardEvent keyCharacter = Character<br>
tab])<br>
        ifTrue: [self halt].<br>
<br>
So, everything works fine. Maybe it is because those text editors handle<br>
those events and the Morphic event handler does refuse to handle them? Where<br>
do you try to handle it? You have to use TextMorphForEditView, because the<br>
PluggableTextMorph(Plus) gets keyboard events only in rare occasions...<br>
<br>
Best,<br>
Marcel<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://forum.world.st/why-cannot-the-Shift-Tab-key-be-detected-tp4856508p4856519.html" rel="noreferrer" target="_blank">http://forum.world.st/why-cannot-the-Shift-Tab-key-be-detected-tp4856508p4856519.html</a><br>
Sent from the Squeak - Dev mailing list archive at Nabble.com.<br>
<br>
</blockquote></div><br></div>