Ask HN: The most useful Mac keyboard shortcuts?
31–40 of 140 posts
Re: Ask HN: The most useful Mac keyboard shortcuts?
#32Shift+Cmd+4 for screenshot(s)
Wish this was easier to remember. I don’t do many screenshots yet I have ctrl/alt print screen burned in my brain and have to google this one every damn time
(seriously) Cmd Shift 4 also has AFTERTOUCH - so do the command, draw out the grey capture window, and keep holding the mouse button WHILE trying using different combinations of Ctrl, Option, and Shift. Allows you to resize your capture window.
Without the initial SHIFT dumps the file to the Desktop. With the SHIFT adds the screenshot to your clipboard.
Re: Ask HN: The most useful Mac keyboard shortcuts?
#33Not a shortcut exactly, but remap caps lock to ctrl. So much easier in terminal and for using shortcuts like ctrl-A & ctrl-E for beginning and end of line, etc.
Re: Ask HN: The most useful Mac keyboard shortcuts?
#34The one I remember best is Control-OpenApple-Reset.
Suggests your experience with Apple computers dates back at least to the '80s! :-D
Re: Ask HN: The most useful Mac keyboard shortcuts?
#35cntrl+a: go to start of a line cntrl+p: go up one line cntrl+n: go down one line cntrl+k: cut line proceeding cursor cntrl+f: forward one char cntrl+b: back one char These work everywhere you can type text on Mac: including in this HN text box, in the url bar, etc. I absolutely love these shortcuts...
aka Emacs keybinds.
Re: Ask HN: The most useful Mac keyboard shortcuts?
#36Shift+Cmd+4 for screenshot(s)
Re: Ask HN: The most useful Mac keyboard shortcuts?
#37cntrl+a: go to start of a line cntrl+p: go up one line cntrl+n: go down one line cntrl+k: cut line proceeding cursor cntrl+f: forward one char cntrl+b: back one char These work everywhere you can type text on Mac: including in this HN text box, in the url bar, etc. I absolutely love these shortcuts...
Re: Ask HN: The most useful Mac keyboard shortcuts?
#38cntrl+a: go to start of a line cntrl+p: go up one line cntrl+n: go down one line cntrl+k: cut line proceeding cursor cntrl+f: forward one char cntrl+b: back one char These work everywhere you can type text on Mac: including in this HN text box, in the url bar, etc. I absolutely love these shortcuts...
Re: Ask HN: The most useful Mac keyboard shortcuts?
#39Not a shortcut exactly, but remap caps lock to ctrl. So much easier in terminal and for using shortcuts like ctrl-A & ctrl-E for beginning and end of line, etc.
Or to esc. Saves my vim pinky a lot of grief.
FWIW, Ctrl-[ emits the ASCII code for ESC. So you can save that 'vim pinky' and have the remainder of control codes available to you as well :-).