aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Lib/defconQt/glyphCollectionView.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/defconQt/glyphCollectionView.py b/Lib/defconQt/glyphCollectionView.py
index 0fdef90..e333ca7 100644
--- a/Lib/defconQt/glyphCollectionView.py
+++ b/Lib/defconQt/glyphCollectionView.py
@@ -226,7 +226,7 @@ class GlyphCollectionWidget(QWidget):
modifiers = event.modifiers()
if key in arrowKeys:
self._arrowKeyPressEvent(event)
- elif key == Qt.Key_Enter:
+ elif key == Qt.Key_Return:
index = self._lastSelectedCell
if index is not None and self.doubleClickCallback is not None:
# TODO: does it still make sense to call this doubleClickCallback?