我想要我的超级钥匙开始dmenu。我已将其设置为键盘快捷键,rc.xml如下所示:
<keybind key="0xffeb">
<action name="Execute">
<command>dmenu_run</command>
</action>
</keybind>
Run Code Online (Sandbox Code Playgroud)
我试图在其指定key属性的W,W-以及0xffeb,但这些都不奏效。
W按下字母w,其他人似乎什么也没做。
我希望快捷方式在按下并自行释放超级键时触发。这可能吗?
这是根据此处的指南从超级用户交叉发布的。我读过这个问题:Super key as shortcut - Openbox,但我没有看到任何有用的信息。