I have set new value, but this button carries out both actions: "zoom in" & "open about textfield"
|
Quellcode
|
1
2
|
<!-- A - open about textfield -->
if(keycode == 65, "action(show_about_field); action(hidehelp,helptext); action(hidecopyright,copyrighttext);");
|
The code control keycodesin="16,107" has not helped
---------
It works, when the code <control keycodesin="16,107" /> is in the main XML file.
many thanks