Hi, everyone:

I tried this piece of code:


globalkeys = awful.util.table.join(
awful.key({ "Mod3",           }, "1", function () awful.util.spawn("xdotool key 
--clearmodifiers F1") end),
awful.key({ "Mod3",           }, "Return", function() awful.util.spawn("xterm") 
end)  
)


When I pressed Mod3 and Return at once, xterm started, but when I pressed Mod3 
and 1 at once, 
it didn't work like F1 key.
Can you help me?


Thank you very much!


Reply via email to