shims: Add awesome._get_key_name

This commit is contained in:
Emmanuel Lepage Vallee 2021-06-14 00:41:25 -07:00
parent 8481af90c5
commit dcdc6a1089
1 changed files with 4 additions and 0 deletions

View File

@ -118,6 +118,10 @@ awesome._modifiers = {
}, },
} }
function awesome._get_key_name(key)
return key
end
awesome._active_modifiers = {} awesome._active_modifiers = {}
return awesome return awesome