b4n left a comment (geany/geany-plugins#1449) > Frankly, I'm not sure all of them are unique even in the English version. It > was like "I'll use this letter as it seems it hasn't been used anywhere else" > without making really sure ;-)
I bet :smile: -- and no, that didn't work. <details><summary>FWIW, issues reported in the LSP menu for C language by <a href="https://github.com/b4n/geany-plugin-internal-mnemonics-check">geany-plugin-internal-mnemonics-check</a></summary> ### Conflicting mnemonics inside "_LSP Client": * a * Show _All Diagnostics * candidates: o * Go to _Anywhere... * candidates: o y * c * _Clear Highlighted * candidates: none. An option might be to change another item's mnemonic to free an option for this one, but remember that changing existing mnemonics should be avoided when possible not to break user habits. Another option might be rewording this item, or, for non-latin languages, add a new mnemonic in parentheses. * Show _Current File Diagnostics * candidates: o * d * Go to _Document Symbol... * candidates: o m y b * Go to _Definition * candidates: o * h * Show _Hover Popup * candidates: o v * _Highlight Symbol Occurrences * candidates: y m b o * p * _Project Configuration * candidates: o j * Rename in _Project... * candidates: m o j * Go to _Previous Diagnostic * candidates: o v * r * _Restart All Servers * candidates: v * _Rename Highlighted * candidates: m * Find _References * candidates: none. An option might be to change another item's mnemonic to free an option for this one, but remember that changing existing mnemonics should be avoided when possible not to break user habits. Another option might be rewording this item, or, for non-latin languages, add a new mnemonic in parentheses. * s * _Server Initialize Responses * candidates: v z o * _Show Current Diagnostic * candidates: o + this menu already uses the following mnemonics: * a (See above) * c (See above) * d (See above) * e (Go to D_eclaration) * f (_Format Code) * g (_Global Configuration) * h (See above) * i (Find _Implementations) * l (Go to _Line...) * n (Go to _Next Diagnostic) * p (See above) * r (See above) * s (See above) * t (Go to _Type Definition) * u (_User Configuration) * w (Go to _Workspace Symbol...) </details> -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1449#issuecomment-2985676708 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/1449/[email protected]>
