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
Hi
I try to set a key shorcut on a CodeArea like this:
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