Function

Gdk-3.0Gdkkeyval_name

  • Converts a key value into a symbolic name.

    The names are the same as those in the gdk/gdkkeysyms.h header file but without the leading “GDK_KEY_”.

    Parameters

    • keyval: number

      a key value

    Returns string

    a string containing the name of the key, or null if keyval is not a valid key. The string should not be modified.