| Top |
SkkNicolaKeyEventFilterSkkNicolaKeyEventFilter — Key event filter implementing NICOLA (thumb shift) input |
| #define | SKK_TYPE_NICOLA_KEY_EVENT_FILTER |
| struct | SkkNicolaKeyEventFilter |
| struct | SkkNicolaKeyEventFilterClass |
This class is rarely used in programs but specified as "filter" property in rule metadata.
See also: SkkRule
SkkNicolaKeyEventFilter *
skk_nicola_key_event_filter_new (void);
#define SKK_TYPE_NICOLA_KEY_EVENT_FILTER (skk_nicola_key_event_filter_get_type ())
The type for SkkNicolaKeyEventFilter.
struct SkkNicolaKeyEventFilter;
Key event filter implementing NICOLA (thumb shift) input
This class is rarely used in programs but specified as "filter" property in rule metadata.
See also: SkkRule
struct SkkNicolaKeyEventFilterClass {
SkkKeyEventFilterClass parent_class;
};
The class structure for SKK_TYPE_NICOLA_KEY_EVENT_FILTER. All the fields in this structure are private and should never be accessed directly.