module Obsctl::TUI::Widgets::WhichKey

Overview

The menu that opens while a key sequence is half typed, listing what can be pressed next. It is drawn last so it floats over the dashboard, and it clears its own cells first because an overlay inherits whatever the panels underneath already painted.

Extended Modules

Defined in:

obsctl/tui/widgets/which_key.cr

Instance Method Summary

Instance Method Detail

def render(area : CryTUI::Rect, buffer : CryTUI::Buffer, model : Model) #

[View source]