Summary: | Vi Mode default shortcut key Meta + Ctrl + V not work | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | julee <julee.vv> |
Component: | Vi Input Mode | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | kare.sars, michal.humpula |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
julee
2015-08-29 09:48:45 UTC
There is a bug in Qt (also 5.4.1) xcb platform plugin that prevents all Meta-... shortcuts from functioning. https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1450808 https://bugreports.qt.io/browse/QTBUG-43572 The Qt bug does not say but the fix is included in 5.4.2 and 5.5.0 I have downloaed Qt 5.5 and installed it. Then with it's libs path adding to the env LD_LIBRARY_PATH , I started kate. However, Meta+Ctrl+V still not work! I try to asign other shortcuts with Meta key (such as Meta+b) to some other action, it successed triggle the action (with Qt 5.4.1 it doesn't ). So I think it doesn't the qt's issue now, with this qt version, asigning Meta+Ctrl+v to any other action all works well. The import thing is I cann't find any Vi Input Mode item in the shortcuts configuration dialog. Seems katepart is part of the kdelibs now, but old version isn't. Does this affect it ? You are right. There is no default short-cut assigned nor is it added to the action-collection or katepartui.rc The mode changing does not seem to be togglable either.... There's no way to enable Vi input mode defautly. With old version, in configuratioon dialog, Editor Component -> Editing -> Vi Input Mode, there is one option: Use Vi input mode. Expect this option could reback. Hi julee, the default option has moved to Editing->General->Input Mode. The shorcut is missing, but there is already a bug report about that. *** This bug has been marked as a duplicate of bug 347769 *** |