-
Notifications
You must be signed in to change notification settings - Fork 722
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
GUACAMOLE-1996: Adding Dvorak ES keyboard layout #1031
base: main
Are you sure you want to change the base?
Conversation
As mentioned on apache/guacamole-server#562, you'll need to create that Jira issue (and a Jira account, if you don't already have it), and tag the PR and commits with that information. |
Just generated the following issue: https://issues.apache.org/jira/projects/GUACAMOLE/issues/GUACAMOLE-1996?filter=allopenissues |
@@ -109,6 +109,7 @@ | |||
"en-gb-qwerty", | |||
"en-us-qwerty", | |||
"es-es-qwerty", | |||
"es-es-dvorak", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a minor thing, but es-es-dvorak
should be above es-es-qwerty
, alphabetically - here, and in the other files you've updated in the client code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done. Now checking how to fix server's PR build.
Marking as draft as apache/guacamole-server#562. |
Adding support for Spanish Dvorak keyboard layout included in Ubuntu distributions.