This commit is contained in:
Squibid 2026-03-03 02:45:59 +00:00 committed by GitHub
commit 014aac1943
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 63 additions and 0 deletions

View file

@ -334,4 +334,10 @@ local master = function()
end
mez.input.add_keymap("alt", "x", {
press = function()
mez.input.send_key("a", "press")
end
})
master()