| - silently create new file, if doesn't exist | |
| - don't create new file, if doesn't exist | |
| - silently open file, if binary | |
| - don't open file, if binary | |
| - don't use MS Notepad compatibility mode when parse command line parameters | |
| - reinstall assigned earlier associations of file types | |
| - uninstall assigned earlier associations of file types | |
| - stop parsing command line parameters and close program | |
| - stop parsing command line parameters |
| ShowModify | Defines, where it will be possible to see, that the document is changed. Sets by the sum of members:
By default: 1, show all: 1+2+4+8=15. |
| StatusPosType | Defines how status bar statistics will be displayed. Sets by the sum of members:
By default: 0. |
| WordBreak | Defines how the caret on Ctrl+Left/Ctrl+Right will move. Works only if enabled "Word delimiters" in settings (WordDelimitersEnable=1). Sets by the sum of members:
By default: 1+2+4+8+32+64=111 (AkelEdit), 1+8=9 (AkelPad). |
| RichEditClass | Defines edit control class name:
By default: 0. |
| Ctrl+X Shift+Del |
cut |
| Ctrl+C Ctrl+Ins |
copy |
| Ctrl+V Shift+Ins |
paste |
| Ctrl+Shift+V Ctrl+Shift+Ins |
paste text as ANSI |
| Alt+V | paste to column selection |
| Ctrl+A | select all |
| Backspace | delete from left |
| Del | delete from right |
| Ctrl+Z | undo |
| Ctrl+Shift+Z | redo |
| Home | go to start of line |
| End | go to end of line |
| Ctrl+Home | go to start of text |
| Ctrl+End | go to end of text |
| Ctrl+Left | go to start of word |
| Ctrl+Right | go to end of word |
| Ctrl+Up | go to start of previous line |
| Ctrl+Down | go to start of next line |
| Ctrl+PageUp | go to first visible character |
| Ctrl+PageDown | go to last visible character |
| Ctrl+Backspace | delete left word |
| Ctrl+Del | delete right word |
| Ctrl+N | create new file |
| Ctrl+Shift+N | create new window |
| Ctrl+O | open file |
| F5 Ctrl+Shift+O |
reopen file |
| F2 Ctrl+S |
save |
| Shift+F2 Ctrl+Shift+S |
save as |
| Ctrl+Alt+F2 | save all |
| Ctrl+Alt+F4 | close all |
| Ctrl+P | |
| Esc Alt+F4 |
exit |
| Ctrl+F | find |
| F3 | find next down. Search/replace dialog: close dialog and find next down. |
| Shift+F3 | find next up. Search/replace dialog: close dialog and find next up. |
| Ctrl+R Ctrl+H |
find and replace |
| Ctrl+G | go to line (by number) |
| Ctrl+I | run "Character map" |
| Ctrl+D | insert date |
| Ctrl+T | on/off "Always on top" |
| Ctrl+U | on/off "Word wrap" |
| Ctrl+E | on/off "Read only" |
| Alt+W | reopen file as ANSI (Windows) |
| Alt+D | reopen file as OEM (DOS) |
| Alt+K | reopen file as KOI8-R |
| Alt+L | reopen file as UTF-16LE |
| Alt+B | reopen file as UTF-16BE |
| Alt+U | reopen file as UTF-8 |
| Shift+Alt+W | save file as ANSI (Windows) |
| Shift+Alt+D | save file as OEM (DOS) |
| Shift+Alt+K | save file as KOI8-R |
| Shift+Alt+L | save file as UTF-16LE |
| Shift+Alt+B | save file as UTF-16BE |
| Shift+Alt+U | save file as UTF-8 |
| Alt+F5 | reopen file with code page detect |
| F12 | show context menu for fast reopenning/saving in wanted code page |
| Alt+R | recode text |
| Shift+Backspace | delete first char |
| Alt+Backspace | trim trailing whitespaces |
| Alt+P | plugins |
| Ctrl+F5 | execute command |
| Ctrl+L | on/off "Keep left spaces" |
| Ctrl+Enter | new line with keeping left spaces |
| F4 Alt+Enter |
maximize/restore window |
| F8 Ctrl+Y |
delete current line |
| Ctrl+Num + | increase font by 1 pt |
| Ctrl+Num - | decrease font by 1 pt |
| Ctrl+6 | selected text, as "UPPERCASE" |
| Ctrl+7 | selected text, as "lowercase" |
| Ctrl+8 | selected text, as "Sentence case." |
| Ctrl+9 | selected text, as "Title Case" |
| Ctrl+0 | selected text, as "iNVERT cASE" |
| F6 | go to next dialog |
| Shift+F6 | go to previous dialog |
| F9 | activate next pane (split window) |
| Shift+F9 | activate previous pane (split window) |
| F10 | select window dialog (MDI) |
| Ctrl+Tab Ctrl+F6 |
next window (MDI) |
| Ctrl+Shift+Tab Ctrl+Shift+F6 |
previous window (MDI) |
| Ctrl+F4 Ctrl+W |
close window (MDI) |
| 4101 | Create new edit window |
| 4102 | Create new instance of program |
| 4103 | Open file dialog |
| 4104 | Reopen file |
| 4105 | Save file |
| 4106 | Save file dialog |
| 4107 | Print setup dialog |
| 4108 | Print dialog |
| 4109 | Exit program |
| 4110 | Save all documents |
| 4111 | Close all documents |
| 4112 | Close all documents, but active |
| 4113 | Print without dialog |
| 4114 | Print preview dialog |
| 4151 | Undo last operation |
| 4152 | Redo last operation |
| 4153 | Cut |
| 4154 | Copy |
| 4155 | Paste |
| 4156 | Delete |
| 4157 | Select all |
| 4158 | Find dialog |
| 4159 | Find last string down |
| 4160 | Find last string up |
| 4161 | Replace dialog |
| 4162 | Go to line dialog |
| 4163 | Run charmap.exe |
| 4164 | Insert tabulation |
| 4165 | Insert tabulation only if several lines selected |
| 4166 | Delete tabulation |
| 4167 | Delete tabulation only if several lines selected |
| 4168 | Insert space |
| 4169 | Insert space only if several lines selected |
| 4170 | Delete space |
| 4171 | Delete space only if several lines selected |
| 4172 | Delete first char |
| 4173 | Delete first char only if selection not empty |
| 4174 | Delete trailing whitespaces |
| 4175 | Convert text to "UPPERCASE" |
| 4176 | Convert text to "lowercase" |
| 4177 | Convert text to "Sentence case." |
| 4178 | Convert text to "Title Case" |
| 4179 | Convert text to "iNVERT cASE" |
| 4180 | Cycle case |
| 4182 | Recode dialog |
| 4183 | Insert date |
| 4184 | Windows new line format |
| 4185 | Unix new line format |
| 4186 | Mac new line format |
| 4201 | Font dialog |
| 4202 | Color theme dialog |
| 4204 | Increase font 1px |
| 4205 | Decrease font 1px |
| 4209 | Word wrap (on\off) |
| 4210 | Always on top (on\off) |
| 4211 | Show statusbar (on\off) |
| 4212 | Split window into four panes |
| 4213 | Split window into two vertical panes |
| 4214 | Split window into two horizontal panes |
| 4251 | Execute command |
| 4252 | Save file time (on\off) |
| 4253 | Watch file change (on\off) |
| 4254 | Keep space (on\off) |
| 4255 | Single open file (on\off) |
| 4256 | Single open program (on\off) |
| 4257 | SDI mode |
| 4258 | MDI mode |
| 4259 | Plugins dialog |
| 4260 | Options dialog |
| 4261 | Read only (on\off) |
| 4301 | MDI tab window at the top of the main window |
| 4302 | MDI tab window at the bottom of the main window |
| 4303 | Hide MDI tab |
| 4304 | Standard MDI tab style |
| 4305 | Buttons MDI tab style |
| 4306 | Flat buttons MDI tab style |
| 4307 | MDI windows - horizontal tile |
| 4308 | MDI windows - vertical tile |
| 4309 | MDI windows - cascade |
| 4351 | About dialog |
| 4401 | Restore/Maximize main window |
| 4402 | Delete current line |
| 4403 | Paste as ANSI text |
| 4404 | Activate next MDI window |
| 4405 | Activate previous MDI window |
| 4406 | Close current MDI window |
| 4407 | (internal command) |
| 4408 | Redetect code page of the current file |
| 4409 | Reopen file as ANSI |
| 4410 | Reopen file as OEM |
| 4411 | Reopen file as UTF16LE |
| 4412 | Reopen file as UTF16BE |
| 4413 | Reopen file as UTF8 |
| 4414 | Reopen file as KOI-R |
| 4415 | Save file as ANSI |
| 4416 | Save file as OEM |
| 4417 | Save file as UTF16LE |
| 4418 | Save file as UTF16BE |
| 4419 | Save file as UTF8 |
| 4420 | Save file as KOI-R |
| 4421 | Insert/Overtype mode |
| 4422 | Close file |
| 4423 | Activate next dialog window |
| 4424 | Activate previous dialog window |
| 4425 | Insert new line with keeping left spaces |
| 4426 | Save file as UTF8 without BOM |
| 4427 | Activate next pane (split window) |
| 4428 | Activate previous pane (split window) |
| 4429 | Paste to column selection |
| 4430 | Paste text after caret |
| 4431 | (internal command) |
| 5001 | Delete dead recent files |
| 5001 + n | Open recent file n |
| 6001 | Activate internal language |
| 6001 + n | Activate language n |
| 7001 | Open as last popup menu item |
| 7001 + n | Open as popup menu item n |
| 8001 | Save as last popup menu item |
| 8001 + n | Save as popup menu item n |
| 10019 | Select window dialog (MDI) |