1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Merge branch 'master' into autotools-conversion

This commit is contained in:
Jon Trulson 2020-03-23 12:55:32 -06:00
commit 11af2add7e
6 changed files with 9 additions and 9 deletions

View file

@ -1326,7 +1326,7 @@ QueryServerSettings( void )
return(-1);
}
}
tmpMod = XKeycodeToKeysym(smGD.display, modMap->modifiermap[i], 0);
tmpMod = XkbKeycodeToKeysym(smGD.display, modMap->modifiermap[i], 0, 0);
sprintf(tmpChar,"%ld", tmpMod);
strcat(resSpec, tmpChar);
if(i != numLoops)