Function PopupMenu.setItemAccelerator
Sets the accelerator of the item at index idx
. Accelerators are special combinations of keys that activate the item, no matter which control is focused.
void setItemAccelerator
(
const(long) idx,
const(long) accel
) nothrow @nogc;