PalmaLuv / SteamGiftBot

Software to automate YOUR actions on SteamGift site, turn it on and enjoy it.
Mozilla Public License 2.0
31 stars 3 forks source link

added: when Ctrl+V is pressed, data from clipboard is pasted into input. #8

Closed PalmaLuv closed 1 year ago

PalmaLuv commented 1 year ago

This code checks the type of the request, and if it is an input type request, it adds the "Ctrl+V" hotkey to paste text from the clipboard. After that a prompt() is called to get a response to the request. Then the hotkey is removed, so as not to affect the further actions of the user.