获取 ibus 设置的实际键码

发布于 2024-09-29 05:09:58 字数 169 浏览 2 评论 0原文

我能够读取 ibus 键配置以了解触发引擎开/关的键(可通过属性“常规/热键”和“触发器”访问)。这一切都很好,但返回字符串列表(gchar*),该组合可以打开/关闭IME(例如:[“SHIFT + CTRL + F9”,“SHIFT + UNDERSCORE”,...])。

如何获取这些字符串对应的键码?

I am able to read the ibus keys configuration to know the keys that trigger an engine ON/OFF (accessible via the property "general/hotkey" and "trigger"). that is all good but that returns lists of strings (gchar*) which combination switches ON/OFF the IME (ex: ["SHIFT+CTRL+F9", "SHIFT+UNDERSCORE",...]).

How can I get the corresponding keycodes of those strings?

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

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

发布评论

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

评论(1

智商已欠费 2024-10-06 05:09:58

好吧我找到了...
http://ibus.googlecode.com /svn-history/r177/docs/ibus/ibus-ibusshare.html#ibus-init

ibus_key_event_from_string () 是我正在寻找的方法

OK I found it...
http://ibus.googlecode.com/svn-history/r177/docs/ibus/ibus-ibusshare.html#ibus-init

ibus_key_event_from_string () was the method I was looking for

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