Beispiel #1
0
 def replay(self):
     self.apply_action()
     if self.is_a(insert_command):
         for key, hw_kc, string in self.key_presses:
             send_key_event(key,
                            hardware_keycode=hw_kc,
                            window=self.vim_state.gtk_view)
Beispiel #2
0
 def replay(self):
     self.apply_action()
     if self.is_a(insert_command):
         for key, hw_kc, string in self.key_presses:
             send_key_event(
                 key, hardware_keycode=hw_kc, window=self.vim_state.gtk_view
             )