Carsten Blüm

Results 80 comments of Carsten Blüm

Regardless of the potential problem: using cliclick for something like this is pretty brittle. I’d go for … ```bash #!/bin/bash theSelection=$(osascript -e 'tell application "Google Chrome" to tell active tab...

When I try that (on macOS 14), I experience the same: works in Script Editor, doesn’t work when saved as an application – even after granting accessibility permissions. And while...

@Pory55: do you experience the `kp` issue with any key, or just specific ones? And is the problem reproducible (e.g. `kp:volume-down` *never* works) or is it randomly? What keyboard layout...

See comment https://github.com/BlueM/cliclick/issues/164#issuecomment-2466781818 for a potential solution.

To clarify my last comment: “potential solution” does not mean “fix it yourself”, but rather “I’d be interested to hear if the problem can be solved with the small change...

`0` is the default root node ID (see https://github.com/BlueM/Tree/blob/master/src/Tree.php#L29). So `$sut->getNodeById(0)` returns the root node, and this is the expected behaviour. Getting the root node for `'0'` and `false` can...

As part of a large number of other changes I just pushed to `master`, there is no longer a root node – only the top-level nodes. (Which can be fetched...

I doubt that this is possible, but don’t know for sure. At least I’m not aware of a way to achieve that. If someone knows if and how, please leave...

Until this issue, I had never heard of sendkeys. The project description sounds indeed pretty similar to cliclick. As long as you don’t need any particular functionality that one tool...

Strictly speaking, the built-in help does not suggest using `dm` for a “simple” drag. For instance, for selecting text in a Mail in Mail.app, executing `cliclick dd:657,535 du:844,535` is sufficient...