From f8fcfcfef1e5a8cbda66328664f41b3f9aa2a773 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 7 Mar 2013 14:47:20 +0300 Subject: Fix key repeat time calculation. Add configurabale auto repeat time. --- src/gui/setup_other.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui') diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp index 2d6febe60..86e4f63bf 100644 --- a/src/gui/setup_other.cpp +++ b/src/gui/setup_other.cpp @@ -211,6 +211,8 @@ Setup_Other::Setup_Other(const Widget2 *const widget) : new SetupItemIntTextField(_("Repeat interval"), "", "repeateInterval", this, "repeateIntervalEvent", 0, 10000); + new SetupItemIntTextField(_("Custom repeat interval"), "", + "repeateInterval2", this, "repeateInterval2Event", 0, 10000); new SetupItemLabel(_("Windows"), "", this); -- cgit v1.2.3-70-g09d2