win32gui.CreateAcceleratorTable

HACCEL = CreateAcceleratorTable(accels)

Creates an accelerator table

Parameters

accels : ( (int, int, int), ...)

A sequence of (fVirt, key, cmd), as per the Win32 ACCEL structure.