handle layout names like us(altgr-intl)
This commit is contained in:
parent
995361449a
commit
1879966556
|
@ -214,7 +214,7 @@ function keyboardlayout.get_groups_from_group_names(group_names)
|
||||||
end
|
end
|
||||||
|
|
||||||
if section then
|
if section then
|
||||||
section = string.gsub(section, "%(([%w_]+)%)", "%1")
|
section = string.gsub(section, "%(([%w-_]+)%)", "%1")
|
||||||
end
|
end
|
||||||
|
|
||||||
table.insert(layout_groups, { vendor = vendor,
|
table.insert(layout_groups, { vendor = vendor,
|
||||||
|
|
Loading…
Reference in New Issue