XK_dead_circumflex for ^ key added.
This commit is contained in:
parent
b4e0f73235
commit
3beadc7c29
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue