Multiple Gestures for Keyboard Shortcuts

Bars for Windows Forms Forum

Posted 4 years ago by Astera user - Astera Software
Version: 16.1.0331
Avatar

Hi, 

I have a ton of commands in my application and am running out of keys to use.  So, I thought I would use a combination of shortcuts to get what I'm looking for (much like Visual Studio does bookmarks).  

I thought I could add to the collection of KeyboardShotcuts to achieve this, but that does seem to be the case:

foreach (var keys in ((CommandBase) command).ShortcutKeys)
     KeyboardShortcuts.Add(new BarKeyboardShortcut(null, 0, keys));

Is this possible to do?

Comments (1)

Posted 4 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Mike,

I bieve you are referring to the "chord" feature we have.  Please see the "Bars / Keyboard Shortcuts" topic in the documentation that comes with the product.  There is a "Chords" section in there that describes chords.


Actipro Software Support

The latest build of this product (v24.1.0) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.