<?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 : How to remove menu access key</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : How to remove menu access key]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 21:15:37 +0000</pubDate>
  <lastBuildDate>Tue, 26 Jul 2005 07:19:06 +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=2607</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[How to remove menu access key : Hi, Actually _this is_ standard...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2607&amp;PID=7850&amp;title=how-to-remove-menu-access-key#7850</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2607<br /><strong>Posted:</strong> 26 July 2005 at 7:19am<br /><br /><P>Hi,</P><P>Actually _this is_ standard Windows menu hotkeys behavior. You can create new MDI/SDI application and remove "&amp;" From File menu. You will see that Alt+F can be used.</P><P>In 9.71 will be added xtpKeyboardCuesUseAmpersandOnly option.</P>]]>
   </description>
   <pubDate>Tue, 26 Jul 2005 07:19:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2607&amp;PID=7850&amp;title=how-to-remove-menu-access-key#7850</guid>
  </item> 
  <item>
   <title><![CDATA[How to remove menu access key : I still think that Xtreme Commandbar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2607&amp;PID=7848&amp;title=how-to-remove-menu-access-key#7848</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=828">Sergey</a><br /><strong>Subject:</strong> 2607<br /><strong>Posted:</strong> 26 July 2005 at 6:19am<br /><br /><P>I still think that Xtreme Commandbar should NOT change standard Windows menu hotkeys behavior (if there is no &amp; in the menu item - there is no hotkey for this item) . I have no problem with new behavior of Xtreme - but make it OPTIONAL. So what I want is that flag xtpKeyboardCuesUseNone will fall back to standard Windows behavior, or to define new flag, f.e. xtpKeyboardCuesUseDefault with such behavior. We can't eliminate usage of Alt+key hotkeys, because child windows in our app are browser controls (HTML) and inside of HTML access is ALT+key...</P>]]>
   </description>
   <pubDate>Tue, 26 Jul 2005 06:19:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2607&amp;PID=7848&amp;title=how-to-remove-menu-access-key#7848</guid>
  </item> 
  <item>
   <title><![CDATA[How to remove menu access key : I can only suggest to override...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2607&amp;PID=7764&amp;title=how-to-remove-menu-access-key#7764</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2607<br /><strong>Posted:</strong> 20 July 2005 at 11:55am<br /><br /><P>I can only suggest to override PreTranslateMessage and don't call base class </P><P>if pMsg-&gt;message&nbsp;is WM_SYSKEYDOWN and wParam&nbsp;is 'F' Key.</P><P>but Don't thnk it is friendly for user to have no any accelerotro for File Menu, better set another key as accelerator like "F&amp;ile". or don't use Alt + Key combination at all. use Ctrl + Key (as Microsoft recommend)</P>]]>
   </description>
   <pubDate>Wed, 20 Jul 2005 11:55:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2607&amp;PID=7764&amp;title=how-to-remove-menu-access-key#7764</guid>
  </item> 
  <item>
   <title><![CDATA[How to remove menu access key : I would like to remove specific...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2607&amp;PID=7755&amp;title=how-to-remove-menu-access-key#7755</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=828">Sergey</a><br /><strong>Subject:</strong> 2607<br /><strong>Posted:</strong> 20 July 2005 at 7:29am<br /><br /><P>I would like to remove specific menu access key (for example Alt-F, because this key combination is used in our application for another purpose). If I do not specify '&amp;'&nbsp;in the menu caption (like ABC&amp;FG... ) the access key is still working for first character ('A')&nbsp;of the caption (that is also used for another purpose).</P><P>If I use xtpKeyboardCuesUseNone flag&nbsp;then ALL access keys are not working.</P><P>How to remove specific menu access key?</P>]]>
   </description>
   <pubDate>Wed, 20 Jul 2005 07:29:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2607&amp;PID=7755&amp;title=how-to-remove-menu-access-key#7755</guid>
  </item> 
 </channel>
</rss>