Added optional config ini file for configuring key mappings used by Edit Mode.

This commit is contained in:
Kyzentun
2014-11-17 04:24:20 -07:00
parent 9b847caa45
commit a5d9f029f3
7 changed files with 452 additions and 1 deletions
+1 -1
View File
@@ -639,7 +639,7 @@ const InputScheme *InputMapper::GetInputScheme() const
return m_pInputScheme;
}
static const RString DEVICE_INPUT_SEPARATOR = ":"; // this isn't used in any key names
const RString DEVICE_INPUT_SEPARATOR = ":"; // this isn't used in any key names
void InputMapper::ReadMappingsFromDisk()
{