Carsten Blüm

Results 80 comments of Carsten Blüm

As the Readme says, the data is read-only – you can completely replace the data of the whole tree, but no nodes or nodes’ properties individually. Which means this has...

The methods are deliberately not in the header file, as they aren’t meant to be regarded as public methods. Which old compilers (on which system versions) complain? I’m asking to...

The Ruby code is not very helpful in understanding the issue, but (as you write yourself), it basically seems to boil down to getting the cursor type – which is...

I wouldn’t want to add the logic part to cliclick, as the possible behaviors – and therefore command syntaxes – are endless. (For instance: someone might just want to write...

As I wrote before, getting the current cursor is not difficult – well, at least theoretically … The problem is, that as soon as I add `[NSCursor currentSystemCursor]` to the...

No, it hasn’t, but it doesn’t help in identifying the _global_ cursor.

Primarily depends on the type of invocation. Example 1: ```bash cliclick c:12,34 cliclick c:56,78 ``` In this case, there is overhead for launching and for parsing the command, which results...

I can confirm that it’s not working, but dont’ have a solution.

According to the author of Cursorcerer, the approach used is the one described in http://web.archive.org/web/20150609013355/http://lists.apple.com:80/archives/carbon-dev/2006/Jan/msg00555.html The “inventor” of this method describes it as “might stop working at any time” (2006)...

So basically, you would like to select text. I’ve just tested this with text in this issue (with Chrome, on macOS 10.15.6, then also tested successfully with Firefox), and this...