handle layout names like us(altgr-intl)

This commit is contained in:
Abdo Roig-Maranges 2016-03-30 14:32:21 +02:00
parent 995361449a
commit 1879966556
1 changed files with 1 additions and 1 deletions

View File

@ -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,