Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
2k views

Menu Accelerator Keys Not Showing Up (Delphi 2009)

I've tried my best and cannot figure out what happened here. It worked fine in Delphi 4. After upgrading to Delphi 2009, I don't know if this is the way it is supposed to work, or if it's a problem: ...
2
votes
1answer
277 views

.net Label accelerator key event

dumb question here, but I can't figure it out...I have a label with an accelerator key set (e.g. "&Add") and I want to give focus to a textbox when that shortcut, Alt-A, is pressed. what event ...
1
vote
0answers
49 views

Using WPF keyboard accelerators with international keyboards

I have a WPF app in which I use the standard underscore format (e.g. "Open _File") to associate alt-key presses with my menu items. However, when I set my keyboard to, say, Arabic, it does not work as ...
0
votes
1answer
649 views

Setting three button accelerator key hot keys in Java (OSX)

I am trying to change a few hot-keys in the java application I am wokring on and it seems that the system I am using may not work with three button key combinations. We currently have a JMenuItem ...