-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata.lua
More file actions
27 lines (25 loc) · 790 Bytes
/
data.lua
File metadata and controls
27 lines (25 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
data:extend(
{
{
type = "custom-input",
name = "front-craft",
key_sequence = "ALT + mouse-button-1",
consuming = "none",
include_selected_prototype = true
},
{
type = "custom-input",
name = "front-craft-5",
key_sequence = "ALT + mouse-button-2",
consuming = "none",
include_selected_prototype = true
},
{
type = "custom-input",
name = "front-craft-all",
key_sequence = "SHIFT + ALT + mouse-button-1",
consuming = "none",
include_selected_prototype = true
}
}
)