Monday, October 17, 2016

Mastering the art of taking screenshots

TAO of Screenshots

Taking a screenshot on a Windows machine is much much simpler.
Press the special button on the keyboard - "PrtScn"/"PrtScr"/"PrtScrn"
Use Alt to capture only focussed/current window
On Mac, the story is a bit different.

To save a screenshot of the entire screen, use the terminal command,
Remember this, ⌘ Cmd+⇧ Shift+3 captures the whole screen
Use ⌘ Cmd+⇧ Shift+4 take screenshots with specific selections using a crosshair.
Use an additional Ctrl key, to copy to system clipboard for quick pasting.

No comments:

Post a Comment

Going one step further with Kotlin & gRPC

Recently, I tried using Quarkus with Kotlin for grpc. I have worked with grpc for communication between microservices in Java & Golang. ...