如何确定 Charmap 中 Wingdings 字体中给定字符的击键?
我基本上想如何轻松确定 Wingdings 角色的击键值?看起来 Charmap 的一个非常旧的版本曾经具有此功能,但从我在 Windows 7 版本的工具中看到的情况来看,不再具有此功能:
I basically want how to easily determine the keystroke value of a Wingdings character? Looks like a very old version of Charmap used to have this functionality but no longer from what I see in Windows 7 version of the tool:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
按 alt 并输入字符的数字代码。
数字代码必须是十进制,而不是十六进制。
而且必须在小键盘上完成。
所以 0x7C 输入 Alt-124 |
press alt and enter numeric code of char.
numeric code has to be decimal, not hex.
And it has to be done on numpad.
so fo 0x7C enter Alt-124 |