forked from qt-creator/qt-creator
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:
@@ -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.
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user