forked from ndamiano/ProgressiveProductivity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.lua
More file actions
19 lines (19 loc) · 620 Bytes
/
data.lua
File metadata and controls
19 lines (19 loc) · 620 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
data:extend({
{
type = "custom-input",
name = "toggle_progressive_productivity_gui",
key_sequence = "CONTROL + P",
order = "a"
},
{
type = "shortcut",
name = "toggle_progressive_productivity_gui_shortcut",
action = "lua",
localised_name = {"shortcut.progressive-productivity-toggle-gui"},
icon = "__base__/graphics/icons/shortcut-toolbar/mip/alt-mode-x56.png",
icon_size = 56,
small_icon = "__base__/graphics/icons/shortcut-toolbar/mip/alt-mode-x24.png",
small_icon_size = 24,
toggleable = false
}
})