[Interest] QTextEdit shortcuts
Shawn Rutledge
Shawn.Rutledge at qt.io
Mon Apr 7 09:14:54 CEST 2025
> On Apr 7, 2025, at 08:24, Josh <jnfo-d at grauman.com> wrote:
>
> Hi,
>
> It appears QTextEdit has more shortcuts than are in the docs? For example, Ctrl-E goes to the end of line. Where in the Qt source can I find all the shortcuts/key bindings for QTextEdit? I can't seem to find them in Src/qtbase/src/widgets/widgets/qtextedit.cpp or related files…
QWidgetTextControlPrivate::cursorMoveKeyEvent() in qwidgettextcontrol.cpp, which refers to platform-specific shortcuts defined in qkeysequence.cpp
More information about the Interest
mailing list