Don't Break Your Neck! Mac OS

Apple’s Mac OS X was so well thought-out, and my new machine was fast and powerful. When it came time to upgrade in 2012, I got another MacBook Pro without even thinking about it. Apple has unveiled a new, colorful iMac today with an Apple-designed M1 chip. But that was just part of the story as the company used that opportunity to release new Mac accessories. Mar 01, 2021 But before you break out the drill and stud finder, you will want to read this how-to guide we’ve put together, especially if this is your first time mounting a new TV on a wall.


Insert non-breaking spaces 8 comments Create New Account

Don't Break Your Neck Mac Os Pro

Click here to return to the 'Insert non-breaking spaces' hint
Break
The following comments are owned by whoever posted them. This site is not responsible for what they say.

That's been around as long as I can remember, I think in the pre-OS X days as well. I can only test it in Classic right now, but yes, it works there.

Yes, it was already there before Mac OS X, and with international keyboard layouts as well.

I'm not sure how far back this goes, …

It goes back to System 1.0.

In MS-Word (only) it is CMD-SHIFT-<hyphen> to create a non-breaking hyphen.

Non breaking hyphen us unicode u2011 - I'm not sure if it has a normal keyboard way of entering it, but if you choose the 'Unicode Hex Input' input method, you can do opt+2011 to enter it.
A bit clumsy though.
---
~/.sig: not found

Woah. I am surprised this isn't in here yet. This has definitely been around since the classic days, maybe even System 1.0 as another commenter suggests.
Option-Space also sometimes lets you type a space character when the spacebar would otherwise do something else, such as selecting the first item in a folder instead of activating Quicklook in the Leopard Finder (I think this hint was posted here). Ditto for selecting playlists in iTunes instead of play/pausing (I don't know if that has been hinted. Fair game if it hasn't).

I'm not sure how far back this goes, but on Leopard at least, pressing Option-Space on the US or US Extended keyboard layouts inserts a non-breaking space (U+00A0) rather than a normal space (U+0020).
This has been the rule on French keyboards since... but it's broken in Mail.app in Leopard (I never used Mal.app before TimeMachine and the fact that a big mail database is a Go hog in backups). Mail.app 3 inserts normal spaces instead of non breaking spaces and it's frustrating. In French you insert non-breaking spaces before '; : ? !' and » and after «. So you get punctuation marks at the beginning of lines and that's not very clean, to say the least.

In OS X, you can easily create new shortcuts.
Create a file called: ~/Library/KeyBindings/DefaultKeyBinding.dict
using a plain text editor.
Add a line like:
'^`' = ('insertText:', '&#8209;'); /* nbhy */
This means 'Control-` generates a command to insert a non-breaking hyphen character.
You can also insert a whole word, which is good for words or sequences of words you type often that are long like:
'^M' = ( 'insertText:', 'Massachusetts' );
'^N' = ( 'insertText:', 'New Hampshire' );
which means Control-M (not Control-m) inserts Massachusetts.
You can also use 2 character sequences, like
'^s' = {
'^c' = ('insertText:', '&#10004;');
'^x' = ('insertText:', '&#10008;'); /* X Symbol */
'^1' = ('insertText:', '¹'); /* superscript 1 */
'^2' = ('insertText:', '²'); /* superscript 2 */
'^3' = ('insertText:', '³'); /* superscript 3 */
};
Then Control-s followed by Control-c enters a check mark, etc.
Yes, this also be used for commands like:
'^a' = 'deleteToBeginningOfParagraph:';
which is similar to the built-in Control-k command (delete to end of paragraph and put it in the yank buffer).
Or to move the cursor right by 7 words:
'^UF703' = (
'moveWordForward:',
'moveWordForward:',
'moveWordForward:',
'moveWordForward:',
'moveWordForward:',
'moveWordForward:',
'moveWordForward:'
);
I get endless amusement out of this kind of thing.

Windows Media Player is available for Windows-based devices. Use this table to find the right version of the Player for your system. (If you've got a Mac, you can download Windows Media Components for QuickTime to play Windows Media files.)

Don

Operating system/browser

Player version

How to get it

Windows 10

Windows Media Player 12
Learn more

Included in clean installs of Windows 10 as well as upgrades to Windows 10 from Windows 8.1 or Windows 7. In some editions of Windows 10, it's included as an optional feature that you can enable. To do that, select the Start button, then select Settings > Apps > Apps & features > Manage optional features > Add a feature > Windows Media Player, and select Install.

DVD playback isn't included. Go to the DVD playback for Windows page to find out how to add DVD playback to Windows 10.

Windows 8.1

Windows Media Player 12
Learn more

Included in Windows 8.1 and Windows 8.1 Pro, but doesn't include DVD playback. Go to the DVD playback for Windows page to find out how to add DVD playback to Windows 8.1. For Windows Media Player 12 for Windows 8.1 N and KN editions, get the Media Feature Pack.

Windows RT 8.1

N/A

Windows Media Player isn't available for Windows RT 8.1.

Windows 7

Windows Media Player 12
Learn more

Included in Windows 7 Starter, Home Premium, Professional, Ultimate, and Enterprise editions. For Windows 7 N or KN editions, get the Media Feature Pack.

Mac OS X

Windows Media Components for QuickTime

If you want to reinstall Windows Media Player, try the following:

  1. Click the Start button, type features, and select Turn Windows features on or off.

  2. Scroll down and expand Media Features, clear the Windows Media Player check box, and click OK.

  3. Restart your device. Windows Media Player should be uninstalled.

  4. Repeat step 1.

  5. Scroll down and expand Media Features, select the Windows Media Player check box, and click OK.

  6. Restart your device. Windows Media player should now be reinstalled.

Don't Break Your Neck Mac Os Catalina

Note: To troubleshoot issues like playback and codec problems, see the 'Get help' section in Windows Media Player.