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

hg/feature/sound
kervala 15 years ago
parent 61161d3092
commit cca38ca645

@ -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;
} }

Loading…
Cancel
Save