Revision 870530

Go back to digest for 19th October 2008

Features in KDE Base

Erlend Hamberg committed changes in /trunk/KDE/kdelibs/kate/vimode:

* make feedKeys() take a qstring of keypresses instead of QKeyEvents. this will make it possible to pass register contents to it and thereby making it easy to add support for recording commands. ("macros").

* make recording of backspace work

* don't log modifiers key presses on their own

* renamed "escape" to "esc"

* use sendevent instead of postevent, making it possible to know that* we're running a macro

File Changes

Modified 6 files
  • /trunk/KDE/kdelibs/kate/vimode
  •   /kateviinputmodemanager.cpp
  •   /kateviinputmodemanager.h
  •   /kateviinsertmode.cpp
  •   /katevikeysequenceparser.cpp
  •   /katevikeysequenceparser.h
  •   /katevinormalmode.cpp
6 files changed in total