It worked in version 1.0. This applys to type=shortcut and type=custom-input.
Example code from previously working mod:
Code: Select all
{
type = "custom-input",
name = "stuff",
action = "create-blueprint-item",
key_sequence = "SHIFT + C",
item_to_create = "stuff"
}