From 3743e24979ca94eee563afaa696dd83629f8f1c8 Mon Sep 17 00:00:00 2001 From: Manuel Simon Hirsig Date: Mon, 21 Mar 2016 00:50:11 +0100 Subject: [PATCH] changed itemlink searching shortcut to rightclick --- core.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core.lua b/core.lua index 145da67..d186e45 100644 --- a/core.lua +++ b/core.lua @@ -1,5 +1,5 @@ Aux = { - version = '2.8.5', + version = '2.8.6', blizzard_ui_shown = false, orig = {}, } @@ -295,7 +295,7 @@ end function Aux.SetItemRef(...) local itemstring, text, button = unpack(arg) - if IsAltKeyDown() and AuxSearchFrame:IsVisible() then + if AuxSearchFrame:IsVisible() and button == 'RightButton' then local item_info = Aux.info.item(tonumber(({strfind(itemstring, '^item:(%d+)')})[3])) if item_info then Aux.search_frame.set_filter(item_info.name..'/exact')