Skip to content

Commit

Permalink
Why not the 'expected' hotkey for 'save corpus'??
Browse files Browse the repository at this point in the history
after this commit Ctrl+S saves the corpus.
  • Loading branch information
stannam committed Jan 11, 2022
1 parent 8007056 commit 9b52398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corpustools/gui/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1108,7 +1108,7 @@ def createActions(self):
self.createSubsetAct.setEnabled(False)

self.saveCorpusAct = QAction( "Save corpus",
self,
self, shortcut=QKeySequence.Save,
statusTip="Save corpus", triggered=self.saveCorpus)
self.saveCorpusAct.setEnabled(False)

Expand Down

0 comments on commit 9b52398

Please sign in to comment.