问题描述
我正在为嵌入式应用程序开发Windows Store应用程序,其中唯一的输入设备是小触摸屏.因此,我正在开发自己的数字和文本输入控件,这些控件与应用程序的外观相匹配,并且可以在小屏幕上更好地工作.当文本框获得焦点时,是否可以防止Windows 8屏幕键盘出现?
I'm developing a Windows Store app for an embedded application where the only input device is a small touchscreen. For this reason I'm developing my own number and text entry controls that match the visual look of the application and work better on the small screen. Is it possible to prevent the Windows 8 on-screen keyboard from appearing when a textbox gets focus?
推荐答案
您不能,到目前为止,这是用户的偏好.
You can't, it's a user preference as of now.
找到类似的问题
来自Hanselman
From Hanselman
按Windows键+ W键入服务",然后按Enter向下滚动 转到触摸屏键盘和手写面板" 单击并单击停止",也可以双击并从 从自动"启动到手动".
Press the Windows key + W Type "services," and press Enter Scroll down to "Touch screen keyboard and handwriting panel" You can either right click and "Stop" or you can double-click and change it from "Automatic" startup to "Manual."
这篇关于禁用屏幕键盘的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!