From 904961d8973d452e6b8e938f6b320e65a3296e66 Mon Sep 17 00:00:00 2001 From: Bart Trojanowski Date: Mon, 10 Sep 2007 22:10:11 -0400 Subject: [PATCH] Mod1-Shift-r will move a window to another tag and display that tag --- wmii.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wmii.lua b/wmii.lua index 52606da..11bb25b 100644 --- a/wmii.lua +++ b/wmii.lua @@ -492,6 +492,14 @@ local key_handlers = { ["Mod1-Control-t"] = function (key) log (" TODO: Mod1-Control-t: " .. key) end, + ["Mod1-Shift-r"] = function (key) + local tag = tagmenu() + if tag then + local cli = read ("/client/sel/ctl") + write ("/client/" .. cli .. "/tags", tag) + end + setview(tag) + end, -- column modes ["Mod1-d"] = function (key) -- 2.11.4.GIT