THANK YOU, THANK YOU, SPASIBA!!!
Your fix worked! :D
I had both:
"Throttle - HOTAS Warthog {bunch of numbers here}.diff.lua"
and
"Throttle - HOTAS Warthog {bunch of numbers here}.lua"
Interestingly, I didn't have a "HOTAS Boat Switch Forward" entry, only the "HOTAS Boat Switch Aft"
As you instructed, I changed the [1] to [0] in the .diff.lua file and it fixed the problem.
["name"] = "HOTAS Boat Switch Aft",
["removed"] = {
[1] = {
["key"] = "JOY_BTN10",
changed to
["name"] = "HOTAS Boat Switch Aft",
["removed"] = {
[0] = {
["key"] = "JOY_BTN10",
Thank you again.