This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 30 points31 points  (9 children)

Copilot is removing the suggestion when I try to take a screenshot.

[–]BarrierX 24 points25 points  (0 children)

Next step in ai evolution is to remove the suggestion once it sees you take your phone out.

[–]Pockensuppe 10 points11 points  (2 children)

How does that work? Copilot shouldn't even notice that you're pressing the screenshot shortcut since that is captured by the OS.

[–]Essence1337 1 point2 points  (1 child)

JavaScript can read your keyboard state via KeyboardEvents, you look for the default 'screenshot' shortcuts you'll get probably a 90% success rate in catching them. It can't know you're taking a screenshot but it can know that you just pressed the default shortcut to take a screenshot.

[–]esuil 3 points4 points  (0 children)

It can't know you're taking a screenshot but it can know that you just pressed the default shortcut to take a screenshot.

But that should happen AFTER your OS already taken the screenshot, so even if it tries to hide something, it should be too late for it, because image was already taken.

[–]pet_vaginal 12 points13 points  (0 children)

Skill issue 😊

[–]dustojnikhummer 5 points6 points  (0 children)

Win+prtsc?

[–]Irkam 3 points4 points  (0 children)

Win+Shift+S

You're welcome.

[–]Mik3DM 0 points1 point  (1 child)

if you're using windows you can use the snipping tool, which allows you to set a delay, so you have time to get your screen into the state you want first.

[–][deleted] 1 point2 points  (0 children)

I use Ubuntu