AppleSpecificCodePoints
last edited April 7, 2006 09:44:15 (67.42.153.97)
| |
|---|---|
| Edit / History / New / Search | Quick Links: Home / Recent Changes / Glossary / Jobs / Forums / Help |
The reason for the pb_enter is that Project Builder depicts the enter key with another glyph than the rest of the system, and the same for the ib_left/right/up/down. Please add code points as you see fit!
http://developer.apple.com/documentation/Carbon/Reference/Menu_Manager/menu_mgr_ref/constant_14.html The F-keys don't appear to be associated with a Unicode code point, but they are in Lucida Grande's glyph repertoire shown in Font Book. The technote at http://developer.apple.com/technotes/tn2002/tn2079.html shows how to support unencoded glyphs.
Which for Cocoa programmers would be something like:
| |
| Edit / History / New / Search | Quick Links: Home / Recent Changes / Glossary / Jobs / Forums / Help |