Definition at line 226 of file KeyBindingsMap.h. References GetKeyBinding(), and Impala::MakeString(). Referenced by InitKeyBinding(). 00227 { 00228 if (keyStr.empty()) 00229 return; 00230 00231 String k = keyStr; 00232 if (n>0) 00233 k += "-" + MakeString(n); 00234 String bindStr = GetKeyBinding(k, dfltStr); 00235 if (!bindStr.empty()) 00236 kb[k] = bindStr; 00237 }
Here is the call graph for this function:
|