<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - handle 2 kyes at a time!! - Comments</title>
 <link>http://www.newlc.com/en/topic-17486</link>
 <description>Comments for &quot;handle 2 kyes at a time!!&quot;</description>
 <language>en</language>
<item>
 <title>Re: handle 2 kyes at a time!!</title>
 <link>http://www.newlc.com/en/topic-17486#comment-39397</link>
 <description>&lt;p&gt;When a key is pressed and released an application will get 3 events.  A key down event, a character event (if the key press maps to a character) and a key up event.  Normally applications only concern themselves with the character events.  If you track the key up and downs then you will be able to determine if two keys are down at the same time.  For example: If user does: 1. pressed shift key 2. press &quot;t&quot; key, 3. release &quot;t&quot; key, 4. relese shift key.  They will get these events from WSERV: key down shift key, key down t key, character event T, key up t key, key up shift key.&lt;/p&gt;</description>
 <pubDate>Thu, 21 Jun 2007 16:08:36 +0200</pubDate>
 <dc:creator>def</dc:creator>
 <guid isPermaLink="false">comment 39397 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: handle 2 kyes at a time!!</title>
 <link>http://www.newlc.com/en/topic-17486#comment-37193</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;check out CAknAppUi::SetKeyBlockMode&amp;nbsp; for S60&lt;/div&gt;</description>
 <pubDate>Thu, 03 May 2007 12:51:20 +0200</pubDate>
 <dc:creator>iothal</dc:creator>
 <guid isPermaLink="false">comment 37193 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: handle 2 kyes at a time!!</title>
 <link>http://www.newlc.com/en/topic-17486#comment-37192</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Hi,&lt;br /&gt;&lt;br /&gt;In EPOC version 5 and earlier there was ShortCutkeys present in rss file. I really dont know if they are still supported.&lt;br /&gt;&lt;br /&gt;Regards&lt;br /&gt;Pavan&lt;/div&gt;</description>
 <pubDate>Mon, 05 Feb 2007 14:35:58 +0100</pubDate>
 <dc:creator>Symb71</dc:creator>
 <guid isPermaLink="false">comment 37192 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: handle 2 kyes at a time!!</title>
 <link>http://www.newlc.com/en/topic-17486#comment-37191</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;I remember that when I was making this Series 60 app, there was a method that I had to call on some initialization to tell the OS to let the app receive more than one keypress.&amp;nbsp; Sorry, though, I don&amp;#039;t remember if it was the AppUi, View, or Control initialization, and I can&amp;#039;t remember the method name right now&amp;nbsp; &lt;img src=&quot;/en/sites/all/modules/smf_filter/smf_smileys/undecided.gif&quot; alt=&quot;Undecided&quot; border=&quot;0&quot; /&gt;&lt;br /&gt;&lt;br /&gt;-euroq&lt;/div&gt;</description>
 <pubDate>Thu, 01 Feb 2007 22:25:45 +0100</pubDate>
 <dc:creator>euroq</dc:creator>
 <guid isPermaLink="false">comment 37191 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: handle 2 kyes at a time!!</title>
 <link>http://www.newlc.com/en/topic-17486#comment-37190</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;I read somewhere that this function will call the OfferKeyEvent function which i think should behave similar to HandleWsEventL and HandleKeyEventL. How would thins benefit me?&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 01 Feb 2007 16:36:25 +0100</pubDate>
 <dc:creator>abolfoooud</dc:creator>
 <guid isPermaLink="false">comment 37190 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: handle 2 kyes at a time!!</title>
 <link>http://www.newlc.com/en/topic-17486#comment-37189</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;if you&amp;nbsp; wolud like to simiulate keypress * and 2&amp;nbsp; use RWsSession::simulateKeyEvent &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;hope this will help&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;KKrish&lt;/div&gt;</description>
 <pubDate>Thu, 01 Feb 2007 12:11:21 +0100</pubDate>
 <dc:creator>kkrish</dc:creator>
 <guid isPermaLink="false">comment 37189 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: handle 2 kyes at a time!!</title>
 <link>http://www.newlc.com/en/topic-17486#comment-37188</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;my example of ctrl+f was a random one and i did not mean it on a device literally as most phones do not have ctrl on them. I wanted to have for example * and 2 detected when both are pressed simultaneously.&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 01 Feb 2007 11:31:43 +0100</pubDate>
 <dc:creator>abolfoooud</dc:creator>
 <guid isPermaLink="false">comment 37188 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: handle 2 kyes at a time!!</title>
 <link>http://www.newlc.com/en/topic-17486#comment-37187</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;can you be please more illuborative?? an example if any?&lt;br /&gt;&lt;br /&gt;thanx&lt;/div&gt;</description>
 <pubDate>Thu, 01 Feb 2007 11:18:28 +0100</pubDate>
 <dc:creator>abolfoooud</dc:creator>
 <guid isPermaLink="false">comment 37187 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: handle 2 kyes at a time!!</title>
 <link>http://www.newlc.com/en/topic-17486#comment-37186</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;Use both TKeyEvent::iModifiers and TKeyEvent::iCode.&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Sri&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;</description>
 <pubDate>Thu, 01 Feb 2007 11:09:08 +0100</pubDate>
 <dc:creator>srikanth</dc:creator>
 <guid isPermaLink="false">comment 37186 at http://www.newlc.com</guid>
</item>
<item>
 <title>handle 2 kyes at a time!!</title>
 <link>http://www.newlc.com/en/topic-17486</link>
 <description>&lt;div class=&quot;smf-content&quot;&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.newlc.com/en/topic-17486&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.newlc.com/en/topic-17486#comments</comments>
 <category domain="http://www.newlc.com/en/forums/symbian-c">Symbian C++</category>
 <pubDate>Wed, 31 Jan 2007 16:37:37 +0100</pubDate>
 <dc:creator>abolfoooud</dc:creator>
 <guid isPermaLink="false">17013 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
