E10 Hot Keys

Apologies if this has already been raised, but does anyone know if its possible to create your own hotkeys, for example hitting ctrl+1 would bring up customer tracker ?
Thanks

If you want it tied to a button you can get a reference to that button tool then apply the code below

myButtonTool.SharedProps.Shortcut = System.Windows.Forms.Shortcut.AltF2;

Tools> Options on a form will let you do this is in a limited fashion

image

1 Like