Fix right alt modifier (alt gr) switching tabs (?)

This commit is contained in:
lemon-sherbet 2019-12-29 12:12:14 +01:00
parent 194187288f
commit 4d44826895
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ keymap.map = {}
keymap.reverse_map = {}
local modkeys = { "ctrl", "alt", "shift" }
local modkeys = { "ctrl", "left alt", "shift" }
local function modkey(key)
for _, k in ipairs(modkeys) do