mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-07 19:49:53 -05:00
merged
This commit is contained in:
commit
3cf05f2d9a
5 changed files with 50 additions and 29 deletions
|
|
@ -24,3 +24,12 @@ mez.api.add_keymap("alt", "p", function()
|
|||
print("spawning foot")
|
||||
mez.api.spawn("wmenu-run")
|
||||
end)
|
||||
|
||||
-- mez.input.add_keymap("alt", "a", {
|
||||
-- press = function()
|
||||
-- print("hello from my keymap")
|
||||
-- end,
|
||||
-- release = function()
|
||||
-- print("goodbye from my keymap")
|
||||
-- end
|
||||
-- })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue