Set focus on text zone on ctrl+return
offlate/window.py
| 111 | 111 | index = self.treeWidget.currentIndex() | |
| 112 | 112 | nextItem = self.treeWidget.itemFromIndex(self.treeWidget.indexBelow(index)) | |
| 113 | 113 | self.treeWidget.setCurrentItem(nextItem) | |
| 114 | + | self.msgstr.setFocus() | |
| 114 | 115 | ||
| 115 | 116 | def selectItem(self, current, old): | |
| 116 | 117 | if current == None: |