mike-jumper commented on a change in pull request #342:
URL: https://github.com/apache/guacamole-server/pull/342#discussion_r644421036
##########
File path: src/protocols/rdp/Makefile.am
##########
@@ -241,7 +241,8 @@ rdp_keymaps = \
$(srcdir)/keymaps/pt_br_qwerty.keymap \
$(srcdir)/keymaps/sv_se_qwerty.keymap \
$(srcdir)/keymaps/da_dk_qwerty.keymap \
- $(srcdir)/keymaps/tr_tr_qwerty.keymap
+ $(srcdir)/keymaps/tr_tr_qwerty.keymap \
+ $(srcdir)/keymaps/no_no_qwerty.keymap
Review comment:
With the exception of "base" and "failsafe" (which are special cases)
and "da_dk_qwerty" (which somehow slipped in here unsorted), the files listed
here are being maintained in sorted order. Please move your new keymap up in
the list such that sorted order is maintained.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]