mirror of
https://github.com/MezzalunaWM/Mezzaluna.git
synced 2026-03-08 04:57:32 -04:00
Merge 299222a1a7 into e3e7ecd7e1
This commit is contained in:
commit
014aac1943
2 changed files with 63 additions and 0 deletions
|
|
@ -334,4 +334,10 @@ local master = function()
|
|||
|
||||
end
|
||||
|
||||
mez.input.add_keymap("alt", "x", {
|
||||
press = function()
|
||||
mez.input.send_key("a", "press")
|
||||
end
|
||||
})
|
||||
|
||||
master()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue