Function

Gdk-4.0Gdkkeyval_get_aliasesSince 4.24

  • Gets keyvals that are 'aliases' for keyval.

    Aliases are meant to be functionally equivalent and should be treated the same with respect to keyboard shortcuts, etc. An example are keypad keys that are aliases for their normal counterpart, such as GDK_KEY_KP_Left and GDK_KEY_Left.

    Parameters

    • keyval: number

      the keyval to get aliases for

    Returns number[]

    an array of keyvals

    4.24