shims: Add awesome._get_key_name
This commit is contained in:
parent
8481af90c5
commit
dcdc6a1089
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue