Skip to content

AZERTY keyboard on Windows OS: SHORTCUT+SLASH key event does not run its consumer #479

@ouaibsky

Description

@ouaibsky

Hi

I try to set a key shorcut on a CodeArea like this:

        Nodes.addInputMap(codeAreaInstance
                          consume(keyPressed(SLASH, CONTROL_DOWN), this::commentRegion));

But nothing is happening, neither with "/" on numpad or "/" on regular place.
Replacing SLASH by other letter is working fine

Any ideas ?

PS: I'm running on windows 7, jre 8 upd 121 with azerty keyboard

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions