self.menu.addMenuEntry("menuView","actionEqualSizeSongPatternArea",QtCore.QCoreApplication.translate("menu","Equal space for Pattern/Song Area"),self.equalizeSongPatternAreas)
self.menu.addMenuEntry("menuView","actionPatternFollowPlayhead",QtCore.QCoreApplication.translate("menu","Follow playhead in pattern-view by scrolling."),self.toggleFollowPlayheadInPattern,checkable=True,shortcut="f")
self.menu.addMenuEntry("menuView","actionVelocitiesAlwaysVisible",QtCore.QCoreApplication.translate("menu","Velocity numbers are always visible"),self.toggleVelocitiesAlwaysVisible,checkable=True,shortcut="v")