Re: InputEvent.CTRL_MASK ignores keyboard layout on OS X

2013-10-18 Thread Leonid Romanov
I see.. I'll check it myself, then: I have all the previous releases on my mac. Meanwhile, please, be sure to file a bug. On Oct 19, 2013, at 12:45 AM, Tim Howe wrote: > On 10/18/13 4:14 PM, "Leonid Romanov" wrote: > >> Do you mean it's a regression against older JDK 7 releases (that is, >>

Re: InputEvent.CTRL_MASK ignores keyboard layout on OS X

2013-10-18 Thread Tim Howe
On 10/18/13 4:14 PM, "Leonid Romanov" wrote: >Do you mean it's a regression against older JDK 7 releases (that is, >there is an older JDK 7 release which doesn't have that problem) or it's >a regression against JDK 6, meaning that all JDK 7 releases on OS X have >that problem? As far as I know i

Re: InputEvent.CTRL_MASK ignores keyboard layout on OS X

2013-10-18 Thread Leonid Romanov
Hello, Do you mean it's a regression against older JDK 7 releases (that is, there is an older JDK 7 release which doesn't have that problem) or it's a regression against JDK 6, meaning that all JDK 7 releases on OS X have that problem? On Oct 18, 2013, at 10:35 PM, Tim Howe wrote: > Unfortunat

InputEvent.CTRL_MASK ignores keyboard layout on OS X

2013-10-18 Thread Tim Howe
Unfortunately there seems to be a regression in key event handling in Java 1.7+ on OS X. Mapping actions to control-chorded keystrokes uses what's printed on the physical key regardless of the selected keyboard layout. Therefore when using any other keyboard layout the specified control keys don'