Closed psifertex closed 5 years ago
@psifertex looks like we forgot a couple of commas in that table. This passes for me:
lunetteBindings = {
leftHalf = {
{{"Q", "W"}, "E"},
{{"cmd", "alt"}, "left"},
},
rightHalf = {
{{"A", "S"}, "D"},
},
undo = false,
redo = false
}
I've updated the README, sorry for the late reply!
No worries, thanks for getting to it.
Invalid syntax? I swear I had this working a second ago, but copying/pasting the sample config doesn't appear to work for me now. Only thing I've done is change the variable name. Any suggestions?
You can see the parse failure here: https://rextester.com/WGXDF28058
Specifically, it reports:
And likewise I'm getting similar errors in my local console.