Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GdkKeymapKey Struct Reference

#include <gdktypes.h>

Data Fields

guint keycode
 
int group
 
int level
 

Detailed Description

GdkKeymapKey: @keycode: the hardware keycode. This is an identifying number for a physical key. @group: indicates movement in a horizontal direction. Usually groups are used for two different languages. In group 0, a key might have two English characters, and in group 1 it might have two Hebrew characters. The Hebrew characters will be printed on the key next to the English characters. @level: indicates which symbol on the key will be used, in a vertical direction. So on a standard US keyboard, the key with the number “1” on it also has the exclamation point ("!") character on it. The level indicates whether to use the “1” or the “!” symbol. The letter keys are considered to have a lowercase letter at level 0, and an uppercase letter at level 1, though only the uppercase letter is printed.

A GdkKeymapKey is a hardware key that can be mapped to a keyval.

Definition at line 162 of file gdktypes.h.

Field Documentation

◆ group

int _GdkKeymapKey::group

Definition at line 165 of file gdktypes.h.

◆ keycode

guint _GdkKeymapKey::keycode

Definition at line 164 of file gdktypes.h.

◆ level

int _GdkKeymapKey::level

Definition at line 166 of file gdktypes.h.


The documentation for this struct was generated from the following file: