Live data from Hacker News

Ask HN: What feature did you find after years of using macOS?

news.ycombinator.com

201–210 of 540 posts

Re: Ask HN: What feature did you find after years of using macOS?

#202
post #170
post #126

Three-finger drag is the one thing I just can't live without.[0] Finder: Cmd+Shift+G to navigate wherever I want (with autocomplete) Text input: Control+Command+Space for the emoji list and search Text input (switching keyboards for Japanese input): Control+Space for quick toggles Text input (accents in my native language): all the accents and letters of various European languages are usually made by using Option+[ke…

> all the accents and letters Nowadays, holding down a key will show a pop-up with all the accent options, which you can then select by mouse or by typing the number under it, much like on iOS. The option route is my preferred one, as it's faster, but the new one is much more accessible to people without keyboard prowess.

I agree. It's great to see that there are different paths a user can take towards being satisfied.

If I remember correctly, once you hold the key you can also use the number underneath to select the character (as in "long press e, press 2"). I've since disabled that long-hold thing because this allows me faster text repetition (eeeeeeeeeeeeeeeeeee... in all its glorious uselessness), but I am glad Apple thought about the UX for different types of users there.

Re: Ask HN: What feature did you find after years of using macOS?

#203

Earlier quoted context omitted.

I wonder if there is a list somewhere around Apple of "Annoying Edge Cases We'd Have To Support If Smart Folders Worked At The Filesystem Level", and how long it is. Like, you're in a smart folder that contains files whose name includes "foo", and you try to create a file whose name does not include "foo", what happens? Do you get an existing filesystem error? Do you get a new "can't create new files in smart folders…

Also, duplicate filenames due to two files in two different locations both getting picked up by the smart folder.

[deleted]

Re: Ask HN: What feature did you find after years of using macOS?

#204

Earlier quoted context omitted.

Isn't the touchbar explicitly a "keyboard nature" type of interaction? You mentioned Mac OS having a non-keyboard nature, and then tout the touchbar?

I know what they meant here. The touch bar seems like a keyboard but it's not, because of the sliders and customization. My original touch bar layout mirrored the pre-touch bar layout out of familiarity. Recently I've learned how to use it as intended (sliders instead of up and down buttons, using application-custom buttons). I realized that I was just being an old man about the touch bar before.

I think one of the key advantages of a non-keyboard interaction is that you don't have to look at the pointing device to see what you're doing. Touch-bar precisely needs that, especially given that there is no tactile feedback. And it's the main reason why I think the Touch-bar destroys productivity.

Re: Ask HN: What feature did you find after years of using macOS?

#205
post #146

I recently discovered some nice helpers to resize windows: - Hold down the option key while resizing a windows (with the mouse) to also resize the opposite side. This also works when resizing the window on a corner to resize all edges at once. - Double click a window border to enlarge this side of the window up to the edge of the scereen. Hold down the option key to enlarge also the opposite site. - Double-click the…

Try divvy. Works for both Mac and Windows. It's the first app I install on any fresh box.

+1 for Divvy.

Re: Ask HN: What feature did you find after years of using macOS?

#206

- Ctrl + Cmd + Shift + 4 will let you take a screenshot of a region of your screen and copy it to the clipboard. It can then be pasted directly into most applications, from email clients to chat clients. No random screenshots sitting around. If you want to capture a whole window, press Space after the initial shortcut, then click the window. - While a menu is open, hold Option; if you're lucky, you'll get some additi…

ctrl + cmd + shift + 4 was what first came to mind. For the longest time I did cmd + shift + 3 and did the rest manually.

cmd + ctrl + o to open another tab in Finder in the same folder that's current open. In my opinion this should be the default for cmd + t, which opens a new tab but in your home folder.

Re: Ask HN: What feature did you find after years of using macOS?

#207

- Ctrl + Cmd + Shift + 4 will let you take a screenshot of a region of your screen and copy it to the clipboard. It can then be pasted directly into most applications, from email clients to chat clients. No random screenshots sitting around. If you want to capture a whole window, press Space after the initial shortcut, then click the window. - While a menu is open, hold Option; if you're lucky, you'll get some additi…

After you press Ctrl + Cmd + Shift + 4 and start dragging a region, if you hold the space bar, you can move this region around the screen so you're not trapped with where you originally started dragging.

Re: Ask HN: What feature did you find after years of using macOS?

#208
post #22

Focusing the menubar with Control-F2. You can then navigate by arrow keys or typing. Space bar activates the highlighted menu/submenu. It makes life so much better. Control-F2 itself was slightly broken in 10.14 (IIRC), so I hacked up a dumb workaround in my Hammerspoon config: https://github.com/NateEag/dotfiles/blob/99f6b641151f85f6f78...

note that ctrl-F1 by default toggles keyboard access, which breaks (some of) the other ctrl-Fn bindings (which i just found out by testing this). you can disable this in keyboard shortcuts of course.
Post reply on HN