忽略 awesome 中的一些 modkey 绑定

忽略 awesome 中的一些 modkey 绑定

我将 awesome modkey 改为“Control”。但我希望 Control-t 在我的网络浏览器中打开一个新选项卡。可以实现吗?

答案1

好的,我明白了。我只是注释掉了

awful.key({ modkey,           }, "t",      function (c) c.ontop = not c.ontop            end),

像这样

--awful.key({ modkey,           }, "t",      function (c) c.ontop = not c.ontop            end),

相关内容