From: Patrik Gornicz Date: Thu, 9 Oct 2008 00:36:23 +0000 (-0400) Subject: changed to using a keys config X-Git-Tag: v0.07~7^2~2 X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=commitdiff_plain;h=a3e0400dfe6b7bc43e43db787ff701da8be9c5cc changed to using a keys config --- diff --git a/configs/keys.cfg b/configs/keys.cfg new file mode 100644 index 0000000..0c6a8f3 --- /dev/null +++ b/configs/keys.cfg @@ -0,0 +1,2 @@ +follow=f +well=space diff --git a/configs/test2.cfg b/configs/test2.cfg index baf64f5..baeb151 100644 --- a/configs/test2.cfg +++ b/configs/test2.cfg @@ -1,2 +1,2 @@ -follow=k -well=LCtrl +# follow=k +# well=LCtrl diff --git a/src/config/reader.cpp b/src/config/reader.cpp index 4e27d93..d29f8b0 100644 --- a/src/config/reader.cpp +++ b/src/config/reader.cpp @@ -39,7 +39,7 @@ void createKeyMap(); /// ***** Private Variables ***** const char* configDir = "configs/"; -const char* testFile = "test2.cfg"; +const char* testFile = "keys.cfg"; /// ***** Public Methods *****