1. NAME

XkbKeycodeToKeysym - Finds the keysym bound to a particular key at a specified group and shift level

2. SYNOPSIS

KeySym XkbKeycodeToKeysym (Display * dpy , KeyCode kc , unsigned int group , unsigned int level );

3. ARGUMENTS

  • - dpy
        connection to X server
  • - kc
        key of interest
  • - group
        group of interest
  • - level
        shift level of interest

4. DESCRIPTION

XkbKeycodeToKeysymreturns the keysym bound to a particular group and shift level for a particular key on the core keyboard. If kcis not a legal keycode for the core keyboard, or if groupor levelare out of range for the specified key, XkbKeycodeToKeysymreturns NoSymbol.