[dasher: 1/28] Add preference for Turbo Mode to Default Filter module settings



commit e79abed1d207891c73c4421c28e6496d495e81f0
Author: Alan Lawrence <acl33 inf phy cam ac uk>
Date:   Tue Sep 6 11:00:23 2011 +0100

    Add preference for Turbo Mode to Default Filter module settings

 Src/DasherCore/DefaultFilter.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/Src/DasherCore/DefaultFilter.cpp b/Src/DasherCore/DefaultFilter.cpp
index 0da8445..8707e45 100644
--- a/Src/DasherCore/DefaultFilter.cpp
+++ b/Src/DasherCore/DefaultFilter.cpp
@@ -16,6 +16,7 @@ static SModuleSettings sSettings[] = {
   {BP_REMAP_XTREME, T_BOOL, -1, -1, -1, -1, _("At top and bottom, scroll more and translate less (makes error-correcting easier)")},
   {LP_GEOMETRY, T_LONG, 0, 3, 1, 1, _("Screen geometry (mostly for tall thin screens) - 0=old-style, 1=square no-xhair, 2=squish, 3=squish+log")},
   {LP_SHAPE_TYPE, T_LONG, 0, 5, 1, 1, _("Shape type: 0=disjoint rects, 1=overlapping, 2=triangles, 3=trunc-tris, 4=quadrics, 5=circles")},
+  {BP_TURBO_MODE, T_BOOL, -1, -1, -1, -1, _("Hold right mouse button / key 1 to go 75% faster")},
 };
 
 bool CDefaultFilter::GetSettings(SModuleSettings **sets, int *iCount) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]