enter in MucListTab does like 'j'
This commit is contained in:
parent
190fc0a1f7
commit
24d6894b64
1 changed files with 2 additions and 1 deletions
|
@ -954,6 +954,8 @@ class MucListTab(Tab):
|
|||
self.key_func["/"] = self.on_slash
|
||||
self.key_func['j'] = self.join_selected
|
||||
self.key_func['J'] = self.join_selected_no_focus
|
||||
self.key_func['^J'] = self.join_selected
|
||||
self.key_func['^M'] = self.join_selected
|
||||
self.resize()
|
||||
|
||||
def refresh(self, tabs, informations, roster):
|
||||
|
@ -1030,7 +1032,6 @@ class MucListTab(Tab):
|
|||
def get_color_state(self):
|
||||
return self._color_state
|
||||
|
||||
|
||||
def diffmatch(search, string):
|
||||
"""
|
||||
Use difflib and a loop to check if search_pattern can
|
||||
|
|
Loading…
Reference in a new issue