如何处理 KeyDown 事件中的文本编辑?

发布于 2024-07-27 13:51:14 字数 178 浏览 3 评论 0原文

我想通过 KeyDown 事件编辑图形文本(不是 TextBox 控件)。 我需要根据 KeyEventArgs(键值和修饰符)更新我的文本字符串。 我现在使用法语键盘,但将来我希望支持不同的键盘布局。 我如何根据键值、修饰符和文化信息猜测输入的字符?

出于技术原因,我不想使用 KeyPress 事件。

I would like to edit a graphical text (not a TextBox control) through the KeyDown event.
I need to update my text string according to the KeyEventArgs (key value and modifier).
I using a french keyboard for now but in the future I would like to support different keyboard layout.
How can I guess the caractere typed depending the key value, the modifier and the culture info?

I don't want to use the KeyPress event for technical reason.

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

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

发布评论

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

评论(1

你穿错了嫁妆 2024-08-03 13:51:14

KeyPress 是处理文本输入的最佳方式。

KeyPress is the best way to handle text input.

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