Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Assigning shortcut key to a SWT Combo control

I want to assign a ShortCut key (Say "Alt + K") for a SWT Combo on a Dialog.
Like we do for Buttons by giving placing a "&" symbol before the required
letter in the setText() method. 

I didnt find any way to do the same to a Combo control.

Please help me out.
-- 
View this message in context: http://www.nabble.com/Assigning-shortcut-key-to-a-SWT-Combo-control-tp21331999p21331999.html
Sent from the Eclipse Platform - swt mailing list archive at Nabble.com.



Back to the top