-
Notifications
You must be signed in to change notification settings - Fork 642
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 #562
base: main
Are you sure you want to change the base?
Conversation
@tetebueno : Thank you for contributing to this. The changes themselves look good, but you'll need to sign up for a Jira account and create a Jira issue for this change, and then tag the PR and the commit messages with the Jira issue (see other PRs for examples). |
Just generated the following issue: https://issues.apache.org/jira/projects/GUACAMOLE/issues/GUACAMOLE-1996?filter=allopenissues |
@@ -233,6 +233,7 @@ rdp_keymaps = \ | |||
$(srcdir)/keymaps/en_gb_qwerty.keymap \ | |||
$(srcdir)/keymaps/en_us_qwerty.keymap \ | |||
$(srcdir)/keymaps/es_es_qwerty.keymap \ | |||
$(srcdir)/keymaps/es_es_dvorak.keymap \ |
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.
As with the client-side changes, the es_es_dvorak
entry should go above the es_es_qwerty
entry...
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. I'll be checking build failure.
Hey there, build is fixed (at least locally). Let me know if there's anything else I can help with. Cheers. |
Adding support for Spanish Dvorak keyboard layout included in Ubuntu distributions.