--- a/ViewManager/ViewManager.py Fri Jan 01 12:12:12 2016 +0100 +++ b/ViewManager/ViewManager.py Fri Jan 01 15:53:49 2016 +0100 @@ -2430,7 +2430,7 @@ if isMacPlatform(): act.setShortcut(QKeySequence( QCoreApplication.translate('ViewManager', 'Meta+Shift+A'))) - self.esm.setMapping(act, QsciScintilla.SCI_HOME) + self.esm.setMapping(act, QsciScintilla.SCI_HOMEEXTEND) act.triggered.connect(self.esm.map) self.editActions.append(act)