XK_dead_circumflex for ^ key added.

This commit is contained in:
johns 2001-06-04 13:20:40 +00:00
parent b4e0f73235
commit 3beadc7c29

View file

@ -583,6 +583,10 @@ local unsigned X112InternalKeycode(const KeySym code)
icode=KeyCodeKPMinus;
break;
case XK_dead_circumflex:
icode='^';
break;
// We need these because if you only hit a modifier key,
// X doesn't set its state (modifiers) field in the keyevent.
case XK_Shift_L: