Commit fc2b366

Christoph Lohmann <20h@r-36.net>
2012-12-13 14:57:15
Checking for the lower X11 special keys too. Thanks Benjamin R. Haskell!
1 parent 3c6ec19
Changed files (1)
st.c
@@ -2728,7 +2728,7 @@ kmap(KeySym k, uint state) {
 			break;
 	}
 	if(i == LEN(mappedkeys)) {
-		if((k & 0xFFFF) < 0xFF00)
+		if((k & 0xFFFF) < 0xFD00)
 			return NULL;
 	}