<?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 : KeyBindings duplicates</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : KeyBindings duplicates]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 06:41:59 +0000</pubDate>
  <lastBuildDate>Tue, 13 Jan 2009 14:21: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=13152</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[KeyBindings duplicates : OK, thanks.  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13152&amp;PID=44520&amp;title=keybindings-duplicates#44520</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 13152<br /><strong>Posted:</strong> 13 January 2009 at 2:21pm<br /><br />OK, thanks.]]>
   </description>
   <pubDate>Tue, 13 Jan 2009 14:21:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13152&amp;PID=44520&amp;title=keybindings-duplicates#44520</guid>
  </item> 
  <item>
   <title><![CDATA[KeyBindings duplicates : Think its not friendly for uesr...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13152&amp;PID=44498&amp;title=keybindings-duplicates#44498</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13152<br /><strong>Posted:</strong> 13 January 2009 at 6:29am<br /><br />Think its not friendly for uesr to use different Commands for same Keyboard shortcuts when different Tabs selected.<DIV></DIV>Anyway seems only your internal Array can help here :(]]>
   </description>
   <pubDate>Tue, 13 Jan 2009 06:29:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13152&amp;PID=44498&amp;title=keybindings-duplicates#44498</guid>
  </item> 
  <item>
   <title><![CDATA[KeyBindings duplicates :    (SOLVED) I am using KeyBindings...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13152&amp;PID=44482&amp;title=keybindings-duplicates#44482</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 13152<br /><strong>Posted:</strong> 12 January 2009 at 2:31pm<br /><br />(SOLVED) I am using KeyBindings with a RibbonBar.<br><br>This works OK:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBars.KeyBindings.AddShortcut ID_ONE, "Alt+K"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBars.KeyBindings.AddShortcut ID_ONE, "Esc"<br><br>ie. either ESC or ALT+K&nbsp; can be used. Both work.<br><br><br><br>But this does not work:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBars.KeyBindings.AddShortcut ID_ONE, "Alt+K"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CommandBars.KeyBindings.AddShortcut ID_TWO, "Alt+K"<br><br>ie. when ALT+K used it calls ID_ONE only. (I expected the second line would overwite the ALT+K and change it to ID_TWO).<br><br>This is a problem to me because I have many Tabs and need to re-use some shortcut keys. So I hide one Tab (with ID_ONE button on it) and then show a different Tab (with button ID_TWO on it) and I also want to set KeyBinding ALT+K&nbsp; to activate ID_TWO.<br><br>If I know ALT+K was previously used by ID_ONE then I can use<br>&nbsp;&nbsp;&nbsp;&nbsp; CommandBars.KeyBindings.Delete ID_ONE<br>But if I do not know which control(s) have used ALT+K in the past, how can I find this?<br>eg.&nbsp; is there something like...&nbsp; .KeyBindings.Delete , "Alt+K"&nbsp; ??<br><br>Or must I use&nbsp;&nbsp; .DeleteAll<br>Or else keep my own list of ShortCut keys used?<br><br><br><br>In other words, is there a way to find which control ID uses&nbsp; "Alt+K" ?<br><br>ANSWER -- No. Not possible.<br>]]>
   </description>
   <pubDate>Mon, 12 Jan 2009 14:31:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13152&amp;PID=44482&amp;title=keybindings-duplicates#44482</guid>
  </item> 
 </channel>
</rss>