Community
Participate
Working Groups
Build ID: I20090430-2300 Steps To Reproduce: Using an Apple keyboard with extra function keys: 1. Open Eclipse Preferences 2. Go to General -> Keys 3. Attempt to bind the F16-F19 keys to commands (I used the Show Perspective commands) More information: F16 displays as a space in the text field but doesn't perform the action when pressed. F17-F19 don't do anything when pressed in the text field. F13-F15 work as normal. This also happens on Eclipse 3.4.2.
Looks like those keys are available only in the newest full length keyboards (http://images.apple.com/keyboard/images/gallery/wired_1_20070813.jpg) I think SWT doesn't support those keys. Assigning to SWT for more comments
we will needs more constants in SWT
Not for 3.5.
Created attachment 145448 [details] fix
Support F16 to F20 has been added to SWT. Prakash, what has to happen in UI for the key preference page to work? Fixed > 20090824
Some additional references: Supported keys on Windows OS: http://msdn.microsoft.com/en-us/library/dd375731%28VS.85%29.aspx Supported keys on X11: (see /usr/include/X11/*keysym*.h on any Unix or Linux machine) Supported keys by Java AWT: http://www.docjar.org/docs/api/java/awt/event/KeyEvent.html