Fixed: #920 NeL - X11 Modifier Keys (Patch provided by rti)

This commit is contained in:
kervala 2010-05-24 10:04:40 +02:00
parent 6430653b1d
commit 8c06ff2d1a

View file

@ -221,7 +221,9 @@ TKey getKey (KeySym keysym)
case XK_y: return KeyY; case XK_y: return KeyY;
case XK_Z: case XK_Z:
case XK_z: return KeyZ; case XK_z: return KeyZ;
default: //nldebug ("0x%x %d '%c'", keysym, keysym, keysym); default:
//nldebug ("0x%x %d '%c'", keysym, keysym, keysym);
break;
} }
return KeyNOKEY; return KeyNOKEY;
} }