hv.hrh

来自「一个关于symbian下文本编辑器的源码程序」· HRH 代码 · 共 25 行

HRH
25
字号
/*
 * HView [c]2004 Marcin Skoczylas, All rights reserved
 *
 * This file is under GPL license, see gpl.txt file
 *
 */

#ifndef __HV_HRH__
#define __HV_HRH__

/** HV enumerate command codes */
enum THVIds
    {
    EHVCommand = 1,  // start value must not be 0
	EOpenFile,
	//ESearchFile,
	EGotoFilePos,
	ESwitchToBinary,
	ESwitchToPlain

    };


#endif // __HV_HRH__

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?