diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/setup_other.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/gui/setup_other.cpp b/src/gui/setup_other.cpp index ff678225f..bf186b45a 100644 --- a/src/gui/setup_other.cpp +++ b/src/gui/setup_other.cpp @@ -162,6 +162,16 @@ Setup_Other::Setup_Other() "guild support"), "", "enableGuildBot", this, "enableGuildBotEvent", false); + + new SetupItemLabel(_("Keyboard"), "", this); + + new SetupItemIntTextField(_("Repeat delay"), "", + "repeateDelay", this, "repeateDelayEvent", 0, 10000); + + new SetupItemIntTextField(_("Repeat interval"), "", + "repeateInterval", this, "repeateIntervalEvent", 0, 10000); + + new SetupItemLabel(_("Windows"), "", this); mShortcutsList = new SetupItemNames(); |