Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions desktop-src/Controls/about-rich-edit-controls.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,18 +320,14 @@ Rich edit controls support the following shortcut keys.
| Alt+Esc | Change the active application. | |
| 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. | Must enter decimal values. |
| Alt+0xxx (Number Pad) | Values below 256 insert a character from the ANSI code page (based on input locale). Values above 255 insert a Unicode character. | Must enter decimal values. |
| Alt+Shift+Ctrl+F12 | Hex to Unicode. | In case Alt+X is already taken for another use. |
| Alt+Shift+Ctrl+F11 | Selected text will be output to the debugger window and saved to %temp%\\DumpFontInfo.txt. | For Debug only (need to set Flag=8 in Win.ini) |
| Ctrl+Shift+A | Set all caps. | |
| Ctrl+Shift+L | Fiddle bullet style. | |
| Ctrl+Shift+Right Arrow | Increase font size. | Font size changes by 1 point in the range 4pt-11pt; by 2points for 12pt-28pt; it changes from 28pt -> 36pt -> 48pt -> 72pt -> 80pt; it changes by 10 points in the range 80pt - 1630pt; the maximum value is 1638. |
| Ctrl+Shift+Left Arrow | Decrease font size. | See Ctrl+Shift+Right Arrow comments. |





## Related topics

<dl> <dt>
Expand Down