scottwernervt / clipmanager

GUI clipboard manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support X11 selection clipboard

scottwernervt opened this issue · comments

# http://lists.trolltech.com/qt-interest/2005-02/thread00940-0.html
if QApplication.clipbioard().supportsSelection():
    logger.debug('OS Supports Selection')
    # QClipboard.Mode = QClipboard.Selection
    self.clipboard_selection = Clipboard(QApplication.clipboard(QClipboard.Selection)
      , self.new_content)