本文介绍了打开屏幕键盘的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何从我的应用程序打开所有Mac OS X中内置的键盘查看器。
How can i open Keyboard viewer which is inbuilt in all Mac OS X from my application.
推荐答案
在10.5或更早版本上这是它的路径,因此可以像平常一样启动它:
On 10.5 and earlier here's the path to it so just launch it like normal:
/System/Library/Components/KeyboardViewer.component/Contents/SharedSupport/KeyboardViewerServer.app
在10.6及更高版本上不起作用。您将需要以下内容:
On 10.6 and later that doesn't work. You'll need this: http://github.com/nriley/keyboardViewer
这篇关于打开屏幕键盘的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!