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
|
||||
|
||||
if section then
|
||||
section = string.gsub(section, "%(([%w_]+)%)", "%1")
|
||||
section = string.gsub(section, "%(([%w-_]+)%)", "%1")
|
||||
end
|
||||
|
||||
table.insert(layout_groups, { vendor = vendor,
|
||||
|
|
Loading…
Reference in New Issue