Combination View Flat View Tree View
Threads [ Previous | Next ]
RE: Shortcuts
toggle
Shortcuts
3/14/11 11:22 AM
Hi,

I found plenty of documentation on accelerators/mnemonics (ALT+Key), but nothing on shortcuts (CTRL+Key). Is it possible to define shortcuts using AdoSrcipt? If so, do they have to be bound to menu items or can they trigger any AdoScript code?

Thanks,

Stefan
Flag Flag
RE: Shortcuts
3/14/11 7:36 PM as a reply to Stefan Hofer.
No, it is not possible to define "shortcuts" in that way.

AdoScripts can be called using:
  • Menu Items;
  • Context Menu Items;
  • Event Handlers.


So, create a menu item or an context item (menu that opens when you click somewhere with the right mouse button), or define which AdoScript code will be triggered when an event happens.

For additional info please view "External coupling" in ADOxx documentation.


Regards,
Niksa
Flag Flag