在 WPF 全屏应用程序中抑制虚拟触摸屏 Windows 键盘

发布于 2024-12-07 07:37:01 字数 393 浏览 1 评论 0原文

我们有一个用 WPF 开发的全屏应用程序,将在触摸界面上使用。作为该项目的一部分,我开发了一个样式化的虚拟键盘,当应用程序在触摸设备上运行时,它将用于输入。除了用户单击文本框(例如)时出现的 Windows 虚拟键盘输入图标外,一切都运行良好。

我们想要做的是,当用户将焦点放在“特定”输入控件上时,禁止 Windows 键盘激活。我们可能仍然希望在其他输入区域(例如打开或文件保存对话框)上使用键盘,因此不能选择禁用应用程序或全局的键盘。

我在 MSDN 上找到了文档,其中建议可能的解决方案是使用 Microsoft.Ink 命名空间中的 TextInputPanel。然而,该代码的最后一个版本是 3.5(这是一个 4.0 应用程序),我似乎无法在它应该在的任何地方找到该 dll。

此时任何建议将不胜感激......

We have a full screen application developed in WPF that will be used on a touch interface. As part of this project I developed a styled virtual keyboard that will be used to input when the application is run on a touch device. Everything works great except for the appearance of the Windows Virtual Keyboard input icon appearing when a user clicks on a textbox (for instance).

What we would like to do is to suppress the Windows keyboard from activating when the user grabs focus on "specific" input controls. We may still want the keyboard on other input areas such as open or file save dialogs so disabling the keyboard for the application or globally is not an option.

I have found documentation on MSDN that suggests a possible solution would be to use TextInputPanel from the Microsoft.Ink namespace. However, that last version of that code is 3.5 (this is a 4.0 app) and I cant seem to find the dll anywhere it should be.

Any suggestions at this point would be greatly appreciated...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清浅ˋ旧时光 2024-12-14 07:37:01

您只需在相应的菜单中禁用它:“

开始”按钮>“控制面板>经典视图>易于访问>单击使用没有鼠标或键盘的计算机>取消选中“使用屏幕键盘”>保存

http://answers.microsoft.com/en-us/windows/forum/windows_vista-desktop/is-there-a-way-to-turn-off-the-on-screen-keyboard/ ce752b42-f8a5-4693-957c-c7acef0d80b3

You simply disable it in the corresponding menu:

Start button > Control Panel > classic view > Ease of Access > click Use the computer without a mouse or keyboard > UN-check Use ON-screen Keyboard > Save

http://answers.microsoft.com/en-us/windows/forum/windows_vista-desktop/is-there-a-way-to-turn-off-the-on-screen-keyboard/ce752b42-f8a5-4693-957c-c7acef0d80b3

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文