pub fn default_debug_keybindings() -> Keybindings<SimpleDebugContext>Expand description
Create default debug keybindings with F12/Esc to toggle.
Default bindings:
debug.toggle: F12, Escdebug.state: s, Sdebug.copy: y, Ydebug.mouse: i, I
ยงExample
use tui_dispatch_core::debug::default_debug_keybindings;
let kb = default_debug_keybindings();