From 0673ebe322e59de7d308224da343f02fa37e8d83 Mon Sep 17 00:00:00 2001 From: Manuel Simon Hirsig Date: Sun, 14 Feb 2016 01:48:53 +0100 Subject: [PATCH] changed link search modifier to alt --- core.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core.lua b/core.lua index 32259ee..c6483e5 100644 --- a/core.lua +++ b/core.lua @@ -274,7 +274,7 @@ do end function Aux.SetItemRef(itemstring) - if IsShiftKeyDown() and AuxSearchFrame:IsVisible() then + if IsAltKeyDown() and AuxSearchFrame:IsVisible() then local item_info = Aux.static.item_info(tonumber(({strfind(itemstring, '^item:(%d+)')})[3])) if item_info then Aux.search_frame.set_filter(item_info.name..'/exact')