changed to using a keys config
authorPatrik Gornicz <Gornicz.P@gmail.com>
Thu, 9 Oct 2008 00:36:23 +0000 (20:36 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Thu, 9 Oct 2008 00:36:23 +0000 (20:36 -0400)
configs/keys.cfg [new file with mode: 0644]
configs/test2.cfg
src/config/reader.cpp

diff --git a/configs/keys.cfg b/configs/keys.cfg
new file mode 100644 (file)
index 0000000..0c6a8f3
--- /dev/null
@@ -0,0 +1,2 @@
+follow=f
+well=space
index baf64f5..baeb151 100644 (file)
@@ -1,2 +1,2 @@
-follow=k
-well=LCtrl
+follow=k
+well=LCtrl
index 4e27d93..d29f8b0 100644 (file)
@@ -39,7 +39,7 @@ void createKeyMap();
 /// ***** Private Variables *****
 
 const char* configDir = "configs/";
-const char* testFile = "test2.cfg";
+const char* testFile = "keys.cfg";
 
 /// ***** Public Methods *****