Skip to content

Commit

Permalink
change keyboard shortcut for merge to avoid clash on MacOS #422
Browse files Browse the repository at this point in the history
  • Loading branch information
3ll3d00d committed Jan 29, 2021
1 parent c540e34 commit 6ead22f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/python/ui/beq.py
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,6 @@ def retranslateUi(self, MainWindow):
self.actionShow_Filter_Widget.setText(_translate("MainWindow", "Show Filter Widget"))
self.actionShow_Filter_Widget.setShortcut(_translate("MainWindow", "Ctrl+Alt+="))
self.actionMerge_Signals.setText(_translate("MainWindow", "Merge &Signals"))
self.actionMerge_Signals.setShortcut(_translate("MainWindow", "Ctrl+Alt+S"))
self.actionMerge_Signals.setShortcut(_translate("MainWindow", "Ctrl+Meta+S"))
from app import PlotWidgetWithDateAxis
from mpl import MplWidget
2 changes: 1 addition & 1 deletion src/main/python/ui/beq.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@
<string>Merge &amp;Signals</string>
</property>
<property name="shortcut">
<string>Ctrl+Alt+S</string>
<string>Ctrl+Meta+S</string>
</property>
</action>
</widget>
Expand Down

0 comments on commit 6ead22f

Please sign in to comment.