summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2011-03-28 15:02:36 +0200
committerMichael Cardell Widerkrantz <mc@hack.org>2011-03-28 15:18:38 +0200
commitb41b1c184ad1c51435c70a1ad5e05a48c14afe89 (patch)
treeec2f744df3d86e31bead44deddafac8e7cf68ac4 /NEWS
parent8722badc3d883a04433c7782e5b2d23063edd525 (diff)
downloadmcwm-b41b1c184ad1c51435c70a1ad5e05a48c14afe89.zip
Removed USERKEY_MOD and KEY_ALT special handling. Now asks X server
for keycodes with MODKEY mask instead and checks for those. Also stops tabbing around not only when MODKEY keys are released, but also when another MODKEY command is pressed.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cded7ce..591be72 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,16 @@
User visible changes
+2011-03-26
+
+ * You don't have to tell mcwm what keycode generates the MODKEY
+ mask anymore (USERKEY_MOD in config.h is gone). mcwm now asks the
+ X server what keys generate the mask and also supports several
+ keys generating the mask.
+
+ * Stops tabbing around not only if a key generating MODKEY mask is
+ lifted but also if another command key is pressed.
+
2011-03-18
* Now handles keyboard remapping.