LMD-RichPack 2022 What's New


Shortcuts


Following is a full list of the rich edit shortcuts including:

 

"Standard native shortcuts taken from RichEdit Microsoft documentation.

"Additional shortcuts, which has been added in 2022 release (Ctrl+B, Ctrl+I, Ctrl+U, Ctrl+M and Ctrl+Shift+M).

 

Shift+Backspace

Generate a LRM/LRM on a bidi keyboard

Ctrl+Tab

Tab

Ctrl+Clear

Select all

Ctrl+Number Pad 5

Select all

Ctrl+A

Select all

Ctrl+E

Center alignment

Ctrl+J

Justify alignment

Ctrl+R

Right alignment

Ctrl+L

Left alignment

Ctrl+C

Copy

Ctrl+V

Paste

Ctrl+X

Cut

Ctrl+Z

Undo

Ctrl+Y

Redo

Ctrl+B

Bold

Ctrl+I

Italic

Ctrl+U

Underlined

Ctrl+'+' (Ctrl+Shift+'=')

Superscript

Ctrl+'='

Subscript

Ctrl+Shift+A

Set all caps

Ctrl+Shift+L

Fiddle bullet style

Ctrl+M

Increase indent

Ctrl+Shift+M

Decrease indent

Ctrl+1

Line spacing = 1 line

Ctrl+2

Line spacing = 2 lines

Ctrl+5

Line spacing = 1.5 lines

Ctrl+' (apostrophe)

Accent acute

Ctrl+` (grave)

Accent grave

Ctrl+~ (tilde)

Accent tilde

Ctrl+; (semicolon)

Accent umlaut

Ctrl+Shift+6

Accent caret (circumflex)

Ctrl+, (comma)

Accent cedilla

Ctrl+Shift+' (apostrophe)

Activate smart quotes

Backspace

If text is protected, beep and do not delete it. Otherwise, delete previous character

Ctrl+Backspace

Delete previous word. This generates a VK_F16 code

Ctrl+Insert

Copy

Shift+Insert

Paste

Insert

Overwrite

Ctrl+Left Arrow

Move cursor one word to the left

Ctrl+Right Arrow

Move cursor one word to the right

Ctrl+Up Arrow

Move to the line above

Ctrl+Down Arrow

Move to the line below

Ctrl+Home

Move to the beginning of the document

Ctrl+End

Move to the end of the document

Ctrl+Page Up

Move one page up

Ctrl+Page Down

Move one page down

Ctrl+Delete

Delete the next word or selected characters

Shift+Delete

Cut the selected characters

Alt+X

Converts the Unicode hexadecimal value preceding the insertion point to the corresponding Unicode character

Alt+Shift+X

Converts the Unicode character preceding the insertion point to the corresponding Unicode hexadecimal value

Alt+0xxx (Number Pad)

Inserts Unicode values if xxx is greater than 255. When xxx is less than 256, ASCI range text is inserted based on the current keyboard

Alt+Shift+Ctrl+F12

Hex to Unicode