<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Shortcut/Accelerator problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Shortcut/Accelerator problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 17:37:35 +0000</pubDate>
  <lastBuildDate>Mon, 26 Mar 2007 10:37:09 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=6084</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Shortcut/Accelerator problem : Hi, events in Keybindings class...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6084&amp;PID=21457&amp;title=shortcut-accelerator-problem#21457</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6084<br /><strong>Posted:</strong> 26 March 2007 at 10:37am<br /><br /><DIV>Hi,</DIV><DIV>events in Keybindings class was added after 9.81 release.</DIV>]]>
   </description>
   <pubDate>Mon, 26 Mar 2007 10:37:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6084&amp;PID=21457&amp;title=shortcut-accelerator-problem#21457</guid>
  </item> 
  <item>
   <title><![CDATA[Shortcut/Accelerator problem : Hi, how can i do this in vb6...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6084&amp;PID=21451&amp;title=shortcut-accelerator-problem#21451</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1951">cmaxmedia</a><br /><strong>Subject:</strong> 6084<br /><strong>Posted:</strong> 26 March 2007 at 8:39am<br /><br />Hi,<DIV>how can i do this in vb6 and v 9.81?</DIV><DIV>&nbsp;</DIV><DIV>thank you</DIV>]]>
   </description>
   <pubDate>Mon, 26 Mar 2007 08:39:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6084&amp;PID=21451&amp;title=shortcut-accelerator-problem#21451</guid>
  </item> 
  <item>
   <title><![CDATA[Shortcut/Accelerator problem : Hi,  Dim WithEvents KeyBindings...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6084&amp;PID=20268&amp;title=shortcut-accelerator-problem#20268</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6084<br /><strong>Posted:</strong> 11 February 2007 at 3:21am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Dim WithEvents KeyBindings As KeyBindings</DIV><DIV>&nbsp;</DIV><DIV>...</DIV><DIV>&nbsp;</DIV><DIV>Set KeyBindings = CommandBars.KeyBindings<BR></DIV>]]>
   </description>
   <pubDate>Sun, 11 Feb 2007 03:21:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6084&amp;PID=20268&amp;title=shortcut-accelerator-problem#20268</guid>
  </item> 
  <item>
   <title><![CDATA[Shortcut/Accelerator problem : Hi,Does this(refering to beforetranslate...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6084&amp;PID=20260&amp;title=shortcut-accelerator-problem#20260</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2090">joeliner</a><br /><strong>Subject:</strong> 6084<br /><strong>Posted:</strong> 10 February 2007 at 7:34am<br /><br />Hi,<br><br>Does this(refering to beforetranslate event) when you loadcommands from xcb file? How does one go about it?<br><br>Thanks<br><br>]]>
   </description>
   <pubDate>Sat, 10 Feb 2007 07:34:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6084&amp;PID=20260&amp;title=shortcut-accelerator-problem#20260</guid>
  </item> 
  <item>
   <title><![CDATA[Shortcut/Accelerator problem : Hi,  1. you can catch KeyBindings_BeforeTranslate...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6084&amp;PID=19217&amp;title=shortcut-accelerator-problem#19217</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6084<br /><strong>Posted:</strong> 12 January 2007 at 1:11am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>1. you can catch KeyBindings_BeforeTranslate event and cancel it for this&nbsp;commands.</DIV><DIV>&nbsp;</DIV><DIV>2. use ShortcutText property.</DIV>]]>
   </description>
   <pubDate>Fri, 12 Jan 2007 01:11:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6084&amp;PID=19217&amp;title=shortcut-accelerator-problem#19217</guid>
  </item> 
  <item>
   <title><![CDATA[Shortcut/Accelerator problem : Hi,  I am facing2 problems using...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6084&amp;PID=19184&amp;title=shortcut-accelerator-problem#19184</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1309">simus</a><br /><strong>Subject:</strong> 6084<br /><strong>Posted:</strong> 11 January 2007 at 9:24am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I am facing&nbsp;2 problems using CommandBars and KeyBindings.</DIV><DIV>&nbsp;</DIV><DIV>1 - </DIV><DIV>If I Add in CommandBars.KeyBindings "Ctrl+C" and "Ctrl+V"</DIV><DIV>Then in my controls Ctrl+C, Ctrl+V does not work anymore. This is the command bar that eat it.</DIV><DIV>&nbsp;</DIV><DIV>2 - </DIV><DIV>If I don't add in CommandBars.KeyBindings</DIV><DIV>But&nbsp;want to put the shortcut&nbsp;text&nbsp; directly in the text menu (vbTab &amp; "Ctrl+V", ...)&nbsp;to handle them&nbsp;somewhere else&nbsp;I see that the commandBars&nbsp;remove this shortcut&nbsp;text.</DIV><DIV>&nbsp;</DIV><DIV>Can anyone help on that either by giving a solution using properly KeyBindings or to way to handle correctly the keys.</DIV><DIV>&nbsp;</DIV><DIV>Thanks a lot</DIV>]]>
   </description>
   <pubDate>Thu, 11 Jan 2007 09:24:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6084&amp;PID=19184&amp;title=shortcut-accelerator-problem#19184</guid>
  </item> 
 </channel>
</rss>