17 Replies
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Thanks for the info. I’ve tried a few different ways of copying highlighted text in different applications and pasting it, but the only way I’ve found that works consistently is
CMD+C and CMD+V. I’ve tried other messages to simulate it, but sendkeys.sendwait seems to be the only one of my attempts that works on a semi consistent basis
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
I save it into a 10 string array based off what command you use (ALT-0-9) it will be saved into its corresponding index then whichever you press (Shift Alt 0-9) the associated numbers index in that array will be pasted
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Not a bad idea but that would require CMD+C, ALT-0-9 to copy and
Shift+Alt+0-9 Cmd+V to paste
Which is A lot of commands, and not ideal
There’s a way to make a custom clipboard?
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Oh :/
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
^ so like here?
I mean if it’s the best plan I’ll do it
But if there’s a way around it that works cleanly I’d rather do that instead
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
Interesting modification of what I said above that doesn’t require the paste command. Do you think this will be able to scale up well with 10 numbers, or will it become too much of a hassle to remember what’s in each slot and should just stick to one slot
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
It’s also a wpf application so I could use a window to show what’s where, sorta like clipboard history but with hotkeys
You mean to pop up with what’s where?
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
👍
Ok
Thanks for the help
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View