Skip to main content

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

Hello:

This most certainly isn't what you were looking for but since I develop
blind friendly software I thought I would jump in.... Typically short
cut keys are assigned to events and not as a means of bringing focus to
a widget. Something that most developers forget is that a person with a
visual or learning difficulty most often has to remember all of these
short cuts and by adding non event keys it just adds an additional layer
to using an application.

Jim  

-----Original Message-----
From: platform-swt-dev-bounces@xxxxxxxxxxx
[mailto:platform-swt-dev-bounces@xxxxxxxxxxx] On Behalf Of
arunkumarsimhadri
Sent: January 7, 2009 09:09
To: platform-swt-dev@xxxxxxxxxxx
Subject: [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-tp21
331999p21331999.html
Sent from the Eclipse Platform - swt mailing list archive at Nabble.com.

_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top