yurchor added a comment.
Thanks in advance for fixing the issue with docs.
INLINE COMMENTS
> plugin_kateopenselection.cpp:59
> + QAction *a =
> actionCollection()->addAction(QStringLiteral("file_openselection"));
> + a->setText(i18n("Opens the selected path"));
> + actionCollection()->setDefaultShortcut(a, QKeySequence(Qt::CTRL +
> Qt::SHIFT + Qt::Key_O));
This seems to be a non-standard way to define a menu item. The other items are
just verbs "Open", "Save, not "Opens" or "Saves".
> plugins.docbook:1538
> +<shortcut>
> +<keycap>CTRL-Shift-O</keycap>
> +</shortcut>
Should be
<keycombo>&Ctrl;&Shift;<keycap>O</keycap></keycombo>
REPOSITORY
R40 Kate
REVISION DETAIL
https://phabricator.kde.org/D22199
To: nononux
Cc: yurchor, kwrite-devel, kde-doc-english, gennad, fbampaloukas, domson,
michaelh, ngraham, demsking, skadinna, cullmann, sars, dhaumann