Explorar o código

Checking for the lower X11 special keys too. Thanks Benjamin R. Haskell!

Christoph Lohmann %!s(int64=12) %!d(string=hai) anos
pai
achega
fc2b366968
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      st.c

+ 1 - 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;
 	}