Pick up a single item from stack only, not split stack

/run hooksecurefunc(StackSplitFrame, "ChooseFrameType", function(self, maxStack, parent, anchor, anchorTo, stackCount) if IsAltKeyDown() then self.OkayButton:Click() end end)

If both the Shift and Alt keys are down, pickup one (or whatever the default is) of …

1 Like