问题
We have an enterprise product with installer built using install4j. The issue we have is that the Arrow keys cannot be used to move across buttons on the install screens ("Next", "Back", "Cancel" etc.) It is a general standard (I looked at few software installers - PostgreSQL, GIT Shell etc) and these do support moving across the buttons using arrow keys.
The install4j version we are using is 5.1.11. Does it have such a support ? If yes, how, if No, is there a chance that we might have this facility in some future versions ?
回答1:
Use ALT+Left and ALT+Right to navigate between screens. Left and right would not work as keyboard shortcuts, for example when a text field is focused.
来源:https://stackoverflow.com/questions/34917446/installer-built-with-install4j-arrow-keys-cannot-be-used-to-navigate-across-bu