From 78d6415a619b5c484914141fe2855f09f98caf1b Mon Sep 17 00:00:00 2001 From: jc3213 Date: Wed, 3 Apr 2019 20:37:04 +0800 Subject: [PATCH] rebalanced cursor speed in default config.ini oops --- Windows/Gopher/ConfigFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows/Gopher/ConfigFile.cpp b/Windows/Gopher/ConfigFile.cpp index 5fe7343..881f5ad 100644 --- a/Windows/Gopher/ConfigFile.cpp +++ b/Windows/Gopher/ConfigFile.cpp @@ -137,7 +137,7 @@ void ConfigFile::ExtractKeys() outfile << "\n" << std::endl; outfile << "# ADVANCED CONFIGURATION SETTINGS" << std::endl; outfile << "# ALLOWED CURSOR SPEEDS, FIRST WILL BE CHOSEN BY DEFAULT. VALUES > 1.0 WILL BE IGNORED. NO SPACES." << std::endl; - outfile << "CURSOR_SPEED = ULTRALOW=0.005,LOW=0.015,MED=0.025,HIGH=0.04" << std::endl; + outfile << "CURSOR_SPEED = ULTRALOW=0.010,LOW=0.020,MED=0.030,HIGH=0.040,ULTRAHIGH=0.050" << std::endl; outfile << "# SET ACCELERATION FACTOR FOR NON-LINEAR CURSOR SPEED" << std::endl; outfile << "# ACCELERATION_FACTOR = 3" << std::endl; outfile << "# Swaps the function of the thumbsticks. Set to 0 for default behavior or set to 1 to have the mouse movement on the right stick and scrolling on the left stick." << std::endl;