| Summary: | Multiple cursor functionality is broken when Ctrl is selected as multiple cursor modifier | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Alberto Torres Ruiz <kungfoobar> |
| Component: | kwrite | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | christoph, mahe |
| Priority: | NOR | ||
| Version First Reported In: | 22.08.2 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Alberto Torres Ruiz
2022-11-19 18:01:58 UTC
I think the issue is that Ctrl-click is already used e.g. the goto definition of the LSP plugin, but I might be wrong. Does it work if you e.g. disable the LSP plugin for a try? (In reply to Christoph Cullmann from comment #1) > I think the issue is that Ctrl-click is already used e.g. the goto > definition of the LSP plugin, but I might be wrong. > Does it work if you e.g. disable the LSP plugin for a try? It seems you're right, it's the LSP plugin. But there's no way to switch the key in the LSP plugin. Should I fill another bug with it, or should this one be renamed? Maybe LSP should automatically use Ctrl instead of Alt when Ctrl is being used for multiple cursors. |