BlueM / cliclick

macOS CLI tool for emulating mouse and keyboard events
https://www.bluem.net
Other
1.59k stars 116 forks source link

Color print cp doesn't seem to work #176

Closed Quust closed 7 months ago

Quust commented 7 months ago

cp command gives random color values, for example black gets value 27 20 14 (should be 0 0 0), white is 36 26 27 (should be 255 255 255) clean blue is 31 25 24 (should be 0 0 255). All other cliclick commands work. I'm using Apple Script on Sonoma 14.2.1

DavidMBrown commented 7 months ago

I am using cliclick 5.1 on macOS 14.3. cliclick's cp command returns the correct colors.

BlueM commented 7 months ago

@Quust: probably https://github.com/BlueM/cliclick/issues/139#issuecomment-1049525651

Quust commented 7 months ago

I works now, Thank you!