views:

20

answers:

0

I'm assigning same shortcuts to several menu items, and i need to control their priority. for example i'm assingin F3 for subitem in second menu item, then assigning F3 for subitem in first menu item. When I press F3, the onclick action triggers only for second menu item, and i don't know how to change this order. Changing order of menu items doesn't help, removing and reassigning shortcuts in correct order do not help either. Full recreation of menu is not appropriate solution. Is there any other ideas?