I'm always so pleased when I find a way round some exasperating computer problem that I thought I'd share my moments of triumph ...

Wednesday 26 October 2016

Mac screen shots - the easy way to use them

It's taken far too long for me to realise this. When you take a screen grab using one of the methods Apple describes (see this blog, below and this useful article , the image is saved to the clipboard.

I have been opening Preview and doing cmnd-n to see the screen shot in a new Preview window. Then it can be saved as an image in whatever format you please. But if you want to paste the screen shot straight into a word processing document or a presentation then you can simply do cmd-v or Paste from the top menu, and there will be your image.

Monday 4 January 2016

Use your custom icon in the Dock


Maybe you've added a distinctive icon to a folder, but when dragged into the Dock all you see is the plain folder icon? Or sometimes, oddly, the icon for an item inside the folder? To see your nice new icon in the Dock, make an alias to the folder and add a custom icon to the alias. Then drag the alias into the dock, and there's your attractive special icon. Click on it and it takes you to the contents of the folder.

Monday 14 December 2015

List view folders in Dock

If you put a folder in the Dock for easy reference, are you annoyed by the default Stack view? If there are more than a handful of files in the folder this is impractical. Who do they design these operating systems for?

Here's the answer: right click on a folder that's in the Dock and you get options for viewing it, including Folder and List view.


Thursday 3 December 2015

Change default screenshot format

Mac screenshots by default save in .png format. Would you prefer the default format to be JPG, or something else? Here's the simple way to change it.

From Finder, launch Terminal:
top menu  Go > Utilities > Terminal

Copy and past in the following line, it's a single line with no break:

defaults write com.apple.screencapture type jpg;killall SystemUIServer

Want a different format? In this line of code, replace jpg with one of the following:

gif
PDF
png
tiff



Friday 25 September 2015

Get back Save As... in Preview and other Apple menus

Driven to distraction by Apple dropping Save As... from its app menus? The over complicated Versions function is absolutely not the answer? After 2 years, or is it 3, of irritation I have found the extremely simple! way to permanently bring back Save As... to its proper menu place.

1.  Open System Preferences

2.  Click Keyboard, then the Shortcuts tab

3.  Click App Shortcuts

4.  Click + to add a new shortcut

5.  In the dialogue box, select All applications or just the one you want to fix

6.  Menu title must be exactly as here:  Save As...
Note the three stops, and no space after As

7.  Type a keyboard shortcut - for Save As... I used Alt-s , I thought memorable

8.  Then just close the box, and like magic, Save As... appears in its rightful file menu place. And you can use your keyboard shortcut too.

I can't believe how long I've spent awkwardly holding down Alt while clicking File in order to be offered Save As... . So simple.





Wednesday 2 September 2015

Properly resize Excel windows for laptop screen

I work with the same Excel spreadsheets on my iMac and my Mac laptops. When Yosemite came along suddenly the spreadsheet was too large to fit the laptop screen and the tabs at the bottom were not visible.

There are various complicated workarounds but finally here is a simple answer:

Just click Window in the top menu bar and select Zoom window. A real moment of triumph, that.




Friday 21 August 2015

Apple AppStore - can't download purchases

Well! Solved at last after literally hours of expert Apple support phone calls. Very grateful to Apple support, absolutely outstanding, but I finally twigged myself what the answer was.

Reverting to iTunes 11 had prevented me downloading apps or updates to ones I had already purchased. System updates downloaded fine but I was unable to download 3rd party application updates and even Apple's own software purchases such as Pages, Keynote and Numbers.

Finally, I installed iTunes 12 - problem gone!

Not sure I can live with iTunes 12, but I could still go back to iTunes 11 again as in my earlier instructions.



Word for Mac 2011 - Create a Table of Contents without text or page numbers

I'm editing quite a long complex book at present, and we want to be able to see the contents at a glance simply in a text outline and move them around.

Each chapter is a separate file, with the headings marked up using Word's Styles. But simply viewing as Outline doesn't do what we want - any kind of copy and paste means all the text comes as well. Using the standard Insert ToC (Table of Contents) gives page numbers too, which aren't needed.

Here's the solution I found.

1. Insert a new page at the top of the file (Insert Page Break or Section Break if you want to retain the existing page numbering)

2. Click the Document Elements tab in the ribbon bar.

3. Click Table of Contents - see a variety of styles, remember which you prefer but don't click it (if you do you will get it automatically generated but complete with page numbers)

4. Instead, click the Settings cogwheel, and see the styles listed. Then untick Show page numbers, (bottom left). You can also set other preferences if you want to.

5. Click OK - and there's your ToC with no page numbers, but it's greyed.

Then if you want the Contents as an outline in a completely new file, you can:

- Print the current page - it will print on paper without the grey
or
- Print the current page but save it or view it as a PDF in the print dialogue
or
- Highlight and copy the ToC,
- Open a new blank Word document
- Edit > Paste Special > Styled text

Wow! your outline in a completely new document. The font may not be the same but that's easily changed in the usual way.