Delphi common shortcut keys

xiaoxiao2021-03-06  119

(1) Block Select Code: [Alt Mouse Left "(or [Shift Alt Direction Key])

(2) Code template: [Ctrl J]

(3) Code Move: [Ctrl Shift I] (right shift) [Ctrl Shift U] (left shift)

(4) Source position positioning: [Ctrl mouse left button] Point the mouse to the variable name, unit name, class name, and then use this hotkey to be positioned to the corresponding description.

(5) Define and implement the switching: [SHIFT CTRL up (or down)] The direction button can be changed accordingly, the function, the definition of the event switching cursor position

(6) Support the declaration or function: [Ctrl Shift C

(7) Bookmark: [CRTL SHIFT N (n = 1, 2, 3, 4 ...)] Defining a bookmark

[CRTL N (n = 1, 2, 3, 4 ...)] Jump to the bookmark N

(8) Delete: [Ctrl T] Deletes a word on the right side of the cursor.

[Ctrl Y] Deletes the cursor.

[Ctrl Backspace] Back delete one word

[Ctrl Shift Y] After deleting the cursor, the text between the end of the Bank is deleted.

(9) Calculation conversion: [CTRL K O, Ctrl K N] will be converted to lowercase or uppercase

[CTRL O U] Switch Select Block Size

(10) List all methods: [Ctrl Space] The shortcut key of the input method needs to be closed

(11) Component adjustment [Ctrl Up] move the current component (accurate);

[Ctrl Left] Move the current component to the left;

[Ctrl Down] move the current component (accurate) down;

[Ctrl Right] Move the current component (accurate) to the right;

[SHIFT UP] minus the height of the current component;

[Shift LEFT] Decrease the width of the current components;

[Shift Down] Add the height of the current component;

[SHIFT Right] Adds the width of the current component;

[ESC] The back of the layer is selected until the form is selected as the current component.

(12) Quick selection [Ctrl E] Quick selection

(13) Insert GUID [Ctrl Shift G]

(14) Enter the return line [Ctrl M] with the Enter key.

[Ctrl n] with the Enter key, but the cursor position remains unchanged

转载请注明原文地址:https://www.9cbs.com/read-98789.html

New Post(0)