Fix pasting so we always use our own paste method rather than VTE's so pasting with the keyboard shortcut works in groups
This commit is contained in:
parent
5b5739df0e
commit
df43e67239
|
@ -1326,7 +1326,7 @@ for %s (%s)' % (name, urlplugin.__class__.__name__))
|
|||
self.vte.copy_clipboard()
|
||||
|
||||
def key_paste(self):
|
||||
self.vte.paste_clipboard()
|
||||
self.paste_clipboard()
|
||||
|
||||
def key_toggle_scrollbar(self):
|
||||
self.do_scrollbar_toggle()
|
||||
|
|
Loading…
Reference in New Issue