You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Austin Stephens (JIRA)" <ji...@apache.org> on 2018/08/13 23:02:00 UTC

[jira] [Commented] (NETBEANS-663) Shortcuts using "alt/option" on the mac do not work.

    [ https://issues.apache.org/jira/browse/NETBEANS-663?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16579021#comment-16579021 ] 

Austin Stephens commented on NETBEANS-663:
------------------------------------------

So, it appears that Oracle, in their infinite wisdom, decided to emit the ALT_GR modifier with the ALT modifier in Java 9+. It happens to both ALTs on the Mac and the right one on windows. The added causes the shortcut lookup to fail since it was only expecting ALT. It seems to break other things like the shortcut option window (Alt + key don't register)

> Shortcuts using "alt/option" on the mac do not work.
> ----------------------------------------------------
>
>                 Key: NETBEANS-663
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-663
>             Project: NetBeans
>          Issue Type: Bug
>          Components: platform - Action Items
>    Affects Versions: 9.0
>            Reporter: Austin Stephens
>            Priority: Major
>
> The menu item flashes like it was activated, but nothing happens. This might be because the key is interpreted like "alt altGraph pressed \{Key}" or because it is never added to the binding map. I do note that "alt + F11" was in the map, but that didn't work either (probably for the first reason). All of the others are just not in the map. See NbKeymap.getAction.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists