From fe7904ae63c33ca7f3b755c2d0b6eb2beb051f02 Mon Sep 17 00:00:00 2001 From: Ludovicus Date: Sat, 4 Aug 2018 16:01:14 -0400 Subject: [PATCH] Correct the POI Integration to use the RIGHT button, as per the control panel. --- TomTom_POIIntegration.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TomTom_POIIntegration.lua b/TomTom_POIIntegration.lua index db35d92..288f5ff 100755 --- a/TomTom_POIIntegration.lua +++ b/TomTom_POIIntegration.lua @@ -156,7 +156,7 @@ local function poi_OnClick(self, button) return end - if button == "LeftButton" then + if button == "RightButton" then for i = 1, #modifier do local mod = modifier:sub(i, i) local func = modTbl[mod] -- 1.7.9.5