MLEditor User's Guide

10. Tools  Contents


Appendix

 

A.1 Accelerator Keys


Accelerator Keys Used by MLEditor

 

File/Windows

Ctrl+N New Open a new instance of MLEditor
Ctrl+O Open Open a file into current edit area
Ctrl+S Save Save modification to the file in the current edit area
Ctrl+P Properties View properties of the file in the current edit area
F5 Preview (Default) Open current document by default program related to its file type
Ctrl+F5 Preview (Custom Program) Open current document by a user specified program
Alt+F4 Exit Exit from current instance of MLEditor

 

Edit

Ctrl+Z Undo/Redo Undo/Redo the last edit operation in current edit area. Undo the last operation if there is one. If the last operation was just undone, this command will redo it
Ctrl+X Cut Cut off selected text in current edit area and put it into the clipboard
Ctrl+C Copy Copy selected contents and put it into the clipboard
Ctrl+V Paste Paste text from the clipboard into insertion point in current edit area
Del Delete Delete selected text in current edit area
Ctrl+A Select All Select and highlight all text in current edit area
Ctrl+F Find/Replace Find/replace specified text in current edit area

 

View (Layout)

Ctrl+1 Show/Hide Source Edit Area Switch show/hide status for source edit area
Ctrl+2 Show/Hide Destination Edit Area Switch show/hide status for destination edit area
Ctrl+L Adjust Edit Area Proportion Open the "Proportion Between Edit Areas" dialog box. You can adjust the proportion swiftly and precisely with the Up/Down arrow keys and the Page Up/Page Down keys on your keyboard. When you are satisfied, press the "Return" key to confirm, or you can press the "Esc" key to cancel.
Ctrl+T Always on Top set or cancel always on top status

 

Code Conversion

Ctrl+B Edit Area Conversion: GBK->Big5 Convert text in source edit area from Simplified Chinese (GBK) to Traditional Chinese (Big5)
Ctrl+G Edit Area Conversion: Big5 -> GBK Convert text in source edit area from Traditional Chinese (Big5) to Simplified Chinese (GBK)

Ctrl+Shift+F

Edit Area Conversion:

GBK CHS -> GBK CHT

Convert text in source edit area from GBK "Simplified Chinese" to GBK "Traditional Chinese"

Ctrl+Shift+J

Edit Area Conversion:

GBK CHT -> GBK CHS

Convert text in source edit area from GBK "Traditional Chinese" to GBK "Simplified Chinese"

Ctrl+Shift+S

Selection/all text in source edit area -> Unicode in clipboard.

If there is something selected in source edit area, the selected text will be converted. If no text is selected, all text in source edit area will be converted. The conversion result will be put into clipboard.

Ctrl+Shift+D

Selection/all text in destination edition area -> Unicode in clipboard.

If there is something selected in destination edit area, the selected text will be converted. If no text is selected, all text in destination edit area will be converted. The conversion result will be put into clipboard.

Ctrl+Shift+U

Clipboard Conversion: 

ANSI (Source Language) -> Unicode

Clipboard Conversion: ANSI to Unicode. The ANSI text will be seemed as in the language of the source edit area. 

Ctrl+Shift+C

Clipboard Conversion: 

ANSI (Destination Language) -> Unicode

Clipboard Conversion: ANSI to Unicode. The ANSI text will be seemed as in the language of the destination edit area.

Ctrl+Shift+A

Clipboard Conversion: 

Unicode-> ANSI (Source Language)

Clipboard Conversion: Unicode to ANSI. The ANSI text will be seemed as in the language of the source edit area. 

Ctrl+Shift+N

Clipboard Conversion: 

Unicode -> ANSI (Destination Language)

Clipboard Conversion: Unicode to ANSI. The ANSI text will be seemed as in the language of the destination edit area.

 

Help

F1 Context sensitive help Show help topic corresponding to the current user interface