You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{BP_PALETTE_CHANGE , Parameter_Value{"PaletteChange" , PARAM_BOOL, Persistence::PERSISTENT, false , "Switch from color palette in setting automatically to the one provided in the alphabet"}},
16
15
{BP_TURBO_MODE , Parameter_Value{"TurboMode" , PARAM_BOOL, Persistence::PERSISTENT, true , "Boost speed when holding key1 or right mouse button", "", Settings::UIControlType::Switch}},
17
16
{BP_SMOOTH_PRESS_MODE , Parameter_Value{"SmoothPressMode" , PARAM_BOOL, Persistence::PERSISTENT, true , "Use Press-Input in the Smoothing-Input-Filter", "", Settings::UIControlType::Switch}},
@@ -23,7 +22,6 @@ namespace Dasher{
23
22
{BP_REMAP_XTREME , Parameter_Value{"RemapXtreme" , PARAM_BOOL, Persistence::PERSISTENT, false, "Pointer at extreme Y translates more and zooms less", "", Settings::UIControlType::Switch}},
{BP_LM_ADAPTIVE , Parameter_Value{"LMAdaptive" , PARAM_BOOL, Persistence::PERSISTENT, true , "Whether language model should learn as you enter text"}},
26
-
{BP_CIRCLE_START , Parameter_Value{"CircleStart" , PARAM_BOOL, Persistence::PERSISTENT, false, "Start on circle mode", "", Settings::UIControlType::Switch}},
27
25
{BP_NONLINEAR_Y , Parameter_Value{"NonlinearY" , PARAM_BOOL, Persistence::PERSISTENT, true , "Apply nonlinearities to Y axis (i.e. compress top & bottom)"}},
28
26
{BP_STOP_OUTSIDE , Parameter_Value{"PauseOutside" , PARAM_BOOL, Persistence::PERSISTENT, false, "Whether to stop when pointer leaves canvas area", "", Settings::UIControlType::Switch}},
29
27
#ifdef TARGET_OS_IPHONE
@@ -48,6 +46,11 @@ namespace Dasher{
48
46
{LP_DASHER_FONTSIZE , Parameter_Value{ "DasherFontSize" , PARAM_LONG, Persistence::PERSISTENT, 22l , "Font size reached at crosshair (in points)"}},
49
47
{LP_MESSAGE_FONTSIZE , Parameter_Value{ "MessageFontSize" , PARAM_LONG, Persistence::PERSISTENT, 14l , "Size of font for messages (in points)"}},
50
48
{LP_SHAPE_TYPE , Parameter_Value{ "RenderStyle" , PARAM_LONG, Persistence::PERSISTENT, static_cast<long>(Options::OVERLAPPING_RECTANGLE), "Shapes to render in (see Options::Rendering_Shape_Types)"}},
{LP_PY_PROB_SORT_THRES , Parameter_Value{ "PYProbabilitySortThreshold", PARAM_LONG, Persistence::PERSISTENT, 85l , "Sort converted syms in descending probability order up to this percentage"}},
0 commit comments