Merge pull request #17 from sp4ke/fix-unmap

fix error: invalid key lhsraw when restoring maps
pull/20/head
Iron-E 2 years ago committed by GitHub
commit 2e6c230afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,6 +35,7 @@ local function normalize_keymap(keymap)
keymap.mode = nil
keymap.script = nil
keymap.sid = nil
keymap.lhsraw = nil
return keymap
end

Loading…
Cancel
Save