By using various [SendMessages](https://autohotkey.com/docs/commands/PostMessage.htm) with: * LB_GETSELCOUNT = 0x0190 * LB_GETSELITEMS = 0x0191 * LB_GETCURSEL = 0x0188 * LB_GETTEXT = 0x0189 it is possible to avoid using the currently used [Clipboard](https://github.com/hi5/F4MiniMenu/blob/master/F4MiniMenu.ahk#L252) messages.