stoken icon indicating copy to clipboard operation
stoken copied to clipboard

Ability to copy both current and next tokencode

Open cebaa opened this issue 6 years ago • 5 comments

It would be good to add support for copying both the current tokencode and next tokencode. Perhaps both can be made a button that copies on click to save space (and also allow for keyboard shortcuts for both).

cebaa avatar Sep 01 '19 21:09 cebaa

Clicking the window in the small GUI already copies the current code to the clipboard, and there is a button in the standard GUI to do so as well. Perhaps making the "Next tokencode" area clickable in the standard GUI, and/or right-clicking the small GUI could copy the next tokencode to the clipboard... (Just a drive-by suggestion)

StephenBrown2 avatar Sep 02 '19 17:09 StephenBrown2

@StephenBrown2 Right, perhaps I was not clear enough, but that was exactly what I was aiming for. I know you can copy the current tokencode, but not the next tokencode. Ability to copy both (not just current) would be great.

cebaa avatar Sep 08 '19 13:09 cebaa

Ah, yes. I had read that as copying both at the same time. Glad to help clarify!

StephenBrown2 avatar Sep 08 '19 20:09 StephenBrown2

A way to copy the next token would be enough, I think.

paulodiovani avatar Oct 15 '19 17:10 paulodiovani

I never worked with Glade before but will try to make this happen. :)

For now, I've added a PR to show both current and next tokens by command line, since I use it from terminal most of time: #56

paulodiovani avatar Oct 15 '19 18:10 paulodiovani