This seems a reasonable approach to me.
-- Kevin
On 3/19/2019 6:38 AM, Dean Wookey wrote:
Returning a boolean in View.notifyKey may also be useful for the windows
bug: https://bugs.openjdk.java.net/browse/JDK-8089986 where, regardless of
whether the accelerator is missing or not, there is a be
Returning a boolean in View.notifyKey may also be useful for the windows
bug: https://bugs.openjdk.java.net/browse/JDK-8089986 where, regardless of
whether the accelerator is missing or not, there is a beeping sound.
Ideally there would be a beep only if the event isn't consumed.
Dean
On Tue, Mar
Related to https://github.com/javafxports/openjdk-jfx/issues/370:
The issue appears on Mac, with a system menubar. When the scene contains
e.g. a TextField (which has a CMD-V keymapping), and a menuitem has been
assigned a CMD-V accelerator, the latter should not be invoked when the
action is perf