fix: correct gb keyboard layout name
This commit is contained in:
@@ -5,7 +5,7 @@ typedef struct {
|
|||||||
|
|
||||||
static const LayoutMapping layout_mappings[] = {
|
static const LayoutMapping layout_mappings[] = {
|
||||||
{"English (US)", "us"},
|
{"English (US)", "us"},
|
||||||
{"English (UK)", "uk"},
|
{"English (UK)", "gb"},
|
||||||
{"Russian", "ru"},
|
{"Russian", "ru"},
|
||||||
{"German", "de"},
|
{"German", "de"},
|
||||||
{"French", "fr"},
|
{"French", "fr"},
|
||||||
|
|||||||
@@ -907,6 +907,8 @@ cleanup_layouts:
|
|||||||
|
|
||||||
cleanup_context:
|
cleanup_context:
|
||||||
xkb_context_unref(context);
|
xkb_context_unref(context);
|
||||||
|
|
||||||
|
printstatus();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user