1
0
Fork 0

[AUTOCONFIG][AWESOME] Add Media control keys

This commit is contained in:
Florian RICHER 2022-01-10 19:23:16 +01:00
parent eace10fb13
commit 8ed6041aa1
4 changed files with 33 additions and 2 deletions

View file

@ -0,0 +1,10 @@
local function bind(globalkeys, clientkeys, clientbuttons)
-- Media Control
globalkeys, clientkeys, clientbuttons = require('keymapping.mediacontrol').bind(globalkeys, clientkeys, clientbuttons)
return globalkeys, clientkeys, clientbuttons
end
return {
bind = bind
}