CellRendererAccel.keycode

uint keycode() @property

Get keycode property.

Returns

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.

void keycode(uint propval) @property

Set keycode property.

Parameters

propvalThe 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.