11 lines
260 B
Lua
11 lines
260 B
Lua
require "prototypes.ltnc-prototype"
|
|
require "prototypes.styles"
|
|
|
|
-- register tab key event
|
|
--local tab_event = {
|
|
-- type = "custom-input",
|
|
-- name = "ltnc-tab-key-event",
|
|
-- key_sequence = "TAB",
|
|
-- consuming = "none"
|
|
--}
|
|
--data:extend({tab_event}) |