diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2011-03-08 12:13:12 +0100 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2011-03-08 12:14:38 +0100 |
commit | b61c62214ef5fb2d0b1bc5604b74e7dbcd778071 (patch) | |
tree | d4ca7668ab4dfaeb11766a32b222be4c9897e1a5 | |
parent | 25b6342c1768d4d2e8fd778d94a8b5c0926a403e (diff) | |
download | mcwm-b61c62214ef5fb2d0b1bc5604b74e7dbcd778071.zip |
*** empty log message ***
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |