diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2011-02-19 02:47:15 +0100 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2011-02-19 02:47:15 +0100 |
commit | d2f90b4458bdf4f42eba63a24036a428a9e6bfc3 (patch) | |
tree | c1044f53eaf56173750bb12693fc202b77bb0428 /TODO | |
parent | 054f27f72e89e0847f49a823e8edc749d165fae2 (diff) | |
download | mcwm-d2f90b4458bdf4f42eba63a24036a428a9e6bfc3.zip |
*** empty log message ***
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -5,12 +5,18 @@ When physical screens change, reset sense of maximum, virtmax et cetera. + This probably means we will have to go through the client list + instead of asking the X server for all windows. + * Grab specific keys Current code grabs modifier keys and any other keypress. We need to specifically grab the keycodes we need. xbindkeys and possibly other programs don't work. + Partially done. Now grabs all our keys unshifted as well as shifted. + Needs a way to tell in config.h what extra modifier is used. + * MappingNotify Need to handle any changes of the keyboard mapping. @@ -127,8 +133,6 @@ * Support sensible portions of ICCCM and EWMH - At least user set position and geometry. - EWMH hints that tells applications about active workspace and focused window... |