Adjust default keymaps for Ireland and Channel Islands. They use the UK

keymap.  You can learn some interesting things in the PR database!

PR:		conf/124411
Submitted by:	Doctor Modiford <freebsd -at- modiford.com>
MFC after:	3 days
This commit is contained in:
Philip Paeps 2008-10-17 14:40:03 +00:00
parent 554fad8449
commit 7dbb8c4cc3

View File

@ -82,6 +82,10 @@ keymapMenuSelect(dialogMenuItem *self)
{"se", "swedish"},
{"ch", "swiss"},
{"gb", "uk"},
{"gg", "uk"},
{"ie", "uk"},
{"im", "uk"},
{"je", "uk"},
{NULL, NULL}
};
const char *country, *lang;