aspose file tools
The moose likes Mac OS and the fly likes Where's the backslash? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Mac OS
Reply Bookmark "Where Watch "Where New topic
Author

Where's the backslash?

Kevin Tysen
Ranch Hand

Joined: Oct 12, 2005
Posts: 255
Quick question. Where is the backslash key on a MAC computer? I bought my MAC in Japan. Maybe the American ones have a backslash key, but mine doesn't.
Maneesh Godbole
Saloon Keeper

Joined: Jul 26, 2007
Posts: 8439

On my Mac, it is the last key in QWERTY row


[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
Mike Simmons
Ranch Hand

Joined: Mar 05, 2008
Posts: 2782
    
    2
Same here. In case that's not clear enough, the keys in that row are, in order:

[tab]qwertyuiop[]\
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35253
    
    7
On my German keyboard it's Alt-Shift-7 (since Shift-7 is the forward slash).

Go to System Preferences -> Keyboard and check the "Show Keyboard and Character Viewer in menu bar" checkbox. Then click on the little flag in the upper right hand side of the menu bar and choose "Show Keyboard Viewer". Now you can try the effects of holding down one or more modifier keys to see which characters they'd produce.


Android appsImageJ pluginsJava web charts
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14672
    
  11

Is is a Japanese keyboard ? If yes, you should press the "yen" key (¥). I think that Option+"\" will display the backslash.

[My Blog]
All roads lead to JavaRanch
Mike Simmons
Ranch Hand

Joined: Mar 05, 2008
Posts: 2782
    
    2
So: in order to run Windows on your Mac, you need lots of ¥en.
Christophe Verré
Sheriff

Joined: Nov 24, 2005
Posts: 14672
    
  11

http://en.wikipedia.org/wiki/Backslash

In the Japanese ISO 646 encoding (a 7-bit code based on ASCII), the code point 0x5C that would be used for backslash in ASCII is instead rendered as a yen mark (¥), while in Korean encoding, it is drawn as a won currency symbol. Computer programs still treat the code as a backslash in these environments, causing confusion. Due to extensive use of the backslash code to represent the yen mark in text, some Unicode fonts like MS Mincho still render the backslash character as a ¥, so the Unicode characters 00A5 (¥) and 005C (\) look identical when these fonts are selected.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Where's the backslash?
 
Similar Threads
writing properties file for bundles
yen sign and backslash
Terminal Error when Loading .class
WA #1.....word association
How Do I Type the Symbol for the Or Operator