📄 cfgmacro.h
字号:
/*
* New editor name: tde, the Thomson-Davis Editor.
* Author: Frank Davis
* Date: June 5, 1991
*
*/
struct screen macro_screen[] = {
{1,0,"This utility reads an existing macro file. The file must exist" },
{2,0,"before running this utility. If you create a few favorite macros" },
{3,0,"in tde and save them to a file, you may use this utility to store" },
{4,0,"them in tde.exe, so that those macros will be available each time" },
{5,0,"you use tde."},
{10,20,"1. Install a macro file."},
{12,20,"2. Exit"},
{14,15,"Please enter your choice: "},
{0,0,NULL}
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -