diff options
Diffstat (limited to 'other__mnemonics-delay.patch')
-rw-r--r-- | other__mnemonics-delay.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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 |