-
public uint accel_key { set; get; }
The keyval of the accelerator.
-
public CellRendererAccelMode accel_mode { set; get; }
Determines if the edited accelerators are GTK+ accelerators. If they are, consumed modifiers are
suppressed, only accelerators accepted by GTK+ are allowed, and the accelerators are rendered in the same way as they are in menus.
-
public ModifierType accel_mods { set; get; }
The modifier mask of the accelerator.
-
public uint keycode { set; get; }
The hardware keycode of the accelerator. Note that the hardware keycode is only relevant if the key does
not have a keyval. Normally, the keyboard configuration should assign keyvals to all keys.