From 8302410a52afbd4fcb3cc311b5492cfc44bb9407 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Thu, 28 Jan 2010 23:48:10 +0100 Subject: rc.lua: add Alt to clients menu binding down Clients menu is now a complete keyboard-only client switching solution. I added keygrabber support to this menu in awesome v3.4.3. In the rc.lua binding menu state is properly toggled on *every* Alt+Esc press, Alt jumps to the next item and it is always placed on the center of the screen. --- rc.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'rc.lua') diff --git a/rc.lua b/rc.lua index db6a75e..f930520 100644 --- a/rc.lua +++ b/rc.lua @@ -415,6 +415,7 @@ globalkeys = awful.util.table.join( if client.focus then client.focus:raise() end end), awful.key({ altkey }, "Escape", function () mouse.coords({x=525, y=330}, true) + awful.menu.menu_keys.down = { "Down", "Alt_L" } local cmenu = awful.menu.clients({ width = 230 }, true) end), awful.key({ modkey, "Shift" }, "j", function () awful.client.swap.byidx(1) end), -- cgit v1.2.3