You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/help/keyboardshortcuts_help.py
+1
Original file line number
Diff line number
Diff line change
@@ -94,6 +94,7 @@ def content() -> str:
94
94
tbl_AddlShortcuts.add_row([QApplication.translate('HelpDlg','Enter'),QApplication.translate('HelpDlg','Roast Properties Roast Tab\nVolume Calculator Unit, Green Unit Weight or Roasted Unit Weight field'),QApplication.translate('HelpDlg','Overwrite with current scale weight (same action as 'unit', 'in', 'out' buttons)'),QApplication.translate('HelpDlg','Requires a connected scale')])
95
95
tbl_AddlShortcuts.add_row([QApplication.translate('HelpDlg','Enter'),QApplication.translate('HelpDlg','Roast Properties Roast tab\nGreen Weight or Roasted Weight field'),QApplication.translate('HelpDlg','Overwrite with current scale weight'),QApplication.translate('HelpDlg','Requires a connected scale')])
96
96
tbl_AddlShortcuts.add_row([QApplication.translate('HelpDlg','⌘+C [Mac]\nCTRL+C [Win]'),QApplication.translate('HelpDlg','Roast Properties Data tab'),QApplication.translate('HelpDlg','Copy table'),' '])
97
+
tbl_AddlShortcuts.add_row([QApplication.translate('HelpDlg','Click on Energy / CO2 result area'),QApplication.translate('HelpDlg','Roast Properties Energy tab'),QApplication.translate('HelpDlg','Toggle 'per kg green coffee' result for Batch or Roast'),' '])
97
98
tbl_AddlShortcuts.add_row([QApplication.translate('HelpDlg','OPTION click 'Copy Table' Button [Mac]\nALT click 'Copy Table' Button [Win]'),QApplication.translate('HelpDlg','Various'),QApplication.translate('HelpDlg','For various tables this copies the table in tabular form'),' '])
98
99
tbl_AddlShortcuts.add_row([QApplication.translate('HelpDlg','Click on Home Icon\nWhile recording only'),QApplication.translate('HelpDlg','Navigation Toolbar'),QApplication.translate('HelpDlg','Toggle Zoom Follow (automatic panning)'),QApplication.translate('HelpDlg','Zoom action while recording sets Follow ON')])
0 commit comments