?? ioctrl_s.h
字號:
//***********************************************************************/
// Author : Garry
// Original Date : Jun,10 2005
// Module Name : IOCTRL_S.H
// Module Funciton :
// This module countains io control application's pre-
// definitions.
// This file countains shell command or application code,
// as the name of this file is ended by "_S".
// Last modified Author :
// Last modified Date :
// Last modified Content :
// 1.
// 2.
// Lines number :
//***********************************************************************/
#ifndef __IOCTRL_S_H__
#define __IOCTRL_S_H__
#endif
#define IOCTRL_TERMINAL 0x00000001
#define IOCTRL_NORMAL 0x00000000
DWORD IoCtrlStart(LPVOID);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -