📄 configure.h
字号:
//Configure.h
////////////////////////////////////////////////////////////
#ifndef CONFIGURE_H
#define CONFIGURE_H
///////////////////////////////////////////////////////////
//================================================================
//The input method window
//The input method window is base on source code
//#define IMWND_FROM_CODE
//The input method window is base on DLL
#define IMWND_FROM_DLL
//================================================================
//Choose the information to write or not
//#define WRITE_LOG
//===============================================================
//Some default value
//The input window dll name
#define IMWND_DLL_PATH TEXT("\\WINDOWS\\DLLWND.dll")
//===============================================================
//////////////////////////////////////////////////////////////////
#endif //CONFIGURE_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -