mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-08 04:57:32 -04:00
input sim!
This commit is contained in:
parent
afed68101c
commit
299222a1a7
2 changed files with 63 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue