AutoYADM commit: 2025-01-31 16:30:03

This commit is contained in:
Daniel Fichtinger 2025-01-31 16:30:03 -05:00
parent 14748804c4
commit 69c1240786
3 changed files with 28 additions and 16 deletions

View file

@ -6,11 +6,8 @@ local function mapPrefix(prefix, enabled)
-- define the suffix mappings
local mappings = {
toggle = "n",
toggleLeftSide = "ql",
toggleRightSide = "qr",
widthUp = "=",
widthDown = "-",
scratchPad = "s",
}
-- concat prefix and suffix
for action, suffix in pairs(mappings) do