Live data from Hacker News

macOS screenshot tricks to impress your co-workers

sal.dev

261–270 of 332 posts

Re: macOS screenshot tricks to impress your co-workers

#261
post #240

One for people like me who love to get the padding just right: Hold spacebar while dragging a screenshot area to reposition the upper-left corner of the drag area.

Can you explain the exact steps more? If I press spacebar, the mouse pointer turns into a camera.

Hold spacebar after you have started dragging your selection box. It will move the entire selection box.

Re: macOS screenshot tricks to impress your co-workers

#262
post #251

Earlier quoted context omitted.

command-shift-4 allows you to drag-select a rectangle. While dragging you can hold down spacebar to switch to moving the selection instead of resizing it. neat feature!

...or hold ⌥ to also move the opposite corner.

Which also works on resizing windows

Re: macOS screenshot tricks to impress your co-workers

#263
post #35

Earlier quoted context omitted.

people love to talk about how many useful features MacOS has and how user-friendly it is but too many are buried behind a keyboard shortcut with no other way to access. And no "read the manual" isn't it. From certain scale the manual should be out of the window and UI should accomodate for people to learn while using it.

It isn't hidden behind a keyboard shortcut. CMD+Shift+5 exposes the full screenshot UI, and under the clearly-named Options button is a menu that lets you pick the clipboard as the place to save. Holding CTRL is just a... well... "shortcut" for that.

I agree with parent, for example even after pressing cmd+shift+5 there's no indicator or hint that you can press `space` to capture a single window. I don't see how any user would discover that functionality, and I regularly see people surprised they can do that here on HN.

Discoverability on macos is atrocious, and even after few years on it I sometimes struggle with basic things

Re: macOS screenshot tricks to impress your co-workers

#264
post #56

Earlier quoted context omitted.

FYI, Cmd + Shift + 5 encapsulates all the various options into one UI.

and adds screen recording functionality as a video

If only it grabbed the audio too. Would have been a lifesaver. All the apps that do this (that I found) are cr*p or super pricey.

Re: macOS screenshot tricks to impress your co-workers

#265

Earlier quoted context omitted.

PNG should be just as good at gradients as it is at constant color: https://en.wikipedia.org/wiki/Portable_Network_Graphics#Filt... It can encode the difference to the previous pixel either up or above (or some combination). In purely horizontal or vertical gradients that's just as efficient as encoding constant color (and in fact, the Wikipedia page shows an example). For gradients in other directions, it depends on…

Doesn't that example show that a 256-step gradient takes 256 bytes? A 256-step run of the same colour takes just a couple of bytes due to RLE, doesn't it? (Not an expert.)

I debated about adding "after the first row", but didn't (because it doesn't make sense for gradients in the other direction). Either way, both my and Wikipedia's point is that a simple gradient filling a 2D surface costs only a "1D amount" of bytes, which is going to beat JPEG (at "can still read text" levels of quality).

Re: macOS screenshot tricks to impress your co-workers

#266

Earlier quoted context omitted.

If screenshots are a part of the daily workflow, changing the setting makes everything easier

Wish I could change copy/paste to always work without copying style.

Some kind of clipboard manager should be able to munge it that way (Ok, it's 15 years since I wrote clipboard code in "OS X") - a background app and clipboard manager that basically removes style info from the items on the clipboard.

Re: macOS screenshot tricks to impress your co-workers

#267
post #234

Earlier quoted context omitted.

⌘c after annotating in the way GP mentioned copies the annotated screenshot to the clipboard, you don't need to screenshot the tool.

I couldn’t get that to work. So annotate, and with Lou t doing anything else, just cmd-c?

Pretty much, yeah. Oh, you might need to deselect any annotations you have added (click on background) before pressing ⌘c.

Re: macOS screenshot tricks to impress your co-workers

#268
post #230

Earlier quoted context omitted.

I think Mac OS has the most inaccessible hidden hotkey shortcuts out of every OS I've used. Even essential functions like showing hidden files in a directory is uniquely done through an hidden shortcut in Mac OS.

I fully agree. macOS is a nightmare of usability. For showing hidden files and file extensions, there's a Terminal command you can run to permanently set it for every file. Of course, since it's only exposed through some command line utility, I forgot what it was and would have to search again.

“Usability nightmare” is objectively a bit of a stretch.

The example given isn’t really something most users need. Even when I did need to do that the answer was discovered and executed within 20 seconds of googling. This is the same for other things most people don’t need across all the prevalent OSes

Re: macOS screenshot tricks to impress your co-workers

#269
post #230

Earlier quoted context omitted.

I fully agree. macOS is a nightmare of usability. For showing hidden files and file extensions, there's a Terminal command you can run to permanently set it for every file. Of course, since it's only exposed through some command line utility, I forgot what it was and would have to search again.

cmd + shift + . (that's a dot / period / full stop with cmd and shift) is the built in shortcut in Finder to toggle hidden files. Easy to remember as hidden files start with a dot.

The dot might be easy to remember, but the cmd+shift bit isn't for me. Mac shortcuts can be cmd+shift, or ctrl+shift, or ctrl+cmd, or just cmd, or sometimes there's an opt in there as well.

After using a Macbook for work for 4 years, I still have no intuitive idea which modifier keys should be used when, it seems to be random.

Re: macOS screenshot tricks to impress your co-workers

#270
post #25

Earlier quoted context omitted.

> (having a limited color palette) With translucency and soft gradients everywhere I’m not sure how true that is anymore.

PNG should be just as good at gradients as it is at constant color: https://en.wikipedia.org/wiki/Portable_Network_Graphics#Filt... It can encode the difference to the previous pixel either up or above (or some combination). In purely horizontal or vertical gradients that's just as efficient as encoding constant color (and in fact, the Wikipedia page shows an example). For gradients in other directions, it depends on…

Wouldn’t that only work well with perfectly linear gradients? Translucency and dropshadows are usually based on Gaussian blur, so not linear at all.
Post reply on HN