Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

I have a JComboBox with multiple values in it. How to detect the keystroke control-option-space to open a pop-up window of JComboBox in MAC when VOiceOver utility is running?

Please refer: http://stackoverflow.com/questions/13410975/control-option-space-key-to-open-a-popup-in-a-jcombobox-in-mac-with-voiceover-ut

share|improve this question
Programming questions are off-topic here, StackOverflow is much better suited for these kind of things. – patrix Nov 21 '12 at 8:30

closed as off topic by patrix, Mark, Michiel, bassplayer7, Stu Wilson Nov 22 '12 at 8:12

Questions on Ask Different are expected to relate to Apple hardware or software within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

The revised example shown here appears to work when System Preferences > Speech > Text to Speech is enabled. Naturally, the preference panel and combo box musy use different keystrokes.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.