input sim!

This commit is contained in:
Squibid 2026-01-09 14:37:51 -05:00
parent afed68101c
commit 299222a1a7
Signed by: squibid
GPG key ID: BECE5684D3C4005D
2 changed files with 63 additions and 0 deletions

View file

@ -312,6 +312,12 @@ local master = function()
end
end
mez.input.add_keymap("alt", "x", {
press = function()
mez.input.send_key("a", "press")
end
})
master()
function print_table(tbl, indent, seen)