<?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 : Adding a command for keyboard customisation</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Adding a command for keyboard customisation]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 22:44:30 +0000</pubDate>
  <lastBuildDate>Tue, 26 Dec 2006 15:48:08 +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=4941</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[Adding a command for keyboard customisation : Hi, Most flexible way is add...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4941&amp;PID=18635&amp;title=adding-a-command-for-keyboard-customisation#18635</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4941<br /><strong>Posted:</strong> 26 December 2006 at 3:48pm<br /><br />Hi,<DIV>Most flexible way is add additonal menu template (f.e IDR_CUSTOMIZE) and group commands as you want and use this template instead main menu for Customize dialog.</DIV>]]>
   </description>
   <pubDate>Tue, 26 Dec 2006 15:48:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4941&amp;PID=18635&amp;title=adding-a-command-for-keyboard-customisation#18635</guid>
  </item> 
  <item>
   <title><![CDATA[Adding a command for keyboard customisation : I was looking into this again,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4941&amp;PID=18624&amp;title=adding-a-command-for-keyboard-customisation#18624</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1322">danpetitt</a><br /><strong>Subject:</strong> 4941<br /><strong>Posted:</strong> 26 December 2006 at 4:34am<br /><br />I was looking into this again, what you suggested isnt the same as you used to be able to do.<DIV>&nbsp;</DIV><DIV>I want to add a command mapping to the Keyboard Customisation dialog without assigning a key ... as it doesnt have a key yet, but I want the user to be able to add one if they want.</DIV><DIV>&nbsp;</DIV><DIV><DIV>CXTAccelManager::Get().AddExtraCommand</DIV><DIV>used to be able to allow you to set an ID_ command to a category "File" and a text entry "Open project", the new ShortcutManager-&gt;AddShortcut doesnt allow me to do this ... it would have to exist as a command on a menu already when it doesnt and I dont want to add it as such (its not important enough for a toolbar or menu).</DIV><DIV>&nbsp;</DIV><DIV>How can I achieve the same functionality as before?</DIV></DIV>]]>
   </description>
   <pubDate>Tue, 26 Dec 2006 04:34:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4941&amp;PID=18624&amp;title=adding-a-command-for-keyboard-customisation#18624</guid>
  </item> 
  <item>
   <title><![CDATA[Adding a command for keyboard customisation : Hello,  CXTPShortcutManager::AddShortcut(long...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4941&amp;PID=15419&amp;title=adding-a-command-for-keyboard-customisation#15419</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4941<br /><strong>Posted:</strong> 01 September 2006 at 11:47am<br /><br /><DIV>Hello,</DIV><DIV>&nbsp;</DIV><DIV>CXTPShortcutManager::AddShortcut(long fVirt, long key, long cmd)</DIV><DIV>&nbsp;</DIV><DIV>:<BR></DIV><DIV>pCommandBars-&gt;GetShortcutManager()-&gt;AddShortcut</DIV>]]>
   </description>
   <pubDate>Fri, 01 Sep 2006 11:47:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4941&amp;PID=15419&amp;title=adding-a-command-for-keyboard-customisation#15419</guid>
  </item> 
  <item>
   <title><![CDATA[Adding a command for keyboard customisation : How do I add a command ID so that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4941&amp;PID=15387&amp;title=adding-a-command-for-keyboard-customisation#15387</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1322">danpetitt</a><br /><strong>Subject:</strong> 4941<br /><strong>Posted:</strong> 31 August 2006 at 4:22pm<br /><br />How do I add a command ID so that it can be customised by the user with a shortcut if so desired ... it doesnt need an icon.<DIV>&nbsp;</DIV><DIV>With old version you could do this with:</DIV><DIV>CXTAccelManager::Get().AddExtraCommand</DIV>]]>
   </description>
   <pubDate>Thu, 31 Aug 2006 16:22:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4941&amp;PID=15387&amp;title=adding-a-command-for-keyboard-customisation#15387</guid>
  </item> 
 </channel>
</rss>