Searched refs:add_keybind_help_text (Results 1 – 3 of 3) sorted by relevance
67 help_window.add_keybind_help_text('Global', key_bindings)115 help_window.add_keybind_help_text('Global', global_bindings)116 help_window.add_keybind_help_text('Focus', focus_bindings)
783 self.keybind_help_window.add_keybind_help_text('Global',786 self.keybind_help_window.add_keybind_help_text(794 self.keybind_help_window.add_keybind_help_text(
296 def add_keybind_help_text(self, section_name, key_bindings: KeyBindings): member in HelpWindow