Moderated Register Keyboard Shortcut #plugins


Arun Sharma
 

Can any one suggest how to use RegisterKeyboardShortcut to open or activate a plugin


jdow
 

https://stackoverflow.com/questions/598837/how-to-register-a-custom-keyboard-shortcut-for-a-windows-application

Now you have to find all the information it needs.

{^_^}

On 20221010 02:41:14, arun.1969@... wrote:

Can any one suggest how to use RegisterKeyboardShortcut to open or activate a plugin


Edward MacDonald
 

Prog has added the ability into the API to register kwyboard shortcuts.  (If that is what need). Subclassing key events is no longer required.


On Mon., Oct. 10, 2022, 12:14 p.m. jdow, <jdow@...> wrote:

https://stackoverflow.com/questions/598837/how-to-register-a-custom-keyboard-shortcut-for-a-windows-application

Now you have to find all the information it needs.

{^_^}

On 20221010 02:41:14, arun.1969@... wrote:
Can any one suggest how to use RegisterKeyboardShortcut to open or activate a plugin