Trigger actual BH command.
(self)
| 900 | self.execute() |
| 901 | |
| 902 | def execute(self): |
| 903 | """Trigger actual BH command.""" |
| 904 | |
| 905 | debug("Key Event") |
| 906 | self.bh.match(self.view) |
| 907 | bh_thread.ignore_all = False |
| 908 | bh_thread.time = time() |
| 909 | |
| 910 | def is_enabled(self, **kwargs): |
| 911 | """Check if command is enabled.""" |