Variable ActionMap._map

struct ActionMap
{
  // ...
  Action[Accelerator] _map;
  // ...
}