Skip to content

Commit

Permalink
removed copy/paste dummy mode, raise 'not implemented'
Browse files Browse the repository at this point in the history
  • Loading branch information
mtivadar committed Jul 21, 2017
1 parent b484cf5 commit 9f2dc50
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qiew.py
Expand Up @@ -390,6 +390,8 @@ def eventFilter(self, watched, event):

if event.modifiers() & QtCore.Qt.ShiftModifier:
if key == QtCore.Qt.Key_Insert:
raise Exception("Not implemented")
"""
import re
hx = pyperclip.paste()
#print hx
Expand All @@ -406,6 +408,7 @@ def eventFilter(self, watched, event):
self.viewMode.draw(True)
del pyperclip
#print array
"""

if key == QtCore.Qt.Key_F4:
self.unp = WUnpack(self, None)
Expand Down

0 comments on commit 9f2dc50

Please sign in to comment.