TypeScript API Documentation for GDK
API Version: 4.0
Library Version: 4.0.0
Generated with TypeDoc via ts-for-gir v5.2.0
Since 4.24
Gets keyvals that are 'aliases' for keyval.
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.
GDK_KEY_KP_Left
GDK_KEY_Left
the keyval to get aliases for
an array of keyvals
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_LeftandGDK_KEY_Left.