On Monday, 23 October 2023 at 16:50:08 UTC, Felipe Lema wrote:
On Friday, 20 October 2023 at 21:19:40 UTC, Felipe Lema wrote:
On Friday, 20 October 2023 at 21:03:53 UTC, Adam D Ruppe wrote:
On Friday, 20 October 2023 at 20:43:21 UTC, Felipe Lema wrote:
[...]
My minigui.d can do this fairly easily:
```
import arsd.minigui;
[...]
O-M-D !
This is exactly what I needed. Many thanks
Hey, I know this is stretching it out, but ... how can I do
"Ctrl-v" to paste the clipboard content? (I'm mostly interested
in windows, but any "handle ctrl-v with this code block" using
`pbpaste` or `xclip` will do)
note: ctrl-v is working in windows automagically, but not in
linux... can I do something like `handle("CTRL","v", ...)` ?