RetroArch
RetroArch copied to clipboard
(Menu) Add Copy/Paste Support to On-Screen Keyboard
Coming from https://github.com/libretro/libretro-database/issues/1016 , it would be great to be able to copy/paste text into the on-screen keyboard text input screen. This would particularly apply nicely to codes...
Brought up by @candrapersada
not found paste in RetroArch
+1. Please implement. Typing ip addresses, passwords, codes, etc is such a hassle right now.
Indeed, that would be very helpful. Writing my oversized, generated password manually in Retroarch is really a hassle.
This would indeed be great, but I believe the issue is that clipboard access is a bit of a mess involving very platform-specific strategies for each one.
So I can suggest a workaround, at least for windows, if a little messy: use phraseexpress, which is a text expanding program. Create a phrase which inserts clipboard content (for example, when I type ".v" it is replaced by whatever text I recently copied). Now, this is important, you need to modify a phraseexpress setting: under expert options, change the paste method to "paste text via keystroke simulation". Thus, when you type your phrase, it will be replaced by your clipboard content via keystroke simulation, which thus allows you to quickly insert copied text into retroarch. Hope this helps.
So as I understand this issue is left unresolved because the RetroArch in the PlayStore is exactly the same app as available for desktop systems? 🙄
Yes unresolved at this time, and Android is one of the most complicated of cases because we don't/can't use the standard toolkit APIs.
is there any updates on this ?
If there were updates, there would be a comment :wink: .... Click the "Subscribe" button on the right if you're looking to follow updates.
For Linux users:
- install
xdotools
(debian/ubuntu:sudo apt install xdotool
) - open the input on retroarch you want, for example twitch stream key
- switch to a terminal
-
sleep 5 && xdotool type 'text you want to paste'
- switch back to retroarch and make sure the input is focused
- ???
- profit
+1 for me. Adding my RetroAchievements account with a 30 char password is a pain.
+1 for me. Adding my RetroAchievements account with a 30 char password is a pain.
For me solutions for complicated RA password was direct edit config files, until this issue is resolved
I could see drag and drop for Windows/Linux at least being feasible.
i want that too