nx.layer
nx.layer.focus(target)
nx.layer.focus(target) -> nil. Move keyboard focus across the layout’s layers:
target is “main” (the main editing area) or a dock’s name.
Defined in nx.lua.
nx.layer.main()
nx.layer.main() -> nil. Shorthand for nx.layer.focus(“main”) — focus the main editor area.
Defined in nx.lua.