implement keymaps! they still have quite a bit of work to be any good...

but now our key do stuff when pressed (at the compositor level)
This commit is contained in:
Squibid 2025-10-23 23:24:49 -04:00
parent 8e4f56d147
commit faa44dc4af
Signed by: squibid
GPG key ID: BECE5684D3C4005D
8 changed files with 163 additions and 13 deletions

View file

@ -80,4 +80,11 @@ mez.options = {
}
}
---------------- Keybinds ----------------
mez.add_keybind("modifier", "keycode", function()
-- callback
end, {
-- additional options
})
-- Virtual terminal switching