awful.key({ modkey, }, "Return", function () awful.util.spawn(terminal) end),
awful.key({ "Control", "Alt" }, "t", function () awful.util.spawn(terminal) end),
awful.key({ modkey, "Control" }, "t", function () awful.util.spawn(terminal) end),
awful.key({ modkey, "Alt" }, "t", function () awful.util.spawn(terminal) end),
其中 modkey 是win键.
第1,3句是有用的,第2,4不起效果. 这是为什么?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
把 "Alt" 换成 "Mod1"试试