From 76447c4a5b6c31f9aec0834353e017eeae77f9c4 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Wed, 18 Aug 2021 15:24:42 -0400 Subject: 3.24.29 for fc33 --- other__mnemonics-delay.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 other__mnemonics-delay.patch (limited to 'other__mnemonics-delay.patch') diff --git a/other__mnemonics-delay.patch b/other__mnemonics-delay.patch new file mode 100644 index 0000000..54fb510 --- /dev/null +++ b/other__mnemonics-delay.patch @@ -0,0 +1,13 @@ +Index: b/gtk/gtkwindow.c +=================================================================== +--- a/gtk/gtkwindow.c ++++ b/gtk/gtkwindow.c +@@ -147,7 +147,7 @@ + * widget that is added as a titlebar child. + */ + +-#define MNEMONICS_DELAY 300 /* ms */ ++#define MNEMONICS_DELAY 0 /* ms */ + #define NO_CONTENT_CHILD_NAT 200 + /* In case the content (excluding header bar and shadows) of the window + * would be empty, either because there is no visible child widget or only an -- cgit