linux - awesome 界面管理器下配置全局快捷键时不能用Alt ?
天蓬老师
天蓬老师 2017-04-17 13:05:40
0
1
304
    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不起效果. 这是为什么?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(1)
迷茫

Replace "Alt" with "Mod1" and try

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template