How to interrupt a report in 1s 8.2. Interrupt report execution, processing, and other lengthy activities. Hotkeys: text document editor

Actually, today I had a friend’s topic on my agenda, namely, the programmatic creation of the document “Adjusting register entries” (continued from “How to programmatically create and fill out the document “Operation”). But I really wanted her to have a real example from life. I came up with an example, but there was a slight hitch with it. And so that the pause does not drag on for a long time, I decided to switch to something else for now.

Today I have a very simple “explainer” on the topic How to interrupt processing in 1C 8. Judging by the statistics of the same Yandex, people are regularly interested in this issue, so I considered it necessary to mention it in my diary.

Anyone who worked with 1C version 7.7 knows that any processing could be interrupted by pressing a key Esc. This feature was built directly into the 1C platform version 7.7. Both users and programmers are accustomed to it, so the absence of an interrupt function in the eighth version of the 1C:Enterprise platform was puzzling.

In fact, in 1C 8 everything is fine with interrupting processing. The platform developers acted wisely by leaving control of module interruption to configuration programmers. For this purpose, the User Interrupt Processing() procedure was included in the list of procedures and functions of interactive work. This procedure is designed to interrupt the built-in language when the user presses keys Ctrl+Break. The User Interrupt Handling() procedure checks whether keys have been pressed Ctrl+Break. If so, the built-in language stops running and displays the message "Execution interrupted by user!".

While Condition is Executed Cycle //Inside the cycle the necessary work is performed //................................... //At the end of the cycle a check is carried out //the need to interrupt the execution of the program User Interrupt Handling(); EndCycle;

Please note that the User Interrupt Handling procedure will only work in cases where module execution can be interrupted. The 1C 8 platform allows interruption of execution if it is initiated by a certain interactive user action, such as:

  • pressing a button on the form;
  • selecting a menu item or command bar button on a form;
  • selecting a menu item or interface toolbar button;
  • Actions triggered by "Select" event handlers of controls.

The procedure is not used on the 1C:Enterprise server, nor in the external connection module.

P.S. I would like to take this opportunity to remind you about the link exchange promotion. First exchange within the promotion

It talked about working with a key combination in the configurator, which speeds up and facilitates the work of a 1C programmer.
While working, I noticed how many users don’t know or don’t want to learn how to use keyboard shortcuts in 1C:Enterprise, but using shortcut keys in 1C:Enterprise speeds up the work significantly.

These keyboard shortcuts are relevant for, but many of them will also work in older versions of the platform.
Let's start as in the 1C help.

Global Actions

F1– opens “Help” corresponding to the mode in which you are currently working.
Shift + F1– opens “Help Contents”
Shift + Alt + F1– opens the “Help Index”
Alt+F1– opens “Help Search”

Alt+Left– go to the previous help chapter or web page
Alt + Right– go to the next help chapter or web page

New mechanisms that appeared in 1C:Enterprise 8.2: Link, History and Favorites They greatly facilitate the user’s work and make the interface more friendly.
Ctrl+F11- get the link
Shift + F11– follow the link
Ctrl+D- Add to favorites"
Ctrl + Shift + B– open “Favorites”
Ctrl + Shift + H– open “History”
Ctrl + Shift + Z– open / close “Service messages”
Combinations Ctrl+F2– opens the built-in “Calculator”

General actions

Every 1C:Enterprise user should know the following keyboard shortcuts.

Del– delete, mark for deletion, unmark for deletion.
Ins- add

Ctrl+S– saves the active document
Ctrl+P– prints the active document
Ctrl + Shift + P– prints to the current printer

Ctrl + C (Ctrl + Ins)– copy to clipboard
Ctrl + X (Shift + Del)– cut to clipboard
Ctrl + V (Shift + Ins)– paste from clipboard

Ctrl+A- select all

Much more convenient than clicking the mouse every time
Ctrl + Z (Alt + BackSpace)– cancel last action
Ctrl + Y (Shift + Alt + BackSpace)– return the canceled action

Ctrl+F- find
F3– find next
Ctrl+H- replace

These keyboard shortcuts are convenient when working with directories
Ctrl+Num+– expand a group (tree node) of a directory or spreadsheet document
Ctrl+Num-– collapse a group or tree node

Ctrl + PgDn (Ctrl + Alt + F) – go to next page
Ctrl + PgUp (Ctrl + Alt + B) – Go to previous page

This mechanism helps in analyzing information and working with reports.
Shift + Num*– copy to clipboard as a number
Shift+Num+– add to clipboard
Shift + Num-– subtract from clipboard

Keyboard shortcuts in application windows

A couple more hotkeys in 1C:Enterprise mode, which are needed more often than others.
Alt+1– go to the sections panel
Alt+2– go to the navigation panel
Alt+3– go to the action panel
Alt+4– switch to the navigation panel in the mode of opening windows “In bookmarks”
Alt+9– go to the history panel
Esc– switch to the form window after switching to the panel using Alt
Ctrl + Shift +– hide/show sections, navigation and action panels
Tab (Shift+Tab)– transition between panels and the form window (in this case, you cannot exit the form using Tab)

Form

Enter– performs the default button actions, as well as moving to the next form element
Ctrl + Enter– performs the default button action
Tab– move to the next form element
Shift + Tab– return to the previous form element
Esc– close the active auxiliary window

For desktop
F6– transition to the next desktop form
Shift + F6– transition to the previous desktop form

Working with a spreadsheet document

F2– switching editing/entering mode in a cell
Home– go to the beginning of the line
End– go to the end of the line
Ctrl + Home– go to the beginning of the text
Ctrl+End– go to the end of the text
F4– selecting a value in a cell
Shift+F4– clearing the value in a cell
Ctrl + Shift + F4– opening for detailed viewing the object selected in the input field.

Window management

Alt+F4– close the active free window, modal dialog or application
Ctrl+F4– close the active regular window
Shift+Esc– close the active window
Ctrl + Tab (Ctrl + F6)– activate the next normal window
Ctrl + Shift + Tab (Ctrl + Shift + F6)– activate the previous normal window
Alt + Space– combinations call the system menu of an application or modal dialog
F10– activate the main menu
Shift + F10– call the context menu
Alt + Space– call the system menu
Esc– return activity to the normal window
Alt + Shift + R– restore window position

That's probably all, I indicated the most hot keys found in 1C:Enterprise mode. Anyone who wants to view a more detailed overview should look at the 1C help.

Let's go to
Help contents (Shift + F1) - 1C:Enterprise - Keyboard shortcuts (1C:Enterprise).

To make it easier to fill out these keyboard shortcuts, it is better to print them out and keep them in front of you at the first stage, and when the Keyboard shortcuts (1C:Enterprise) are embedded in your memory, you can throw the pieces of paper away.

Thank you for your attention.

Please leave comments on this article, your opinion is important to me.

P.S. parody of Kharlamov's Bulldog

Each 1C solution on the 1C:Enterprise 8 platform has a wide range of capabilities. However, there are universal techniques that can be used in any configuration. With this article we are opening a series of publications in which 1C methodologists will talk about the universal capabilities of the 1C:Enterprise 8 platform. Let's start with one of the most important methods for increasing work efficiency - with a description of “hot” keys (actions from the keyboard, as a rule, are performed faster than those through the menu using the mouse). Having mastered the hotkeys, you will simplify the execution of frequently repeated actions.

Table 1

Action

Keyboard shortcuts

How the program works

Create a new document

Open an existing document

Open calculator

Opens the calculator

Show properties

Alt+Enter
Ctrl+E

Open message window

Close message window

Ctrl + Shift + Z

Open scoreboard

Opens the scoreboard

Open help

Opens help

Call up help index

Shift + Alt + F1

Calls up the help index

Hotkeys: global actions

Global actions are actions that you can perform in any program state. It does not matter what is currently open in 1C:Enterprise. The main thing is that the application is not busy performing any task.

Global actions are actions that can be called anywhere in the running 1C:Enterprise 8 platform. Regardless of what exactly happens in the running configuration, the meaning of global actions does not change (for example, pressing Ctrl+N will always bring up the dialog for creating a new document).

Table 1

Hotkeys for global actions

Action

Keyboard shortcuts

How the program works

Create a new document

Opens a window asking you to select the type of new document to create in various formats - for example, text, spreadsheet or HTML

Open an existing document

Opens the standard "Open" dialog box, accessible through the "File/Open…" menu

Activating the search field in the command bar

Places the cursor in this field

Open calculator

Opens the calculator

Show properties

Alt+Enter
Ctrl+E

Depending on what the cursor is placed on, it opens the corresponding properties palette for this object or element. Useful when working with tables, text, HTML, etc.

Open message window

Allows you to open a previously closed message window. It is often useful when a window is accidentally closed and you need a message from it. Please note: as long as the system has not entered anything into the message window again, old messages are retained even if the window is closed

Close message window

Ctrl + Shift + Z

Closes the message window when it is no longer needed. Please note: the combination is chosen so that it can be easily pressed with one hand

Open scoreboard

Opens the scoreboard

Open help

Opens help

Call up help index

Shift + Alt + F1

Calls up the help index

Hotkeys: general actions

General actions- actions that have the same meaning in different configuration objects, but the behavior of the 1C:Enterprise 8 platform changes depending on where exactly you use this or that general action. For example, pressing the "Del" key marks the current directory element for deletion if you are in the list of directory elements window. Or deletes the contents of the current cell of a spreadsheet document if you are editing it.

table 2

Hotkeys for common actions

Action

Keyboard shortcuts

How the program works

Deletes the element under the cursor (current element) or the selected group of elements

Add

Allows you to add a new element

Saves the active document

Print the active document

Calls up the print dialog for the active document

Printing to the current printer

Ctrl + Shift + P

Initiates direct printing of the active document to the default printer assigned in the system (without opening the print dialog)

Copy to clipboard

Ctrl+C
Ctrl + Ins

Copies the required element or selected group of elements to the Windows clipboard

Cut to clipboard

Ctrl+X
Shift + Del

Cuts the required element or selected group of elements to the Windows clipboard. Differs from copying in that the copied element or group is deleted after entering the buffer

Paste from clipboard

Ctrl+V
Shift + Ins

Pastes existing data from the Windows clipboard into the location marked by the cursor.

Add to clipboard as number

Shift + Num + (*)

Used for numeric values

Add to clipboard

Shift + Num + (+)

Used for numeric values. Addition operation with data on the clipboard

Subtract from clipboard

Shift + Num + (-)

Used for numeric values. Subtraction operation with data on the clipboard

Select all

Undo last action

Ctrl+Z
Alt+BackSpace

Revert undone action

Ctrl+Y
Shift + Alt + BackSpace

Find next

Find next highlighted

Find previous

Find previous selection

Ctrl + Shift + F3

Replace

Ctrl + Num + (-)

Select all

Selects all available elements in the active document

Undo last action

Ctrl+Z
Alt+BackSpace

Undoes the last action taken

Revert undone action

Ctrl+Y
Shift + Alt + BackSpace

Allows you to undo “Ctrl + Z”, in other words - to return what you did before pressing undo the last action taken

Opens a dialog for setting search parameters in the active configuration object and performing this search

Find next

Finds the next element that matches the parameters specified in the search settings

Find next highlighted

Finds the next element that matches the one you selected (for example, where the cursor is placed)

Find previous

Finds the previous element that matches the parameters specified in the search settings

Find previous selection

Ctrl + Shift + F3

Finds the previous element matching the one you selected

Replace

Opens the Find and Replace Values ​​dialog (where allowed)

Collapse (tree node, spreadsheet document group, module grouping)

Ctrl + Num + (-)

Used where tree nodes marked with "+" or "-" are available

Collapse (tree node, spreadsheet document group, module grouping) and all subordinates

Ctrl + Alt + Num + (-)

Collapse (all tree nodes, spreadsheet document groups, module groupings)

Ctrl + Shift + Num + (-)

Expand (tree node, spreadsheet document group, module grouping)

Ctrl + Num + (+)

Expand (tree node, spreadsheet document group, module grouping) and all subordinates

Ctrl + Alt + Num + (+)

Expand (all tree nodes, spreadsheet document groups, module groupings)

Ctrl + Shift + Num + (+)

Next page

Ctrl + Page Down
Ctrl + Alt + F

Quickly scroll through the active document

Previous page

Ctrl + Page Up
Ctrl + Alt + B

Enable/disable fat content

Used where text formatting is supported and possible

Enable/disable italics

Enable/disable underlining

Go to previous web page/help chapter

Used in HTML documents

Go to next web page/help chapter

Abort execution of a data composition system report

Hotkeys: window management

This section combines hotkeys common to all windows and forms of the 1C:Enterprise platform.

Table 3

Hotkeys for managing windows

Action

Keyboard shortcuts

How the program works

Close an active free window, modal dialog, or application

This combination can quickly complete the entire configuration on the 1C:Enterprise platform, so use it carefully

Close active regular window

Closes the current normal window

Close active window

Closes the currently active window

Activate the next regular window

Ctrl+Tab
Ctrl+F6

Allows you to activate the following window among those open within the configuration. Pressing in a cycle while holding the Ctrl key allows you to scroll through open windows “forward”

Activate previous normal window

Ctrl + Shift + Tab
Ctrl + Shift + F6

Allows you to activate the previous window among those open within the configuration. Pressing in a cycle while holding the Ctrl key allows you to scroll through open windows "back"

Activate the next section of the window

Activates the next section of the current window

Activate previous window section

Activates the previous section of the current window

Call the system menu of an application or modal dialog

Allows you to see the system menu of operations (minimize, move, close, etc.) above the program window or open modal dialog

Call the window system menu (except for modal dialogs)

Alt + Hyphen + (-)
Alt + Num + (-)

Allows you to see the system menu of operations (minimize, move, close, etc.) above the active window

Call main menu

Activates the main panel with buttons for the current window. This way you can select actions without using the mouse

Call context menu

Displays a context menu above the currently active element. Same as right clicking on it

Return activity to normal window

Returns activity to the normal window after working with the context menu. Attention! In any other case, Esc initiates closing of the active window

Hotkeys: form management

Here are collected "hot" keys that simplify and speed up work with various forms that were created in configurations written on the 1C:Enterprise platform.

Table 4

Hotkeys for managing forms

Action

Keyboard shortcuts

How the program works

Move to next control/call default button

Move between controls on the form "forward" (see Tab)

Calling the default button

As a rule, different forms have a default button assigned (it is different from others - for example, it is highlighted in bold). Using this key combination allows you to activate the default button from anywhere in an open form

Move to next control

Navigate between controls on a forward form

Go to previous control

Moving between controls on the form "back"

Activates the command bar associated with the active control/form

Activates the main panel with buttons for the current form. This way you can select actions without using the mouse

Navigate through controls grouped together

Up
Down
Left
Right

Using the cursor keys you can quickly move between grouped controls

Close form

Closes the current form window

Restore window position

If some form window parameters are lost, this combination allows you to return everything back

Hotkeys: working with lists and trees

The hotkeys in this section will help you work effectively without using a mouse in numerous lists and trees that are actively used in various configuration objects on the 1C:Enterprise 8 platform.

Table 5

Hotkeys for working with lists and trees

Action

Keyboard shortcuts

How the program works

Opens the element on which the cursor is placed for editing. The key is similar to the "Edit" action on the standard form button bar

Update

Ctrl + Shift + R
F5

Updates data in a list or tree. This is especially true for dynamic lists (for example, a list of documents) when auto-update is not enabled for them

Copy

Creates a new list item using the current item as a template. Similar to the "Add by copy" button

A new group

Creates a new group. Similar to the "Add group" button

Delete a line

Directly delete the current element. Attention! Use this combination with great caution in dynamic lists, as deletion cannot be undone

Move a line up

Ctrl + Shift + Up

In lists where line ordering is allowed, allows you to move the current line up. Similar to the "Move Up" button

Move a line down

Ctrl + Shift + Down

In lists where line ordering is allowed, allows you to move the current line down. Similar to the "Move Down" button

Move element to another group

Ctrl + Shift + M
Ctrl+F5

Allows you to quickly move the current element (for example, a directory) to another group

Go one level down while simultaneously expanding the group

Moves inside the folder where the cursor was placed

Go up one level (to "parent")

Goes to the top of the folder you were in

Finish editing

Completes editing a list item and saves the changes.

Stop searching

Aborts the search

Expand tree node

Used where tree nodes marked with "+" or "-" are available

Close tree node

Expand all tree nodes

Changing a checkbox

Inverts the value of the current element's checkbox (turns it on or off)

Hotkeys: input field

Entry field- an actively used control element in many places in configuration forms. Hotkeys for an input field allow you to quickly perform frequently used actions on it. It is especially useful to use these keys where the configuration developer has not provided the input field control buttons you need.

Table 6

Hotkeys for the input field

Action

Keyboard shortcuts

How the program works

Similar to the behavior when editing regular text, it allows you to either add new characters to the old ones when entering, or overwrite the old ones with new ones

Select button

Selecting the appropriate object associated with the input field (for example, selecting the desired document from a list). Similar to the "Select" input field button

Open button

Ctrl + Shift + F4

Opens the form of the selected object in the current input field. Same as clicking the "Open" input field button

Clear field

Clear an input field from its current value

Working with typed text in an input field

Ctrl + BackSpace

Go to the beginning of the line

Go to end of line

Clicking the Mouse Pointer on the Up Button for an Adjustment Button

Use adjustment if enabled in the input field. For example, changing dates, counters, etc. Similar to pressing the "up" button of the input field regulator

Clicking the Mouse Pointer Down on an Adjustment Button

Use adjustment if enabled in the input field. For example, changing dates, counters, etc. Similar to pressing the "down" button of the input field regulator

Hot keys: image field

Picture field- this is a standard element of the 1C:Enterprise 8 platform for displaying graphic images. Hot keys will help, for example, to comfortably view an image located in the picture field.

Table 7

Hotkeys for the image field

Action

Keyboard shortcuts

How the program works

Zoom in

Scales the picture

Zoom out

Scroll

Up
Down
Left
Right

Moving around the picture

Scroll up window size

Scroll down window size

Scroll window size left

Scroll one window size to the right

Hotkeys: Spreadsheet Document Editor

This section contains hotkeys for a variety of spreadsheet documents. They can be very useful if you frequently edit data in such documents.

Table 8

Hotkeys for the spreadsheet editor

Action

Keyboard shortcuts

How the program works

Go to cell

Opens a dialog box to move to a cell with column/row coordinates

Moving through cells

Up
Down
Left
Right

Moves the cursor through table cells

Move through cells to the next filled or empty one

Ctrl + (Up, Down, Left, Right)

Moves the cursor through filled table cells

Selecting cells

Shift + (Up, Down, Left, Right)

Selects an area of ​​cells starting with the current one

Scroll up page

Flips through a spreadsheet document

Scroll down page

Scroll left one page

Scroll right one page

Go to editing cell contents

Enables cell content editing mode

Switching edit/input mode in a cell

Go to the beginning of the line

Moves the cursor to the beginning of the line

Go to end of line

Moves the cursor to the end of the line

Go to the beginning of the text

Go to end of text

Setting the name of the current area

Ctrl + Shift + N

Sets the name of the current cell area

Hotkeys: text document editor

Hotkeys when editing text in text areas and documents can significantly speed up and simplify the process.

Table 9

Hotkeys for the text document editor

Action

Keyboard shortcuts

How the program works

Toggle insert/replace mode

Allows you to either add new characters to the old ones when entering, or overwrite the old ones with new ones

Go to the beginning of the line

Moves the cursor to the beginning of the current line

Go to end of line

Moves the cursor to the end of the current line

Select to start of line

Selects text to the beginning of the line

Select to end of line

Selects text to the end of the line

Go to the beginning of the text

Moves the cursor to the beginning of the text

Go to end of text

Moves the cursor to the end of the text

Select to start of text

Ctrl + Shift + Home

Selects from the cursor to the beginning of the text

Select to end of text

Ctrl + Shift + End

Selects from the cursor to the end of the text

Scroll up one line

Flipping through a text document

Scroll down one line

Go to the beginning of the previous word

Go to the beginning of the next word

Select previous word

Ctrl + Shift + Left

Quickly highlight a word (characters separated by spaces)

Select next word

Ctrl + Shift + Right

Scroll up page

Flipping through a text document

Scroll down page

Select previous page of text

Highlights text page by page

Select next page of text

Shift + Page Down

Remove selection

Removes selection

Go to line

Moves the cursor to line number

Delete the character to the left of the cursor

Deletes the character to the left of the cursor

Delete the character to the right of the cursor

Deletes the character to the right of the cursor

Delete the word to the left of the cursor

Ctrl + BackSpace

Deletes the word to the left of the cursor

Delete the word to the right of the cursor

Deletes the word to the right of the cursor

Set/remove bookmark

Marks the line you need

Next bookmark

Moves the cursor between bookmarked lines

Previous bookmark

Delete current line

Deletes the current line

Move block to the right

Moves the selected block of text to the right

Move block to the left

Moves the selected block of text to the left

If a business process that has already been launched has lost its relevance, it can be stopped. In this case, all tasks of this process, as well as all tasks of subordinate processes, will be removed from execution.
The stop functionality is only available in the CORP version, and only if the user has the role Business process management:

Under these conditions, buttons appear in the process card Stop And Abort:

Stop pauses the process Abort- completely stops and rolls back all changes.
In this case, the reason, author, interruption time can be carefully filled in, and then this will be tracked from the process card:

Or his task cards:

Question 12.52 of exam 1C: Document Management Professional. The fact that the process is stopped means:

  1. all work on it is temporarily suspended
  2. all work on it has been completed

The correct answer is the first one. If the work is completed / completed, the process is also completed systematically.

Question 12.53 of exam 1C: Document Management Professional. The fact that the process is interrupted means:

  1. all work on it has been completed
  2. all work on it is temporarily suspended
  3. undoes all changes to the item made by the process
  4. options 1, 3 are correct
  5. options 2, 3 are correct

The correct answer is fourth. All changes are rolled back as if the process had not started at all.

Question 12.40 of exam 1C: Document Management Professional. When the process is interrupted there will be:

  1. All outstanding tasks of this process, all slave and nested processes, and their outstanding tasks are interrupted
  2. Aborted all outstanding tasks of this process, except all slave and nested processes and their outstanding tasks
  3. All associated changes to the process subject are automatically canceled
  4. Options 1, 3 are correct
  5. Options 2, 3 are correct

The correct answer is fourth.

Question 12.46 of exam 1C: Document Management Professional. The process can be interrupted by running:

  1. "Abort" command in the process card
  2. In the list of processes, the context menu command "Abort"
  3. In the list of processes, command "Abort" from the "More" menu
The correct answer is the first, see above. However, the second and third options are also available.

Question 12.50 of exam 1C: Document Management Professional. You can find out who executed the interrupt and when:

  1. Process cards
  2. Task cards
  3. From the process item card
  4. List of processes by Aborted column
  5. Correct options 1, 2
  6. Options 1, 2 and 3 are correct
The correct answer is fifth, see analysis above.

Question 12.39 of exam 1C: Document Management Professional. When stopping a process, will all outstanding tasks of this business process be stopped, including all subordinate and nested business processes and their outstanding tasks?

  1. All tasks of this business process will be stopped, except for all subordinate and nested business processes and their outstanding tasks

The correct answer is the first one.

Question 12.01 of exam 1C: Document Management Professional. Will process participants see their tasks in the "My tasks" or "Subordinates' tasks" list if it is stopped?

Hotkeys: global actions

Global actions are actions that you can perform in any program state. It does not matter what is currently open in 1C:Enterprise. The main thing is that the application is not busy performing any task.

Global actions are actions that can be called anywhere in the running 1C:Enterprise 8 platform. Regardless of what exactly happens in the running configuration, the meaning of global actions does not change (for example, pressing Ctrl+N will always bring up the dialog for creating a new document).

Table 1

Hotkeys for global actions

Action

Keyboard shortcuts

How the program works

Create a new document

Opens a window asking you to select the type of new document to create in various formats - for example, text, spreadsheet or HTML

Open an existing document

Opens the standard "Open" dialog box, accessible through the "File/Open…" menu

Activating the search field in the command bar

Places the cursor in this field

Open calculator

Opens the calculator

Show properties

Alt+Enter
Ctrl+E

Depending on what the cursor is placed on, it opens the corresponding properties palette for this object or element. Useful when working with tables, text, HTML, etc.

Open message window

Allows you to open a previously closed message window. It is often useful when a window is accidentally closed and you need a message from it. Please note: as long as the system has not entered anything into the message window again, old messages are retained even if the window is closed

Close message window

Ctrl + Shift + Z

Closes the message window when it is no longer needed. Please note: the combination is chosen so that it can be easily pressed with one hand

Open scoreboard

Opens the scoreboard

Open help

Opens help

Call up help index

Shift + Alt + F1

Calls up the help index

Hotkeys: general actions

General actions- actions that have the same meaning in different configuration objects, but the behavior of the 1C:Enterprise 8 platform changes depending on where exactly you use this or that general action. For example, pressing the "Del" key marks the current directory element for deletion if you are in the list of directory elements window. Or deletes the contents of the current cell of a spreadsheet document if you are editing it.

table 2

Hotkeys for common actions

Action

Keyboard shortcuts

How the program works

Deletes the element under the cursor (current element) or the selected group of elements

Add

Allows you to add a new element

Saves the active document

Print the active document

Calls up the print dialog for the active document

Printing to the current printer

Ctrl + Shift + P

Initiates direct printing of the active document to the default printer assigned in the system (without opening the print dialog)

Copy to clipboard

Ctrl+C
Ctrl + Ins

Copies the required element or selected group of elements to the Windows clipboard

Cut to clipboard

Ctrl+X
Shift + Del

Cuts the required element or selected group of elements to the Windows clipboard. Differs from copying in that the copied element or group is deleted after entering the buffer

Paste from clipboard

Ctrl+V
Shift + Ins

Pastes existing data from the Windows clipboard into the location marked by the cursor.

Add to clipboard as number

Shift + Num + (*)

Used for numeric values

Add to clipboard

Shift + Num + (+)

Used for numeric values. Addition operation with data on the clipboard

Subtract from clipboard

Shift + Num + (-)

Used for numeric values. Subtraction operation with data on the clipboard

Select all

Undo last action

Ctrl+Z
Alt+BackSpace

Revert undone action

Ctrl+Y
Shift + Alt + BackSpace

Find next

Find next highlighted

Find previous

Find previous selection

Ctrl + Shift + F3

Replace

Ctrl + Num + (-)

Select all

Selects all available elements in the active document

Undo last action

Ctrl+Z
Alt+BackSpace

Undoes the last action taken

Revert undone action

Ctrl+Y
Shift + Alt + BackSpace

Allows you to undo “Ctrl + Z”, in other words - to return what you did before pressing undo the last action taken

Opens a dialog for setting search parameters in the active configuration object and performing this search

Find next

Finds the next element that matches the parameters specified in the search settings

Find next highlighted

Finds the next element that matches the one you selected (for example, where the cursor is placed)

Find previous

Finds the previous element that matches the parameters specified in the search settings

Find previous selection

Ctrl + Shift + F3

Finds the previous element matching the one you selected

Replace

Opens the Find and Replace Values ​​dialog (where allowed)

Collapse (tree node, spreadsheet document group, module grouping)

Ctrl + Num + (-)

Used where tree nodes marked with "+" or "-" are available

Collapse (tree node, spreadsheet document group, module grouping) and all subordinates

Ctrl + Alt + Num + (-)

Collapse (all tree nodes, spreadsheet document groups, module groupings)

Ctrl + Shift + Num + (-)

Expand (tree node, spreadsheet document group, module grouping)

Ctrl + Num + (+)

Expand (tree node, spreadsheet document group, module grouping) and all subordinates

Ctrl + Alt + Num + (+)

Expand (all tree nodes, spreadsheet document groups, module groupings)

Ctrl + Shift + Num + (+)

Next page

Ctrl + Page Down
Ctrl + Alt + F

Quickly scroll through the active document

Previous page

Ctrl + Page Up
Ctrl + Alt + B

Enable/disable fat content

Used where text formatting is supported and possible

Enable/disable italics

Enable/disable underlining

Go to previous web page/help chapter

Used in HTML documents

Go to next web page/help chapter

Abort execution of a data composition system report

Hotkeys: window management

This section combines hotkeys common to all windows and forms of the 1C:Enterprise platform.

Table 3

Hotkeys for managing windows

Action

Keyboard shortcuts

How the program works

Close an active free window, modal dialog, or application

This combination can quickly complete the entire configuration on the 1C:Enterprise platform, so use it carefully

Close active regular window

Closes the current normal window

Close active window

Closes the currently active window

Activate the next regular window

Ctrl+Tab
Ctrl+F6

Allows you to activate the following window among those open within the configuration. Pressing in a cycle while holding the Ctrl key allows you to scroll through open windows “forward”

Activate previous normal window

Ctrl + Shift + Tab
Ctrl + Shift + F6

Allows you to activate the previous window among those open within the configuration. Pressing in a cycle while holding the Ctrl key allows you to scroll through open windows "back"

Activate the next section of the window

Activates the next section of the current window

Activate previous window section

Activates the previous section of the current window

Call the system menu of an application or modal dialog

Allows you to see the system menu of operations (minimize, move, close, etc.) above the program window or open modal dialog

Call the window system menu (except for modal dialogs)

Alt + Hyphen + (-)
Alt + Num + (-)

Allows you to see the system menu of operations (minimize, move, close, etc.) above the active window

Call main menu

Activates the main panel with buttons for the current window. This way you can select actions without using the mouse

Call context menu

Displays a context menu above the currently active element. Same as right clicking on it

Return activity to normal window

Returns activity to the normal window after working with the context menu. Attention! In any other case, Esc initiates closing of the active window

Hotkeys: form management

Here are collected "hot" keys that simplify and speed up work with various forms that were created in configurations written on the 1C:Enterprise platform.

Table 4

Hotkeys for managing forms

Action

Keyboard shortcuts

How the program works

Move to next control/call default button

Move between controls on the form "forward" (see Tab)

Calling the default button

As a rule, different forms have a default button assigned (it is different from others - for example, it is highlighted in bold). Using this key combination allows you to activate the default button from anywhere in an open form

Move to next control

Navigate between controls on a forward form

Go to previous control

Moving between controls on the form "back"

Activates the command bar associated with the active control/form

Activates the main panel with buttons for the current form. This way you can select actions without using the mouse

Navigate through controls grouped together

Up
Down
Left
Right

Using the cursor keys you can quickly move between grouped controls

Close form

Closes the current form window

Restore window position

If some form window parameters are lost, this combination allows you to return everything back

Hotkeys: working with lists and trees

The hotkeys in this section will help you work effectively without using a mouse in numerous lists and trees that are actively used in various configuration objects on the 1C:Enterprise 8 platform.

Table 5

Hotkeys for working with lists and trees

Action

Keyboard shortcuts

How the program works

Opens the element on which the cursor is placed for editing. The key is similar to the "Edit" action on the standard form button bar

Update

Ctrl + Shift + R
F5

Updates data in a list or tree. This is especially true for dynamic lists (for example, a list of documents) when auto-update is not enabled for them

Copy

Creates a new list item using the current item as a template. Similar to the "Add by copy" button

A new group

Creates a new group. Similar to the "Add group" button

Delete a line

Directly delete the current element. Attention! Use this combination with great caution in dynamic lists, as deletion cannot be undone

Move a line up

Ctrl + Shift + Up

In lists where line ordering is allowed, allows you to move the current line up. Similar to the "Move Up" button

Move a line down

Ctrl + Shift + Down

In lists where line ordering is allowed, allows you to move the current line down. Similar to the "Move Down" button

Move element to another group

Ctrl + Shift + M
Ctrl+F5

Allows you to quickly move the current element (for example, a directory) to another group

Go one level down while simultaneously expanding the group

Moves inside the folder where the cursor was placed

Go up one level (to "parent")

Goes to the top of the folder you were in

Finish editing

Completes editing a list item and saves the changes.

Stop searching

Aborts the search

Expand tree node

Used where tree nodes marked with "+" or "-" are available

Close tree node

Expand all tree nodes

Changing a checkbox

Inverts the value of the current element's checkbox (turns it on or off)

Hotkeys: input field

Entry field- an actively used control element in many places in configuration forms. Hotkeys for an input field allow you to quickly perform frequently used actions on it. It is especially useful to use these keys where the configuration developer has not provided the input field control buttons you need.

Table 6

Hotkeys for the input field

Action

Keyboard shortcuts

How the program works

Similar to the behavior when editing regular text, it allows you to either add new characters to the old ones when entering, or overwrite the old ones with new ones

Select button

Selecting the appropriate object associated with the input field (for example, selecting the desired document from a list). Similar to the "Select" input field button

Open button

Ctrl + Shift + F4

Opens the form of the selected object in the current input field. Same as clicking the "Open" input field button

Clear field

Clear an input field from its current value

Working with typed text in an input field

Ctrl + BackSpace

Go to the beginning of the line

Go to end of line

Clicking the Mouse Pointer on the Up Button for an Adjustment Button

Use adjustment if enabled in the input field. For example, changing dates, counters, etc. Similar to pressing the "up" button of the input field regulator

Clicking the Mouse Pointer Down on an Adjustment Button

Use adjustment if enabled in the input field. For example, changing dates, counters, etc. Similar to pressing the "down" button of the input field regulator

Hot keys: image field

Picture field- this is a standard element of the 1C:Enterprise 8 platform for displaying graphic images. Hot keys will help, for example, to comfortably view an image located in the picture field.

Table 7

Hotkeys for the image field

Action

Keyboard shortcuts

How the program works

Zoom in

Scales the picture

Zoom out

Scroll

Up
Down
Left
Right

Moving around the picture

Scroll up window size

Scroll down window size

Scroll window size left

Scroll one window size to the right

Hotkeys: Spreadsheet Document Editor

This section contains hotkeys for a variety of spreadsheet documents. They can be very useful if you frequently edit data in such documents.

Table 8

Hotkeys for the spreadsheet editor

Action

Keyboard shortcuts

How the program works

Go to cell

Opens a dialog box to move to a cell with column/row coordinates

Moving through cells

Up
Down
Left
Right

Moves the cursor through table cells

Move through cells to the next filled or empty one

Ctrl + (Up, Down, Left, Right)

Moves the cursor through filled table cells

Selecting cells

Shift + (Up, Down, Left, Right)

Selects an area of ​​cells starting with the current one

Scroll up page

Flips through a spreadsheet document

Scroll down page

Scroll left one page

Scroll right one page

Go to editing cell contents

Enables cell content editing mode

Switching edit/input mode in a cell

Go to the beginning of the line

Moves the cursor to the beginning of the line

Go to end of line

Moves the cursor to the end of the line

Go to the beginning of the text

Go to end of text

Setting the name of the current area

Ctrl + Shift + N

Sets the name of the current cell area

Hotkeys: text document editor

Hotkeys when editing text in text areas and documents can significantly speed up and simplify the process.

Table 9

Hotkeys for the text document editor

Action

Keyboard shortcuts

How the program works

Toggle insert/replace mode

Allows you to either add new characters to the old ones when entering, or overwrite the old ones with new ones

Go to the beginning of the line

Moves the cursor to the beginning of the current line

Go to end of line

Moves the cursor to the end of the current line

Select to start of line

Selects text to the beginning of the line

Select to end of line

Selects text to the end of the line

Go to the beginning of the text

Moves the cursor to the beginning of the text

Go to end of text

Moves the cursor to the end of the text

Select to start of text

Ctrl + Shift + Home

Selects from the cursor to the beginning of the text

Select to end of text

Ctrl + Shift + End

Selects from the cursor to the end of the text

Scroll up one line

Flipping through a text document

Scroll down one line

Go to the beginning of the previous word

Go to the beginning of the next word

Select previous word

Ctrl + Shift + Left

Quickly highlight a word (characters separated by spaces)

Select next word

Ctrl + Shift + Right

Scroll up page

Flipping through a text document

Scroll down page

Select previous page of text

Highlights text page by page

Select next page of text

Shift + Page Down

Remove selection

Removes selection

Go to line

Moves the cursor to line number

Delete the character to the left of the cursor

Deletes the character to the left of the cursor

Delete the character to the right of the cursor

Deletes the character to the right of the cursor

Delete the word to the left of the cursor

Ctrl + BackSpace

Deletes the word to the left of the cursor

Delete the word to the right of the cursor

Deletes the word to the right of the cursor

Set/remove bookmark

Marks the line you need

Next bookmark

Moves the cursor between bookmarked lines

Previous bookmark

Delete current line

Deletes the current line

Move block to the right

Moves the selected block of text to the right

Move block to the left

Moves the selected block of text to the left