Doc: Update keyboard shortcuts for recording text editing macros

Task-number: QTCREATORBUG-26278
Change-Id: I4bbb52859671b4f1840bb1803695fd3f106b05ad
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Leena Miettinen
2021-11-22 13:05:39 +01:00
parent 8f611286f7
commit 89e6e99957
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
/****************************************************************************
**
** Copyright (C) 2018 The Qt Company Ltd.
** Copyright (C) 2021 The Qt Company Ltd.
** Contact: https://www.qt.io/licensing/
**
** This file is part of the Qt Creator documentation.
@@ -32,9 +32,9 @@
To record a text editing macro, select \uicontrol Tools >
\uicontrol {Text Editing Macros} > \uicontrol {Record Macro}
or press \key {Alt+(}. To stop recording, select \uicontrol Tools >
or press \key {Alt+[}. To stop recording, select \uicontrol Tools >
\uicontrol {Text Editing Macros} > \uicontrol {Stop Recording Macro} or
press \key {Alt+)}.
press \key {Alt+]}.
\note The macro recorder does not support code completion.

View File

@@ -505,10 +505,10 @@
\if defined(qtcreator)
\row
\li Record a text-editing macro
\li Alt+(
\li Alt+[
\row
\li Stop recording a macro
\li Alt+)
\li Alt+]
\row
\li Play last macro
\li Alt+R