Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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.