> i would to assizn keys such as CTRL G, ctrl f to boolen controls . is
> it possible to do this in lab veiw.IF yes please tell me how i can do
> it.
As the other posts mentioned, LV allows for FKeys and some other common
keys to be attached to buttons, and it allows for ctl-key combos to be
assigned to menu items.
This separation may change in the future, but it was done this way
because those are typical UI guidelines for UI key navigation. You
might want to consider whether you want to make a menu item that carries
out the same action as the button and make the key combo do the menu
instead of the button. Even when the menu is hidden, such as in a
Windows modal dialog, the menu shortcuts are still active.
Greg McKaskle