I wrote a script for a customer which worked fine in VT4 it dose not work in VT5 any ideas ? Did some of these keyboard shourt cuts become diaabled in VT5
// Script to use to select CG1,2,3
// Jim Davis
CreateShortCut (" Alt Shift ," code( SetDSKByName(CG) ) , "OrderedFocus", KbdPriorityHigh)
CreateShortCut ("Alt Shift ." code( SetDSKByName(CG2 ) ) , "OrderedFocus", KbdPriorityHigh)
CreateShortCut ("Alt Shift /" code( SetDSKByName(CG3 ) ) , "OrderedFocus", KbdPriorityHigh)
// Script to use to select CG1,2,3
// Jim Davis
CreateShortCut (" Alt Shift ," code( SetDSKByName(CG) ) , "OrderedFocus", KbdPriorityHigh)
CreateShortCut ("Alt Shift ." code( SetDSKByName(CG2 ) ) , "OrderedFocus", KbdPriorityHigh)
CreateShortCut ("Alt Shift /" code( SetDSKByName(CG3 ) ) , "OrderedFocus", KbdPriorityHigh)