AltGR É = keycode 0, charcode 36 (and CTRL and ALT is pressed because of AltGR. so AltGr is nothong more than CTRL + ALT).
basex / basex-core / src / main / java / org / basex / gui / layout / BaseXKeys.java line 31:
/** Beginning of text. */ TEXTSTART(META, MAC ? VK_UP : VK_HOME),
Can oneone please tell me how to correct it if I'm on the right way? maybe check the ALT or any other way?
Daniel