fix: correct gb keyboard layout name
This commit is contained in:
@@ -5,7 +5,7 @@ typedef struct {
|
||||
|
||||
static const LayoutMapping layout_mappings[] = {
|
||||
{"English (US)", "us"},
|
||||
{"English (UK)", "uk"},
|
||||
{"English (UK)", "gb"},
|
||||
{"Russian", "ru"},
|
||||
{"German", "de"},
|
||||
{"French", "fr"},
|
||||
@@ -76,4 +76,4 @@ static const LayoutMapping layout_mappings[] = {
|
||||
{"Kannada", "kn"},
|
||||
{"Malayalam", "ml"},
|
||||
{NULL, NULL} // 结束标记
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user