ecosmak.ru

Hot keys in 1s 8. Hot keys

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 do not know or do not want to learn how to use keyboard shortcuts in 1C:Enterprise, and using keyboard shortcuts in 1C:Enterprise speeds up work at times.

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

Global Actions

F1- opens the "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 the "Search Help"

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

New mechanisms that appeared in 1C:Enterprise 8.2: Link, History and Favorites 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)- undo last action
Ctrl + Y (Shift + Alt + BackSpace)- redo undone action

ctrl+f- find
F3- find next
ctrl+h- replace

These keyboard shortcuts are useful when working with directories.
Ctrl+Num+– expand a group (tree node) of the 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 the analysis of information, 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 hot keys in 1C:Enterprise mode, which are needed more often than others.
Alt+1- go to the section panel
Alt+2- go to the navigation bar
Alt+3- go to action bar
Alt+4– switch to the navigation panel in the “Bookmarked” window opening mode
Alt+9- go to the history panel
Esc– transition to the form window after switching to the panel by Alt
Ctrl+Shift+– hide/show sections, navigation and actions panels
Tab (Shift+Tab)- transition between panels and the form window (at the same time, you cannot exit the form by Tab)

Form

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

Desktop
F6– move to the next desktop form
Shift+F6- switch to the previous form of the desktop

Working with spreadsheet document

F2– toggle editing/input 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- select a value in a cell
Shift+F4- clearing the value in the cell
Ctrl+Shift+F4– opening for detailed viewing the object selected in the input field.

Window management

Alt+F4– close an active free window, modal dialog or application
Ctrl+F4- close the active normal 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 to call the system menu of the 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 a normal window
Alt+Shift+R- restore window position

That's probably all, I indicated the most hot keys encountered in the 1C: Enterprise mode. Who wants to view a more detailed overview, let him look in 1C help.

We go to
Help content (Shift + F1) - 1C:Enterprise - Keyboard shortcuts (1C:Enterprise).

To make it easier to fill in 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) crash into the memory of the paper, you can throw it away.

Thank you for your attention.

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

P.S. parody of Bulldog Kharlamov

Hello!
At the beginning of work, when we gain experience, we develop certain habits, and the habit of using Hotkeys will bring us convenience in operation and speed. That's why it's so important to use keyboard shortcuts when you're just starting to learn. The use of hotkeys significantly speeds up the work and increases the number of possible actions using the keyboard. We will talk about using hot keys in the configurator.

Coding.

When writing, you can save time by using the following keyboard shortcuts:
Ctrl + Space - call contextual hint or auto-completion.
Ctrl+Q - calling a template will significantly speed up writing code.
Alt-Shift-F - format the code section so that it becomes readable.
Ctrl-F1 - search in the syntax assistant, move the cursor to the platform function or keyword and press.

Code research.

When examining large sections of code, it is hard to do without the following keyboard shortcuts.
Alt+F2– set, remove the bookmark from the current line.
F2- go to the next tab.
Shift+F2- go to the previous tab.
F-12- put the cursor on the procedure or function and proceed to the definition of the procedure or functions.
Ctrl - (minus)- Moves back to the module jumped to via F12.
Ctrl-T- find in the tree. If you are in a module, then the object whose module it is will be highlighted in the configuration tree.
ctrl+f— find a metadata object or its attribute in the metadata tree.
Fast moving along the branches of structures If… ElseIf… Else…. and between
the beginning and end of the cycle.
Ctrl-[- go back.
Ctrl-]- move forward.
Ctlr-G- move to a specific line of code.

Debugging code.

Debugging code is a very important action, without which writing code and exploring someone else's code is indispensable.
F5- start debugging.
F9- put, remove a breakpoint.
F10- step through, i.e. do not go into procedures and functions, but execute the following line of code.
F11- step into, i.e. executes the following line of code, entering procedures and functions.
Shift-F9- calculate the expression.
Ctrl+Shift+F9- disable breakpoint.

Service message window.

Errors, search results, etc. are displayed in the service message window. The following hotkeys are useful for working with the message window:
Ctrl-Alt-Z— clear the message window.
Ctrl-Shift-Z— clear and close the message window.

Keyboard layout for 1C programmers

When working in 1C configurator for set & |< >‘! and other characters, you need to switch the layout from Russian to English.
But our colleague Pavel Chistov came up with a special layout that will save you from unnecessary switching.
Download keyboard layout for 1C programmers

Conclusion.
Here I have collected the most used keyboard shortcuts, in fact there are many more. To view the Hotkeys in the configurator, you need to go to the Help Menu - Help Contents - Keyboard Shortcuts (Configurator).
The file contains more than 150 key combinations for working in 1C, if you don’t want to look in the help.

Form the habit of using hotkeys, remember better when you use, not when you learn.

P.S.
I often use the keyboard shortcut in Enterprise mode Alt + Shift + R - Resize Window. It is very useful when the user has changed the form a lot and some details “disappeared” from it. He calls you, you do Alt + Shift + R, he looks in surprise how you did it

Hot Keys: Global Actions

Global actions are actions that you can perform in any state of the program. At the same time, it does not matter what this moment opened in 1C:Enterprise. The main thing is that the application should not be 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

Hot keys for global actions

Action

Keyboard Shortcuts

How the program works

Create new document

Opens a window in which you will be asked to select the type of new document to be created in various forms atax - e.g. in text, spreadsheet or HTML

Open an existing document

Opens the standard "Open" dialog box, accessible via the "File/Open..." menu.

Activating the search field in the command bar

Sets the cursor to this field

Open calculator

Opens the calculator

Show properties

Alt+Enter
Ctrl+E

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

Open message box

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 in the message window again, old messages are saved even in a closed window

Close message box

Ctrl+Shift+Z

Closes the message box when they are no longer needed. Please note: the combination is chosen so that it is easy to press with one hand

Open scoreboard

Opens scoreboard

Open Help

Opens help

Call help index

Shift+Alt+F1

Calls the help index

"Hot" keys: 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 one or another common action. For example, pressing the "Del" key marks the current element of the directory for deletion if you are in the list of directory elements. Or deletes the contents of the current cell of the spreadsheet document if you are editing it.

table 2

"Hot" keys for common actions

Action

Keyboard Shortcuts

How the program works

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

Add

Lets add new element

Saves the active document

Printing the active document

Calls the print dialog for the active document

Printing to the current printer

Ctrl+Shift+P

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

Copy to clipboard

ctrl+c
Ctrl+Ins

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

Cut to clipboard

Ctrl + X
Shift+Del

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

Paste from clipboard

Ctrl+V
Shift + Ins

Pastes the current data from the Windows clipboard to the location marked with the cursor

Add to clipboard as a 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 on clipboard data

Select all

Undo last action

Ctrl + Z
Alt+BackSpace

Redo 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

Redo undone action

ctrl+y
Shift+Alt+BackSpace

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

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 corresponding to the one you selected (for example, where the cursor is located)

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 that matches the one you selected

Replace

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

Collapse (tree node, spreadsheet group, module grouping)

Ctrl+Num+(-)

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

Collapse (tree node, spreadsheet 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 group, module grouping)

Ctrl + Num + (+)

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

Ctrl+Alt+Num+(+)

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

Ctrl + Shift + Num + (+)

Next page

Ctrl+PageDown
Ctrl+Alt+F

Fast paging of the active document

Previous page

Ctrl+Page Up
Ctrl+Alt+B

Turn on/off boldness

Used where text formatting is supported and possible

Turn italic on/off

Turn on/off underline

Skip to the previous web page/help chapter

Used in HTML documents

Skip to the next web page/help chapter

Abort the execution of a data composition system report

Hot Keys: Window Management

This section combines common "hot" keys for all windows and forms of the "1C:Enterprise" platform.

Table 3

"Hot" keys for window management

Action

Keyboard Shortcuts

How the program works

Close 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 next normal window

Ctrl+Tab
Ctrl+F6

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

Activate the previous regular window

Ctrl+Shift+Tab
Ctrl+Shift+F6

Allows you to activate the previous window among those opened within the configuration. Pressing in a cycle while holding down 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 the previous section of the window

Activates the previous section of the current window

Call the system menu of an application or a modal dialog

Allows you to see the system menu of operations (minimize, move, close, etc.) above the program window or an 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 toolbar with buttons for the current window. Thus, you can select actions without using the mouse.

Call context menu

Displays a context menu above the currently active element. Similar to clicking the right mouse button on it

Return activity to normal window

Returns the activity to a normal window after working with the context menu. Attention! In any other case, Esc will close the active window.

"Hot" keys: form management

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

Table 4

"Hot" keys for managing forms

Action

Keyboard Shortcuts

How the program works

Go to next control/default button call

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

Calling the default button

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

Move to next control

Navigate between controls on a forward form

Move to the previous control

Navigate between controls on a form "back"

Activates the command bar associated with the active control/form

Activates the main toolbar with buttons for the current form. Thus, 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 parameters of the form window are lost, this combination allows you to return everything back

"Hot" keys: work with the list and tree

The "hot" keys of this section will help you work efficiently without using the mouse in numerous lists and trees that are actively used in various configuration objects on the 1C:Enterprise 8 platform.

Table 5

"Hot" keys for working with the list and tree

Action

Keyboard Shortcuts

How the program works

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

Refresh

Ctrl+Shift+R
F5

Refreshes the 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

Removing a line

Direct removal of the current element. Attention! Use this combination with great care in dynamic lists, as deletion cannot be undone.

Move a line up

Ctrl+Shift+Up

In lists where row reordering is allowed, allows you to move the current row up. Similar to the "Move up" button

Move a line down

Ctrl+Shift+Down

In lists where row reordering is allowed, allows you to move the current row 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 expanding the group

Navigates inside the folder where the cursor was placed

Go one level up (to "parent")

Goes to the top of the folder you were in

Finish editing

Finishes editing the list item with saving changes

Cancel search

Interrupts the search

Expand tree node

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

Close tree node

Expand all tree nodes

Change the checkbox

Inverts the value of the current element's checkbox (enables or disables it)

"Hot" keys: input field

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

Table 6

"Hot" keys for the input field

Action

Keyboard Shortcuts

How the program works

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

Select button

Selecting the appropriate object associated with the input field (for example, selecting required document from the 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. Similar to pressing the "Open" input field button

clear field

Clear an input field from its current value

Working with typed text in the input field

Ctrl+backspace

Go to the beginning of the line

Go to end of line

Mouse Pointer Pressing the Up Button for the Adjust Button

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

Mouse pointer down button for throttling button

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

"Hot" keys: picture field

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

Table 7

"Hot" keys 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 by window size

Scroll window size to the left

Scroll window size right

"Hot" keys: spreadsheet editor

This section grouped "hot" keys for a variety of spreadsheet documents. They can be very useful if you frequently edit data in such documents.

Table 8

"Hot" keys for spreadsheet editor

Action

Keyboard Shortcuts

How the program works

Go to cell

Opens a dialog box for moving to a cell with column/row coordinates

Move through cells

Up
Down
Left
Right

Moves the cursor through table cells

Move through cells to the next filled or empty

Ctrl + (Up, Down, Left, Right)

Moves the cursor over filled table cells

Cell selection

Shift + (Up, Down, Left, Right)

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

Scroll up a page

Scrolling a spreadsheet

Scroll down a page

Scroll page left

Scroll page right

Go to edit cell content

Enables cell content editing mode

Toggle Editing/Entering 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

Jump to end of text

Setting the name of the current area

Ctrl+Shift+N

Sets the name of the current cell area

"Hot" keys: editor of text documents

"Hot" keys when editing text in text areas and documents can significantly speed up and simplify the process.

Table 9

"Hot" keys for the editor of text documents

Action

Keyboard Shortcuts

How the program works

Toggle insert/replace mode

Allows you to either add new characters when entering to old ones, or overwrite 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 up to the beginning of the line

Select to end of line

Selects text up to the end of the line

Go to the beginning of the text

Moves the cursor to the beginning of the text

Jump 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

Scrolling through a text document

Scroll down one line

Go to the beginning of the previous word

Skip to the beginning of the next word

Select preceding word

Ctrl+Shift+Left

Quick word selection (characters separated by spaces)

Select next word

Ctrl+Shift+Right

Scroll up a page

Scrolling through a text document

Scroll down a page

Select previous page of text

Paginate text

Select next page of text

Shift + Page Down

Remove selection

Deselect

Go to line

Moves the cursor to the line with the number

Delete character to the left of the cursor

Deletes the character to the left of the cursor

Delete 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 word to the right of the cursor

Deletes the word to the right of the cursor

Set/Unbookmark

Marks the line you want

Next bookmark

Moves the cursor between bookmarked lines

Previous bookmark

Delete current line

Deletes the current line

Move block right

Shifts the selected block of text to the right

Move block to the left

Shifts the selected block of text to the left

12.03.2018

Hot key combinations to improve convenience and speed up work in 1C:Enterprise programs.

Similar related articles:

  • How to connect 1C Accounting Online to work via the Internet in cloud mode using the SaaS model?
  • Instructions for installing basic versions of standard configurations of the 1C:Enterprise system
  • Solving the problem with the number of characters of the pin code when activating programs 1C: Enterprise
  • How to transfer the basic version of the 1C: Enterprise 8 program from one computer to another

The use of "hot keys" is one of the tools for increasing the efficiency of working with 1C:Enterprise programs.
As a rule, actions using keyboard shortcuts are faster than similar actions through the menu using the mouse.
Having mastered hotkeys, you will simplify and significantly speed up the execution of frequently repeated actions.

The description of the hotkey combination can be called directly in the 1C program by pressing "Shift + F1".

Please note that the same keyboard shortcuts may work in some configurations (for example, in old configurations on regular forms) and not work in others (for example, in new configurations on managed forms) and vice versa.
The same hotkey combinations can cause various activities(or not work at all) depending on where they are used (for example, in a table, when editing a text document, or in an input field), so the same combination of hot keys can occur several times in a table.


Keyboard shortcut
Description
Hot keys 1C global action
Global actions are actions that can be called anywhere in the running 1C:Enterprise 8 platform, regardless of what exactly is currently open in the program (reference book, document, report, etc.), the meaning of global actions is from this does not change.
F1Open "Help"
Shift+F1Open Help Contents
Alt+F1Open "Help Search"
Shift+Alt+F1Open "Help Index"

Ctrl + N

Create a new document

This keyboard shortcut opens a window in which you will be prompted to select the type of new document to be created in various formats - for example, in text, spreadsheet or HTML

Ctrl+OOpen document
The keyboard shortcut opens the standard "Open" dialog box, similar to the action performed through the menu "File" > "Open ..."

Ctrl+F2Open the built-in "Calculator" of the 1C: Enterprise system

ctrl+dAdd to favorites"
Ctrl+Shift+BOpen "Favorites"


Ctrl+Shift+HOpen "History"


Ctrl+F11Get the link


Shift+F11Follow the link

Ctrl+Shift+(~)
Ctrl + Shift + Yo
Hide / show the "Partitions panel" (in new configurations with the "Taxi" interface)
Allows, if necessary, to quickly expand an open form to the full width of the screen by removing the sections panel and quickly return it back.
Ctrl+Shift+ZOpen / close "Service Messages".
Using a combination of these keys allows you to open a previously closed message window. It can be useful when a window is accidentally closed, and you need a message from it. Note that as long as the system has not entered anything into the message window again, old messages are saved even when the window is closed.

Alt+Enter
Ctrl+E
Show properties
Opens the corresponding property of an object or element. Useful when working with tables, text, HTML, etc.

Hot keys 1C of general action
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 element of the directory for deletion if you are in the list of directory elements. Or deletes the contents of the current cell of the spreadsheet document if you are editing it.
DelDelete Command
Deletes the current element (selected by the cursor) or the selected group of elements
InsAdd Command
Produces the addition of a new element (new document, directory element, list, tabular part of the document, etc.)
ctrl+sSaving the active document
ctrl+pPrinting the active document.
Calls the print dialog for the active document
Ctrl+Shift+PDirect printing of the active document to the printer assigned in the system by default (without opening the print dialog)
ctrl+c
Ctrl+Ins
Copy to clipboard
Copies the required element or the selected group of elements to the Windows clipboard
Ctrl + X
Shift+Del
Cut to clipboard
Cuts the required element or the selected group of elements to the Windows clipboard. Differs from copying in that the copied element or group is removed
Ctrl+V
Shift + Ins
Paste from clipboard
Pastes data from the Windows clipboard to the location marked with the cursor
Shift + Num + (*)Add to clipboard as a number
Used for numeric values
Shift + Num + (+)Add to clipboard
Used for numeric values. Addition operation with data on the clipboard
Shift + Num + (-)Subtract from clipboard
Used for numeric values. Subtraction operation on clipboard data
Ctrl+ASelect all
Selects all available elements in the active document
Ctrl + Z
Alt+BackSpace
Undo last action
Undoes the last action
ctrl+y
Shift+Alt+BackSpace
Redo undone action
Allows you to undo "Ctrl + Z", in other words - to return what you did before pressing the undo last action
ctrl+fFind
Opens a dialog for setting search parameters in the active configuration object and performing this search

F3Find next
Finds the next element that matches the parameters specified in the search settings
Ctrl+F3Find next highlighted
Finds the next element corresponding to the one you selected (for example, where the cursor is located)
Shift+F3Find Previous
Finds the previous element that matches the parameters specified in the search settings
Ctrl+Shift+F3Find previous selection
Finds the previous element that matches the one you selected
ctrl+hReplace
Opens the Find and Replace Values ​​dialog (where allowed)

Ctrl+Num+(-)Collapse (tree node, spreadsheet group, module grouping)
Ctrl + Num + (+)Expand (tree node, spreadsheet group, module grouping)
Ctrl+Alt+Num+(-)Collapse (tree node, spreadsheet group, module grouping) and all subordinates

Ctrl+Alt+Num+(+)

Expand (tree node, spreadsheet group, module grouping) and all subordinates
Ctrl+Shift+Num+(-)Collapse (all tree nodes, spreadsheet document groups, module groupings)
Ctrl + Shift + Num + (+)
Expand (all tree nodes, spreadsheet document groups, module groupings)
Ctrl+PageDown
Ctrl+Alt+F

Next pages.
Fast scrolling forward in the active document

Ctrl+Page Up
Ctrl+Alt+B

Previous page
Fast scrolling backwards in the active document

Alt+LeftJump to the previous web page / help chapter
Alt+RightJump to the next web page / help chapter
Ctrl+BreakAbort the execution of a data composition system report
Hot keys 1C window management
1C window management hotkeys will help you work effectively with windows without using a mouse.
Alt+F4Close the active free window, modal dialog or application.
This combination can quickly complete the entire configuration on the 1C:Enterprise platform, so use it carefully
Ctrl+F4Close active regular window
Closes the current normal window
Shift + EscClose active window
Closes the currently active window
Ctrl+Tab
Ctrl+F6

Activate the next normal window of one session or go to the next tab (in the mode of opening windows "Bookmarked")
Allows you to activate the next window among those opened within the configuration. Pressing in a cycle while holding down the Ctrl key allows you to scroll through open windows "forward"

Ctrl+Shift+Tab
Ctrl+Shift+F6
Activate the previous normal window of one session or go to the previous tab (in the "Bookmarked" window opening mode)
Allows you to activate the previous window among those opened within the configuration. Pressing in a cycle while holding down the Ctrl key allows you to scroll through open windows "back"
F6Activate the next section of the window
Activates the next section of the current window
Shift+F6Activate the previous section of the window
Activates the previous section of the current window
Alt+SpaceCalls the system menu of operations (minimize, maximize, move, close, etc.) above the program window or an open modal dialog

Alt+F10Call main menu
Activates the main toolbar with buttons for the current window. Thus, you can select actions without using the mouse.
Shift+F10Call context menu
Displays a context menu above the currently active element. Similar to clicking the right mouse button on it

EscClosing the active window
Hot keys 1C form control
1C hotkeys for managing forms can significantly speed up and simplify the work with various forms in 1C programs.
EnterGo to next form element / perform default button action
Ctrl+EnterPerform default button action
As a rule, various forms have a default button assigned (it is different from the others - for example, it is highlighted in bold). Using this key combination allows you to activate the default button from anywhere in the open form.
TabMove to the next form element
Navigate forward between controls on a form
Shift + TabReturn to the previous form element
Navigate back between controls on a form
Up, Down, Left, RightNavigate through elements grouped together
Using the cursor keys, you can quickly move between grouped controls
Shift+Alt+RRestore window position
If some parameters of the form window are lost, this combination allows you to return everything back
Hot keys 1C for working with lists and a tree
Hotkeys for working with lists will help you work efficiently without using the mouse in numerous lists and trees
F2Open
Opens the element on which the cursor is positioned for editing. The key is similar to the "Edit" action on the standard form button bar
F5
Ctrl+Shift+R
Refresh
Refreshes the 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.
F9Copy
Creates a new list item using the current or selected item as a template. The action is similar to the "Add by Copy" button
Ctrl+F9A new group
Creates a new group. The action is similar to the button "Add group"


Shift+DelDelete line
Direct removal of the current element.
Attention! Use this combination with great care in dynamic lists, as the deletion cannot be undone!
Ctrl+Shift+UpMove a line up
In lists where changing the order of rows is allowed (for example, in the tabular section of the document), allows you to move the current row up. The action is similar to the "Move up" button
Ctrl+Shift+DownMove a line down
In lists where changing the order of lines is allowed (for example, in the tabular section of the document), allows you to move the current line down. The action is similar to the "Move Down" button
Ctrl+Shift+M
Ctrl+F5
Move element to another group
Allows you to quickly move the current element (for example, a directory) to another group

Ctrl+DownGo one level down while expanding the group
Navigates inside the folder where the cursor was placed
Ctrl+UpGo one level up (to "parent")
Goes to the top of the folder you were in
Shift+F2Finish editing
Ends editing, saving changes to the list item
ctrl+fFinding data in a list

Ctrl+Q
Ctrl+Break
Cancel search in the list
Num + (+)
Ctrl+Alt+Num+
Expand tree node
Num+(-)
Shift+Alt+Num-
Collapse tree node
Used only where tree nodes marked with "+" or "-" are available
Num + (*)
Ctrl+Alt+Num+
Expand tree node and all subordinates
Used only where tree nodes marked with "+" or "-" are available
Ctrl+Alt+Num-Collapse tree node and all subordinates
Used only where tree nodes marked with "+" or "-" are available
Ctrl+Shift+Alt+Num+Expand all tree nodes (performed anywhere in the tree)
Used only where tree nodes marked with "+" or "-" are available
Ctrl+Shift+Alt+Num-Collapse all tree nodes (performed anywhere in the tree)
Used only where tree nodes marked with "+" or "-" are available
SpaceChange the checkbox
Inverts the value of the current element's checkbox (enables or disables it)
Ctrl+ASelect all rows (multiple selection set)
Shift + HomeSelect all lines from the current line to the first line in the list (multiple selection is set)
Shift + EndSelect all lines from the current line to the last line in the list (multiple selection is set)
Hot keys 1C for editing spreadsheet documents
Up, Down, Left, RightMove through cells
Moves the cursor through table cells
Ctrl + (Up, Down, Left, Right)Move through cells to the next filled or empty
Moves the cursor over filled table cells
Shift + (Up, Down, Left, Right)Cell selection
Selects a region of cells, starting with the current one
ctrl+gGo to cell
Opens a dialog box for moving to a cell with a column and row number


Enter

Go to edit cell content

Page UpScroll up a page
Scroll down a page
Alt + PageUpScroll page left
Alt + Page DownScroll page right
HomeGo to the beginning of the line
Moves the cursor to the beginning of the line
end

Go to end of line
Moves the cursor to the end of the line

Ctrl+HomeGo to the beginning of the text
Ctrl+EndJump to end of text
Ctrl + Num + (+)
Expand Group
Ctrl+Num+(-)Collapse Group
Ctrl+Alt+Num+(+)
Expand a group and all subordinates
Ctrl+Alt+Num+(-)
Collapse a group and all subordinates
Ctrl+Shift+NSetting the name of the current area

Hot keys 1C for selecting and editing text
Using hotkeys in text areas and documents can significantly speed up and simplify the editing process.
Ins
Switching the mode allows you to either add new characters when entering to old ones, or overwrite old ones with new ones.
HomeGo to the beginning of the line
Moves the cursor to the beginning of the current line
endGo to end of line
Moves the cursor to the end of the current line
Ctrl+HomeGo to the beginning of the text
Moves the cursor to the beginning of the text
Jump to end of text
Moves the cursor to the end of the text
Shift + Home

Select text from cursor to start of line

Select text from cursor to end of line


Ctrl+Shift+HomeSelect text from cursor to start of text


Ctrl+Shift+EndSelect text from cursor to end of text

Ctrl+UpMove up one line
Ctrl+DownGo down one line
Ctrl+LeftGo to the beginning of the previous word
Ctrl+RightSkip to the beginning of the next word
Ctrl+WHighlight word

Ctrl+Shift+LeftSelect preceding word
Ctrl+Shift+RightSelect next word
Quick selection of a word (groups of characters separated by spaces)
Page UpScroll up a page
Page DownScroll down a page
Shift + PageUpSelect previous page of text
Shift + Page DownSelect next page of text
EscDeselect
ctrl+gJump to the line with the specified number
Del
Ctrl+Del
backspace
Ctrl+backspace
Alt+F2Set/Unbookmark
Marks the line you need so you can jump quickly
F2Next bookmark
Moves the cursor to the next bookmarked line
Shift+F2Previous bookmark
Moves the cursor to the previous bookmarked line
Ctrl+LDelete current line
TabMove selected block of text to the right
Shift + TabMove selected block of text to the left
Shift+EnterInsert line break
Alt+Backspace
Ctrl + Z
Undo last action
Alt+Shift+Backspace
ctrl+y
Redo last action
ctrl+c
Ctrl+Ins
Copy selected text to clipboard
Shift+Delete
Ctrl + X

Cut selected text to clipboard

Shift + Ins
Ctrl+V
Paste text from clipboard after cursor
Text formatting
ctrl+b
Enable/disable bold font


Ctrl+I
Turn italic on/off

Ctrl+U
Turn on/off underline

Ctrl+Num+,
Ctrl+Shift+Num+
Increase font size
Ctrl+Num-,
Ctrl+Shift+Num-
Decrease font size
Ctrl+SpaceClear formatting
Ctrl+F3
Change character case
Ctrl+L
Align paragraphs to the left
ctrl+r
Align paragraphs to the right
Ctrl+E
Center alignment of paragraphs
Ctrl+J
Justify paragraphs
Hot keys 1C for managing input fields
An input field is a heavily used control in many places in configuration forms. Hotkeys for the input field allow you to quickly perform frequently used actions on it. It is especially useful to use these keys where the configuration developer did not display the input field control buttons you need.
InsToggle insert/replace mode
The action is similar to the behavior when editing plain text, it allows you to either add new characters when entering to old ones, or overwrite old ones with new ones.
F4Choose
Selecting the appropriate object associated with the input field (for example, selecting the desired document from the list). The action is similar to the "Select" input field button
Shift+F4Clear an input field from its current value
Ctrl+Shift+F4Open
Opens the form of the selected object in the current input field. The action is similar to pressing the "Open" input field button
Ctrl+WHighlight current word
DelDelete character to the right of the cursor
Ctrl+DelDelete word to the right of the cursor
backspaceDelete character to the left of the cursor
Ctrl+backspaceDelete the word to the left of the cursor
HomeGo to the beginning of the line
end

Go to end of line

Hot keys 1C for working with pictures
They will help to work comfortably with display elements of graphic images.
Num + (+)
zoom in
Num+(-)
zoom out
Up, Down, Left, Right
Scroll
Page Up
Scroll up window size
Page Down
Scroll down by window size
Alt + PageUp

Scroll window size to the left

Alt + Page Down
Scroll window size right
Hot keys 1C for working with the fields of the graphic scheme
Tab, (Right, Down)
Move to the next schematic element (if an element is selected)
Shift + Tab, (Left, Up)
Move to the previous schematic element (if the element is selected)
Left, Up, PgUp
Scroll up (when no items are selected)
Right, Down, PgDn
Scroll down (if no item is selected)

If this information turned out to be useful for you, then we like the article on social networks and share the link on your favorite forums))).

(c) Online Company, 2018.
When copying site materials, a link to the source is required.

Hotkeys in 1C:Accounting, Using hotkey combinations in 1C:Enterprise system programs, How to use keyboard shortcuts to speed up work with 1C:Enterprise programs, Speed ​​up work in 1C:Trade Management using a keyboard shortcut, How to use keyboard shortcuts to speed up 1C:Enterprise work, Hotkey combinations in 1C:Enterprise programs for quick information entry


Tags: Hotkeys in 1C:Accounting, Using hotkey combinations in 1C:Enterprise programs, How to use keyboard shortcuts to speed up work with 1C:Enterprise programs, Hotkeys for working in 1C:Trade Management

, have a wide range of functionality. Therefore, each user, no doubt, will benefit from the knowledge of universal techniques suitable for any software configuration.

The use of the so-called. "hot" keys that allow you to perform actions using the keyboard in some cases faster than using the mouse and menu items, is one of the most important ways make working with 1C even more efficient and convenient. The use of "quick buttons" will help to simplify the implementation of regularly performed actions.

Using hotkeys when performing global actions

Under global action when using software it is common to understand actions that can be performed in any state of the application, and it does not matter what exactly is currently open in Enterprise 8: it is important that the program is not busy executing the task assigned to it.

Those. global actions can be called at any stage of the platform from 1C, regardless of what happens in the running software: in any case, the value of global actions will not change.

Quick buttons for global actions

  • New Document - Ctrl + N
  • Opening a document - Ctrl + O
  • Object or element properties - Alt + Enter or Ctrl + E
  • Expand message window - Ctrl + Alt + O
  • Close message window - Ctrl + Shift + Z
  • Activate the search field in the command panel - Ctrl + D
  • Open Help - F1
  • Calling help - Shift + F1
  • Calling her index - Shift + Alt + F1
  • Open calculator - Ctrl + F2
  • Expand scoreboard - Ctrl + Alt + W

"Hot keys for performing common actions

Under common actions actions are meant that have the same meaning in different objects of the program, but its reaction is modified from where a certain general action will be applied.

Quick buttons for common actions

  • Save current document - Ctrl + S
  • Delete - Del
  • Addition - Ins
  • Paste from clipboard - Ctrl + V or Shift + Ins
  • Copy to clipboard - Ctrl + C or Ctrl + Ins
  • Cut to clipboard - Ctrl + X or Shift + Del
  • Print document - Ctrl + P
  • Printing with the default printer - Ctrl + Shift + P

"Hot" keys for displaying windows

Here we present common all shapes and windows platform "Enterprise8" keyboard shortcuts.

Quick buttons for managing windows

  • Close an active free window, application, dialog - Alt + F4
  • Return normal window activity - Esc
  • Close active window - Shift + Esc
  • Close normal active window - Ctrl + F4
  • Call context menu - Shift + F10
  • Calling the system menu of an application or dialog - Alt + Space
  • Calling the main menu - Alt + F10
  • Activate the next window - Ctrl + Tab or Ctrl + F6
  • Activate the previous window - Ctrl + Shift + Tab or Ctrl + Shift + F6
  • Activate the next section in the window - F6
  • Activate the previous section in the window - Shift + F6
Loading...