[Qt-creator] [fakevim] Using <space> for move right (patch included)

Andre Poenitz andre.poenitz at nokia.com
Mon Feb 9 17:17:25 CET 2009


ext Bart van Deenen wrote:
> The one thing I was missing was moving right with the spacebar. Here's the
> patch.

Thanks ;-)

> diff --git a/src/plugins/fakevim/fakevimhandler.cpp
> [...]
> m_desiredColumn = savedColumn;
> - } else if (key == 'l' || key == Key_Right) {
> + } else if (key==' ' || key == 'l' || key == Key_Right) {

It's in in change 65638f7.

But there is a slight chance that it's already to late for 1.0.

Regards,
Andre'



More information about the Qt-creator-old mailing list