-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdata.lua
More file actions
30 lines (30 loc) · 785 Bytes
/
Copy pathdata.lua
File metadata and controls
30 lines (30 loc) · 785 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
28
29
30
data:extend{{
type = "custom-input",
name = "bv-highlight-belt",
key_sequence = "SHIFT + G",
action = "lua",
order = "b",
}, {
type = "custom-input",
name = "bv-highlight-ghost",
key_sequence = "G",
action = "lua",
order = "a",
}, {
type = "custom-input",
name = "bv-toggle-hover",
key_sequence = "CONTROL + G",
action = "lua",
order = "c",
}, {
type = "shortcut",
name = "bv-toggle-hover",
localised_name = {"shortcut.bv-toggle-hover"},
associated_control_input = "bv-toggle-hover",
action = "lua",
toggleable = true,
icon = "__belt-visualizer__/graphics/toggle-hover-x32.png",
icon_size = 32,
small_icon = "__belt-visualizer__/graphics/toggle-hover-x24.png",
small_icon_size = 24,
}}