标签: cocoa
如何从我的应用程序中打开所有Mac OS X中内置的键盘查看器。
答案 0 :(得分:2)
在10.5之前,这里是它的路径,所以就像正常一样启动它:
/System/Library/Components/KeyboardViewer.component/Contents/SharedSupport/KeyboardViewerServer.app
在10.6及更高版本中不起作用。你需要这个:http://github.com/nriley/keyboardViewer