-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buttons for additional windows #105
Comments
I solved this by adding a simple script:
Perhaps there is a better solution that you can recommend ;) |
Looks like you need to properly identify the main window. See: |
Unfortunately, this solution does not work. Both windows (main and virtual keyboard) have exactly the same parameters (name, type, etc.). Decoration in this case is disabled regardless of which window I choose. |
If you are sure that all |
Closing this issue. Please re-open if needed. |
I work with JAVA applets that run in full window mode. This is the correct behavior.
JAVA applets also have a virtual keyboard mechanism, which we can enable from the options menu. In the docker container it looks like this: https://gyazo.com/caeb39e001ae333971659e55997ee789
I would like to include navigation buttons for additional windows to make it look like this: https://gyazo.com/e634d47f24c03cf4920a88469d1aa76a
Is it possible?
The text was updated successfully, but these errors were encountered: