各种DOS软件的使用方法请帖这儿 :Wengier 6楼Kinglion
http://www.cn-dos.net/forum/viewthread.php?tid=4253&fpage=1
QEdit 使用热键
光 标 移 动
^E,↑: 光标上移 ^X,↓: 光标下移
^S,→: 光标左移 ^D,←: 光标右移
^QE: 光标跳到文件第一行 ^QX: 光标跳到文件最后一行
^QS,Home: 光标跳到行首 ^QD,End: 光标跳到行尾
^Home: 光标跳到屏幕第一行 ^End: 光标跳到屏幕最后一行
^QR,^PageUp: 光标跳到文件首 ^QC,^PageDown: 光标跳到文件首
@F5: 屏幕左移8列 @F6: 屏幕右移8列
^A,^←: 将光标移到前一个词的首字符处或行尾
^F,^→: 将光标移到下一个词的首字符处或行尾
^QB: 光标跳到块首 ^QK: 光标跳到块尾
^I,Tab: 光标跳到下一个制表站 ^R,^QP: 光标跳到前次所在位置
^J: 光标跳到指定的行号 Shift+Tab: 光标左移一个Tab列
@F3: 光标跳到下一个括号或匹配的反括号处
行 操 作
#F3: 行排序(对矩形方式块的块首的字符进行排序,并调换对应行所在的位置)
F4: 将当前行复制一行 ^Y,@D: 删除当前行
^-: 从上一行中复制当前列的字符("-"不是小键盘上的"-"号键)
F6,^QY: 从光标所在位置起删除至行尾
^U: 恢复被删除的行,最多可以恢复30行
F5: 将本行起移至当前窗口的第一行
#F5: 将当前行移至当前窗口的中间一行
@F2: 当前行前插入一行空行
#F7: 删除当前行的首字符
#F8: 在当前行的行首加入空格
@S:,^N: 光标位置不动,光标右方的行换行
@J: 将当前行与下一行合并为一行,而光标的位置不变
^OT: 本行文字居中
文 件 操 作
文件存盘:
^KS,F2,@Y: 当前编辑的文件存盘
编辑其他文件:
^KE,@E: 当前编辑的文件保留在内存中,编辑另一文件
^KX: 当前编辑的文件自动存盘退出,并编辑另一文件
^KD: 退出当前编辑的文件并编辑另一文件,退出时可选择是否存盘
^KN,@N: 编辑内存中的下一个文件,进入下一个编辑窗口
^KP: 编辑内存中的前一个文件,进入上一个编辑窗口
^]: 编辑与光标所在词匹配的同名文件或与粘贴板中块首字符串匹配的同名文件
退出:
^KQ: 当前编辑的文件从内存中退出,如未存盘会询问是否确认放弃存盘
F3: 放弃存盘退出内存中所有编辑的文件,即退出AEdit高级全屏幕编辑器,
如未存盘会询问是否确认放弃存盘
@X,^KD: 存盘退出内存中所有编辑的文件,即退出AEdit高级全屏幕编辑器,
如未存盘会询问是否确认存盘
块读/写文件:
@R,^KR: 以块的方式读入另一文件
@W,^KW: 将定义好的块写入指定的文件,若文件已存在,则可以有"Append to file"
(追加到文件)和"Overlay existing file(覆盖文件)"两种选择
说明:若块没有定义,则将当前编辑的文件写入
改文件名:
@O,^KF: 改变当前编辑的文件的文件名
删除文件:
^KZ: 可将当前编辑的文件从磁盘上删除,而原文件仍保留在内存中
★文 本 块 操 作
块定义: ^KB,F7: 定义块首 ^KK,F8: 定义块尾
^QB: 光标跳到块首 ^QK: 光标跳到块尾
@A: 定义字符方式的块 MarkAnchor
@K: 定义矩形方式的块 MarkColumn
@L: 定义行方式的块 MarkLine
块移动: @M,^KV: 将块移动到光标当前位置
块复制: @C,^KC: 将块以插入方式拷贝到光标当前位置
@Z: 将块以覆盖方式拷贝到光标当前位置
块删除: @G,^KY: 将定义好的块删除(可用"^U"一行一行地恢复)
块取消: @U,^KH: 取消定义好的块
★有 关 粘 贴 板 及 缓 冲 区 的 操 作
小键盘功能键介绍:
- : 将定义的块移到粘贴板
+ : 将定义的块拷贝到粘贴板中,拷贝后定义的块被取消
* : 将粘贴板中的块拷贝到光标当前所在位置(插入方式)
说明: 灵活地将"-"当做块删除,"+"当做块取消,可很大地提高操作效率
★其 他 功 能
^PrintScreen: 覆盖方式的块粘贴,将粘贴板中的块以覆盖方式拷贝到光标当前位置
^BA: 将定义的块加入到指定的缓冲区
^BS: 将定义的块装入到指定的缓冲区
^F1: 25行与50行转换开关 @Q: 进入退出操作窗口
^P: 输入控制代码功能,如:^P^M为输入回车
F1,@H: 激活在线帮助屏幕 ^QF: 请求查找 ^QA: 查找并替换
^L: 继续查找下一个条件匹配的字符(串). 查找条件如下
I:整个单词查找 B:整篇查找 G:当前块内查找 L:忽略大小写
W:替换时不询问认可 N:寻找下一个
F9: DOS Shell 功能,按EXIT返回AEdit @F9: 执行DOS命令功能
@F: 进入文件操作窗口 @P: 进入打印窗口
^OR: 设置文本右边界 ^OL: 设置文本打印左边界值
大小写变换:
@1: 将块中的字母变为大写 @2: 将块中的字母变为小写
@3: 将块中的字母大小写反相变化
★表 格 操 作
#F1: 进入/退出画线状态,用→←↑↓光标键进行画线(覆盖方式),处于画线状
态时,顶部状态行有字符"B"显示
@F1: 选择画线的类型,共有"Single(单线),Double top(双顶线),Double side
(双边线),Double(全部双线),Eraser(擦线)"五种类型供选择
★窗 口 操 作
窗口打开与关闭:
^OH: 水平分割出一个窗口,并编辑另一文件,AEdit最多可达8个水平窗口
说明: 若在英文状态下编辑英文,按下"^F1"以50行模式显示时,可分割
出多达16个水平窗口(注意:此操作可能与某些中文系统有冲突)
^OO: 关闭其他窗口,只保留当前窗口
^OZ: 关闭/打开其它窗口,窗口转移操作开关 ^OC: 并闭当前窗口
窗口大小调节: ^OS,^OG: 调整当前窗口的大小,其中^OG为放大窗口
窗口跳转: ^OP: 跳到前一个窗口 ^ON: 跳到下一个窗口
屏幕/窗口移动: @F5: 屏幕左移8列 @F6: 屏幕右移8列
^W: 屏幕上移一行,即文本向下移动一行
^Z: 屏幕下移一行,即文本向上移动一行
^R,PageUp: 向上翻一屏,即显示文本的上一页
^C,PageDown: 向下翻一屏,即显示文本的下一页
★ 删 除 与 恢 复
^G,Delete: 删除光标所在处字符
^H,Backspace: 删除光标所在处的前一字符
^Backspace: 删除光标所在处的前一词或前一字符
^T: 删除光标所在处的下一词或下一字符
^Y,@D: 删除当前行 #F7: 删除当前行的首字符
^V,Insert: 插入与改写方式切换 ^QY,F6: 从光标所在位置起删除至行尾
^U: 可恢复被以下操作删除的行或字符串 -- ^Y,^KY,F6,@D,@G
^QL: 当前行恢复到未改变前的原始状态
Last edited by zzz19760225 on 2017-11-20 at 13:29 ]
Please post the usage methods of various DOS software here :Wengier Floor 6 Kinglion
http://www.cn-dos.net/forum/viewthread.php?tid=4253&fpage=1
QEdit Hotkeys
Cursor Movement
^E,↑: Cursor moves up ^X,↓: Cursor moves down
^S,→: Cursor moves left ^D,←: Cursor moves right
^QE: Cursor jumps to the first line of the file ^QX: Cursor jumps to the last line of the file
^QS,Home: Cursor jumps to the beginning of the line ^QD,End: Cursor jumps to the end of the line
^Home: Cursor jumps to the first line of the screen ^End: Cursor jumps to the last line of the screen
^QR,^PageUp: Cursor jumps to the beginning of the file ^QC,^PageDown: Cursor jumps to the beginning of the file
@F5: Screen moves left by 8 columns @F6: Screen moves right by 8 columns
^A,^←: Move the cursor to the first character of the previous word or to the end of the line
^F,^→: Move the cursor to the first character of the next word or to the end of the line
^QB: Cursor jumps to the beginning of the block ^QK: Cursor jumps to the end of the block
^I,Tab: Cursor jumps to the next tab stop ^R,^QP: Cursor jumps to the previous position
^J: Cursor jumps to the specified line number Shift+Tab: Cursor moves left by one Tab column
@F3: Cursor jumps to the next parenthesis or matching closing parenthesis
Line Operations
#F3: Line sort (sort the characters at the beginning of the block in rectangular mode and swap the positions of corresponding lines)
F4: Copy the current line by one line ^Y,@D: Delete the current line
^-: Copy the characters of the current column from the previous line ("-" is not the "-" key on the numeric keypad)
F6,^QY: Delete from the cursor position to the end of the line
^U: Undo the deleted line, up to 30 lines can be undone
F5: Move the current line to the first line of the current window
#F5: Move the current line to the middle line of the current window
@F2: Insert a blank line before the current line
#F7: Delete the first character of the current line
#F8: Add spaces at the beginning of the current line
@S:,^N: The cursor position remains unchanged, and the line to the right of the cursor wraps
@J: Merge the current line with the next line into one line, and the cursor position remains unchanged
^OT: Center the text of this line
File Operations
Save file:
^KS,F2,@Y: Save the currently edited file
Edit other files:
^KE,@E: The currently edited file remains in memory, edit another file
^KX: The currently edited file is automatically saved and exited, and another file is edited
^KD: Exit the currently edited file and edit another file, and you can choose whether to save when exiting
^KN,@N: Edit the next file in memory, enter the next editing window
^KP: Edit the previous file in memory, enter the previous editing window
^]: Edit the file with the same name as the word where the cursor is located or the file with the same name as the block header string in the clipboard
Exit:
^KQ: The currently edited file exits from memory, if not saved, it will ask if you want to abandon saving
F3: Abandon saving and exit all edited files in memory, that is, exit the AEdit advanced full-screen editor,
If not saved, it will ask if you want to abandon saving
@X,^KD: Save and exit all edited files in memory, that is, exit the AEdit advanced full-screen editor,
If not saved, it will ask if you want to save
Block read/write file:
@R,^KR: Read another file in block mode
@W,^KW: Write the defined block to the specified file, if the file already exists, there can be "Append to file"
(Append to file) and "Overlay existing file (Overwrite file)" two options
Description: If the block is not defined, the currently edited file will be written
Change file name:
@O,^KF: Change the file name of the currently edited file
Delete file:
^KZ: The currently edited file can be deleted from the disk, and the original file remains in memory
★Text Block Operations
Block definition: ^KB,F7: Define block header ^KK,F8: Define block tail
^QB: Cursor jumps to the beginning of the block ^QK: Cursor jumps to the end of the block
@A: Define character mode block MarkAnchor
@K: Define rectangular mode block MarkColumn
@L: Define line mode block MarkLine
Block move: @M,^KV: Move the block to the current cursor position
Block copy: @C,^KC: Copy the block to the current cursor position in insert mode
@Z: Copy the block to the current cursor position in overwrite mode
Block delete: @G,^KY: Delete the defined block (can be undone line by line with "^U")
Block cancel: @U,^KH: Cancel the defined block
★Operations related to clipboard and buffer
Introduction to numeric keypad function keys:
- : Move the defined block to the clipboard
+ : Copy the defined block to the clipboard, and the defined block is canceled after copying
* : Copy the block in the clipboard to the current cursor position (insert mode)
Description: Flexibly using "-" as block deletion and "+" as block cancellation can greatly improve operating efficiency
★Other functions
^PrintScreen: Paste the block in overwrite mode, copy the block in the clipboard to the current cursor position in overwrite mode
^BA: Add the defined block to the specified buffer
^BS: Load the defined block into the specified buffer
^F1: 25-line and 50-line switch @Q: Enter exit operation window
^P: Input control code function, such as:^P^M for entering carriage return
F1,@H: Activate the online help screen ^QF: Request find ^QA: Find and replace
^L: Continue to find the next character (string) that matches the condition. The find conditions are as follows
I: Find the whole word B: Find the whole document G: Find in the current block L: Ignore case
W: Do not ask for approval when replacing N: Find the next one
F9: DOS Shell function, press EXIT to return to AEdit @F9: Execute DOS command function
@F: Enter the file operation window @P: Enter the print window
^OR: Set the right margin of the text ^OL: Set the left margin value for text printing
Case conversion:
@1: Change the letters in the block to uppercase @2: Change the letters in the block to lowercase
@3: Invert the case of the letters in the block
★Table Operations
#F1: Enter/exit the drawing state, use →←↑↓ cursor keys to draw lines (overwrite mode), when in the drawing state, there is a character "B" displayed in the top status line
@F1: Select the type of drawing line, there are "Single (single line), Double top (double top line), Double side
(double side line), Double (all double lines), Eraser (erase line)" five types for selection
★Window Operations
Window open and close:
^OH: Horizontally split out a window and edit another file, AEdit can have up to 8 horizontal windows
Description: If editing English in English state, press "^F1" to display in 50-line mode, can split
Up to 16 horizontal windows can be split (note: this operation may conflict with some Chinese systems)
^OO: Close other windows, only keep the current window
^OZ: Close/open other windows, window transfer operation switch ^OC: Close the current window
Window size adjustment: ^OS,^OG: Adjust the size of the current window, where ^OG is to enlarge the window
Window jump: ^OP: Jump to the previous window ^ON: Jump to the next window
Screen/window movement: @F5: Screen moves left by 8 columns @F6: Screen moves right by 8 columns
^W: The screen moves up by one line, that is, the text moves down by one line
^Z: The screen moves down by one line, that is, the text moves up by one line
^R,PageUp: Turn up one screen, that is, display the previous page of the text
^C,PageDown: Turn down one screen, that is, display the next page of the text
★Delete and Restore
^G,Delete: Delete the character at the cursor position
^H,Backspace: Delete the previous character at the cursor position
^Backspace: Delete the previous word or character at the cursor position
^T: Delete the next word or character at the cursor position
^Y,@D: Delete the current line #F7: Delete the first character of the current line
^V,Insert: Switch between insert and overwrite mode ^QY,F6: Delete from the cursor position to the end of the line
^U: Can undo the lines or strings deleted by the following operations -- ^Y,^KY,F6,@D,@G
^QL: The current line is restored to the original state before the change
Last edited by zzz19760225 on 2017-11-20 at 13:29 ]