summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2011-03-08 12:13:12 +0100
committerMichael Cardell Widerkrantz <mc@hack.org>2011-03-08 12:14:38 +0100
commitb61c62214ef5fb2d0b1bc5604b74e7dbcd778071 (patch)
treed4ca7668ab4dfaeb11766a32b222be4c9897e1a5
parent25b6342c1768d4d2e8fd778d94a8b5c0926a403e (diff)
downloadmcwm-b61c62214ef5fb2d0b1bc5604b74e7dbcd778071.zip
*** empty log message ***
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index ddaaf1b..10c6b51 100644
--- a/TODO
+++ b/TODO
@@ -47,6 +47,10 @@
When we focus on the next window from the current one, the first
Tab always goes to the window we had focus in before.
+ Currently, we stop tabbing when the MODKEY is released. We might
+ want to stop tabbing and focus on the new window if we get another
+ command as well...
+
I have bound Alt_L explicitly and looking for key release events.
This is a bit ugly. It is possible to ask for what keys give
XCB_MOD_MASK_4 or whatever MODKEY is.