Summary: | German double bound "replace all" shortcut | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Christian González <christian.gonzalez> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | aspotashev, christoph, kde-i18n-de |
Priority: | NOR | ||
Version: | 3.12.3 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christian González
2014-03-17 22:10:10 UTC
(In reply to comment #0) > The "A&lle ersetzen" button and "&Lesezeichen menu" use the same short key. > Same happens for "&Ersetzen" and "&Einstellungen" The reason is quite obvious: All characters in "Ersetzen" and "Alle ersetzen" are already used as clashes in menu items and in items of the Search & Replace bar. So I have no clue how to fix this :-( Gedit solves this by using NO shortcut. Which is kind of... bah. But anyway, it is better than a double key. LibreOffice has a modal dialog for search&replace, so global hotkeys don't work there. This is no option neither fpr Kate IMHO, as modal dialogs are mean(TM). Making another hotkey (with a tooltip hint) is inconsistent. I would suggest deleting the hotkey - as it is useless. Maybe this is a consequence of KDE SC having too many options and menus ;-) FYI, CJK languages use extra latin letters to add accelerators, like this: msgid "Co&ntinue" msgstr "계속(&N)" Nowadays that works an we get the auto accel ATL-z for german. |