OSDN Git Service

Add FuncDefs class to handle functions defined in dot.xkeymacs.
[xkeymacs/xkeymacs.git] / xkeymacs / KeyString.h
1 #pragma once\r
2 #include "stdafx.h"\r
3 \r
4 class KeyString\r
5 {\r
6 public:\r
7         KeyString(bool is106Keyboard);\r
8         CString ToString(int type, int key);\r
9         void ToKey(LPCTSTR str, int& type, int& key);\r
10 };\r