Home
last modified time | relevance | path

Searched refs:execShortcut (Results 1 – 1 of 1) sorted by relevance

/dports/deskutils/treeline/TreeLine/source/
H A Dtreewindow.py77 self.treeView.shortcutEntered.connect(self.execShortcut)
100 parentEditView.shortcutEntered.connect(self.execShortcut)
109 childEditView.shortcutEntered.connect(self.execShortcut)
126 parentTitleView.shortcutEntered.connect(self.execShortcut)
129 childTitleView.shortcutEntered.connect(self.execShortcut)
289 self.treeFilterView.shortcutEntered.connect(self.execShortcut)
351 def execShortcut(self, key): member in TreeWindow