When the Quick Paste window is shown, it should have already selected the second item on the list. Selecting the first item on the list by default is pointless, since if that was the item I wanted to use I would have used the regular paste hotkey. This allows you to quickly paste alternating items. Just need to stick this code in the appropriate place: // Select the second item by default if (m_lstHeader.GetItemCount() > 1) { m_lstHeader.SetListPos(1); }
[Windows 7] v3.6: Dynamic mode window opens off-screen, unable to find