Hi... I was hoping to be able to make my own shortcuts so SBO would be easier to use with as little mouse work as possible...
The code
if(pVal.Modifiers == BoModifiersEnum.mt_CTRL) {
if(pVal.CharPressed == 116) { //116=T
//Do Stuff
}
}
(I know a pval.beforeaction, ect are missing but just for the example)
This on a form does not work, and I did some checking
if(pVal.CharPressed ==
But none of the good and easy to remember shortcuts can be created... Anyone know why that is or what I'm doing wrong...