const KeyboardOverlayMode = brackets.getModule("command/KeyboardOverlayMode")This handles the overlay mode
Responsible to start the overlay mode
Responsible to exit the overlay mode. restores focus to previously active pane
Handles the keyboard navigation in overlay mode Process the arrow keys to move between panes, Enter to select a pane, and Escape to exit overlay mode
Kind: global function
| Param | Type |
|---|---|
| event | KeyboardEvent |
to check whether in overlay mode or not
Kind: global function
Returns: boolean - returns true if in overlay mode otherwise false