如何使用“F” gtk 加速器中的按键?
我正在尝试(在 python 中)使用 gtk.Widget.add_accelerator...我应该传递什么作为 accel_key 来使用 F 键? 已尝试检查文档但无济于事。 谢谢
I'm trying (in python) to use gtk.Widget.add_accelerator... what should I pass as accel_key to use the F keys? Have attempted to check the docs to no avail.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
考虑使用 gtk.accelerator_parse()。 这是一篇关于处理 pygtk 中的键盘代码。
Consider using
gtk.accelerator_parse()
. Here is an informative post on dealing with keyboard codes in pygtk.找到了:
Found it: