From 1f3e516780a6c5d262ea029ce97cc1c5c0448410 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Sun, 10 Jun 2018 20:09:41 -0700 Subject: [PATCH] [Mac] Change accel for Undo History. So that it doesn't conflict with a system binding for hiding the window. Fixes #10619. --- mac/gramps.accel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mac/gramps.accel b/mac/gramps.accel index e22e44a63..d4bdbc9a8 100644 --- a/mac/gramps.accel +++ b/mac/gramps.accel @@ -33,7 +33,7 @@ ; (gtk_accel_path "/FileWindow/Open" "o") ; (gtk_accel_path "/ReportWindow/endofline_report" "") (gtk_accel_path "/MainWindow/CitationAdd" "c") -; (gtk_accel_path "/UndoHistory/UndoHistory" "h") + (gtk_accel_path "/UndoHistory/UndoHistory" "h") ; (gtk_accel_path "/ReportWindow/family_descend_chart" "") (gtk_accel_path "/AllMainWindow/Close" "w") ; (gtk_accel_path "/FileWindow/HelpMenu" "")