data:extend(
{
  {
    type = "custom-input",
    name = "give-blueprint",
    key_sequence = "ALT + B",
    consuming = "game-only",
    item_to_create = "blueprint",
    action = "create-blueprint-item"
  },
  {
    type = "custom-input",
    name = "give-blueprint-book",
    key_sequence = "",
    consuming = "game-only",
    item_to_create = "blueprint-book",
    action = "create-blueprint-item"
  },
  {
    type = "custom-input",
    name = "give-deconstruction-planner",
    key_sequence = "ALT + D",
    consuming = "game-only",
    item_to_create = "deconstruction-planner",
    action = "create-blueprint-item"
  },
  {
    type = "custom-input",
    name = "give-upgrade-planner",
    key_sequence = "ALT + U",
    consuming = "game-only",
    item_to_create = "upgrade-planner",
    action = "create-blueprint-item"
  },
  {
    type = "custom-input",
    name = "toggle-personal-roboport",
    key_sequence = "ALT + R",
    consuming = "game-only",
    action = "toggle-personal-roboport"
  },
  {
    type = "custom-input",
    name = "toggle-personal-logistic-requests",
    key_sequence = "ALT + L",
    consuming = "game-only",
    action = "toggle-personal-logistic-requests"
  },
  {
    type = "custom-input",
    name = "toggle-equipment-movement-bonus",
    key_sequence = "ALT + E",
    consuming = "game-only",
    action = "toggle-equipment-movement-bonus"
  }
})
