From: Zach on
I have a problem with uimenu and the use of accelerator. It doesn't seem to want to work initially. However, after I manually select the menu at least once using the mouse, I find the accelerator button then starts working.

Sample Code:
uimenu(X,'Label','Add Row','Accelerator','a','Callback',@add_row_callback);

Anyone have thoughts why this would happen?