![]() |
How do you type symbols with a Mac?
Hi,
How do you type symbols, ie, copyright, trademark, British pound sign, etc with a Mac. With a PC you'd normally hold down the Alt key and press a number stroke (Alt+0163 for the Pound sign). What's the secret to getting symbols with a Mac? Thanks |
¢ is alt-4 (or Alt-$:))
£ is alt-3 (or Alt-#, aka alt-pound:)) € is shift-alt-2 ¥ is alt-y © is alt-g ® is alt-r ™ is alt-2 etc Open a wordprocessor and try out all the alt- and alt-shift key combinations. They're a hell of a lot easier to learn than Alt 0-1-6-3 :) |
I don't think there is nice way like on PC to just use a key combo (though a fulnny thing,.... my XP machine doesn't get those key commands anymore, and no one understands why lolll)
So an alternnative: 1. Go to System Preferences and click on International 2. Click on the Input Menu tab 3. Put a check mark at the bottom to "Show input menu in menu bar" (for easier acdces later on) 4. In the section where you choose the keyboard layout, put a check mark next to Character Palette at the top of the list 5. When you need a character you show up the character palette, double click on the item you want (you can have favorites...So if you always use the same 5-6 characters, put them in favorites and have the Character palette open on that tab for quicker access) I know that all the characters have a unicode code, but wouldn't know how to access them with the codes. One extra thing... If you use specifically one app where you always need to use those symbols, do post what software it is, its version and also the OS X version your using. Some programs allow you to setup key combos for symbols or some easier access than using the character palette. Ok so ahunter3 posted before me... A trick to see which symbol is applied to which key, in the instructions above, put a check mark to KeyBoard viewer... Then open the viewer via the menu bar... If you hold any of the modifier keys such as alt, shift, command, etc and combos of those keys, the keyboard viewer will show you what symbol or character is avalable for each key on the keyboard... Makes it easy toi find keybaord shortcuts to characters. |
Quote:
I dropped KeyboardViewerServer.app (/System/Library/Components/KeyboardViewer.component/Contents/SharedSupport/KeyboardViewerServer.app) into the dock so I wouldn't have to have the otherwise-useless-to-me International Menu taking up my menubar space. By the way, the character palette ("Special Characters...") is also accessible from the Edit menu in the Finder. |
I put a copy of 'Sspecial Characters' in the dock. That way it is alwyas avaialbel
|
But doesn't help my typing or spelling
|
That, even the most advanced computer can't do anything against... and yes I know there are spell checkers but haven't seem a good one yet...
|
Quote:
|
Quote:
|
If you right click or Control Click on the cion for it in the Dock it doesn't offer you to close the app or foce quit it (no worse than doing it in Activity monitor) ?
|
Quote:
To set it up, go to this path: /System/Library/Components/ Control-click (right-click) KeyboardViewer.component and choose Show Package Contents. Drill further inside, to /Contents/SharedSupport/ Now make an alias of KeyboardViewerServer.app and put it somewhere. When I open that alias (I use Spotlight), it opens the Keyboard Viewer palette. If I click the close box, it closes, leaving nothing behind, or at least not in the Dock or Application Switcher. |
Excellent, thanks for all the replies.
|
Quote:
Quote:
I tried changing some values in the info.plist file within KeyboardViewerServer.app, i.e. LSUIElement = 1 and LSBackgroundOnly = 0, without success. And with that, I'm fresh out of ideas. |
Quote:
Quote:
|
Quote:
|
Quote:
Thanks for the AppleScript... is there a corresponding "deactivate" command? Obviously not "deactivate", otherwise that would've worked for me when I tried it. :) |
Quote:
tell application "System Events" if exists process "KeyboardViewerServer" then do shell script "killall KeyboardViewerServer" end tell so I have it set up to toggle on and off with two different hot keys |
Thanks NovaScotian!
|
Quote:
Quote:
If you try it, let me know. |
Here's one more way to find keystrokes for special characters. It's a mousepad.
http://www.lrb.co.uk/store/mmat.php A client tipped me off about this. I've never seen it for sale anywhere else. |
Quote:
|
Quote:
|
Now if you really want it to be slick, you can add a keyboard shortcut to System Prefs > Keyboard & Mouse > Keyboard Shortcut page. Then you wont even have to click in the dock to hide/show it.
|
Quote:
Also, even though it's a floating window, its presence (or absence) can be tested (in a tell application "System Events" block) with this line: exists (process KeyboardViewerServer)'s window 1 (or if you prefer: exists window 1 of process KeyboardViewerServer). This is true if the window shows, false if not. I can't test it in Panther, though, or I'd think of a way to get the window back if you closed it, but didn't quit the engine. |
You would probably tell by finding a way to comunicate to the server, but that's closed source...
|
Inside secret: the Key Caps.app from Jaguar (10.2.x) works just fine in Panther. Probably therefore works just fine in Tiger, too (no fancy underlying technologies going on there). I forgot to copy it to my new PB so I can't verify Tiger-compatibility until tonight (when I snag it from my WallStreet backup).
I have no idea why Apple decided it was an unnecessary or useless utility. |
OS X Keyboard
I see your mousepad and raise you a keyboard with all the symbols printed on the keys.
http://www.matias.ca/osxkeyboard/index.php I've been meaning to buy it for weeks, now. |
That would be trumped if each key had a tiny LCD display to show the characters of the currently selected font. Some fonts have unique characters like "" (Option-Shift-K) that aren't present in other fonts.
|
Quote:
|
Quote:
|
I find the Character Palette much more useful when I need to find that elusive symbol that isn't supported in the Keyboard Layout.
|
Quote:
http://www.artlebedev.com/portfolio/optimus/ Website says it could come out this year. |
Quote:
|
Quote:
The script adaptation is below. Code:
tell application "System Events" |
Quote:
|
Quote:
Thanks, Mark Hunte, for the Character Palette script. This will also come in very handy. |
Quote:
|
Hello, I bought my very first Mac this week (the latest iMac).
I'm getting on well with it and slowly getting to grips. However I have one small problem to do with special characters, in particular the cubed symbol. I have searched google and came up with the answers posted earlier in this thread (ie: look in the character palette) but the cubed symbol doesn't seem to appear in the character palette either which seems rather strange. I've looked through the 'Mathematical symbols' and 'Numbers and Number symbols' sections and cannot find cubed anywhere. I can see cubed root and fourth root but not plain old cubed. Am i looking in the right place? Incidentally I also didn't see squared whilst i was searching. It would seem logical to me that cubed and squared would be somewhere near to cubed squared and fourth squared but it seems not. At the moment I'm having to find an example of cubed on the net and then copy paste it which obviously isn't an ideal situation. |
Open the Character Palette, select view "Roman" and in the left pane select "Digits". The second and third from last rows contain a number of options for super and sub scripts including cubed.³
|
1 Attachment(s)
Or you can just cut and paste a cubed symbol from someone else's text.
If you can copy the character from another source, then you can paste it into the search field at the bottom of Character Palette. After a second or two the program will show you where it's located in the palette (which collection). Screen shot for reference: |
| All times are GMT -5. The time now is 11:21 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.