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.
macOS screenshot tricks to impress your co-workers
261–270 of 332 posts
Re: macOS screenshot tricks to impress your co-workers
#262Earlier 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.
Re: macOS screenshot tricks to impress your co-workers
#263Earlier 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.
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
#264Earlier quoted context omitted.
FYI, Cmd + Shift + 5 encapsulates all the various options into one UI.
and adds screen recording functionality as a video
Re: macOS screenshot tricks to impress your co-workers
#265Earlier 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.)
Re: macOS screenshot tricks to impress your co-workers
#266Earlier 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.
Re: macOS screenshot tricks to impress your co-workers
#267Earlier 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?
Re: macOS screenshot tricks to impress your co-workers
#268Earlier 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.
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
#269Earlier 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.
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
#270Earlier 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…