Bug #314

move commands in insert mode are mismatched

Added by Loïc Paulevé 85 days ago. Updated 8 days ago.

Status:Closed Start:08/26/2008
Priority:High Due date:
Assigned to:Loïc Paulevé % Done:

100%

Category:libyzis
Target version:1.0-alpha2

Description

In insert mode, the movement commands are wrong. It seems that <key> is matched with S-<key>.
By example, doing <RIGHT> will move a word forward (<SHIFT-RIGHT>)
Here is some debug showing the fault :

YSession:sendKey( true , key=<RIGHT>)
YModePool:Looking mappings for <RIGHT>
YModePool:Appending to input buffer <RIGHT>
YModeCommand:YCommand* YModeCommand::parseCommand(const YKeySequence&, const YKey*&):314
YModeInsert:virtual CmdState YModeInsert::execCommand(YView*, const YKeySequence&, const YKey*&):112
YModeInsert:virtual CmdState YModeInsert::execCommand(YView*, const YKeySequence&, const YKey*&):121 got a special command : Command with key sequence : "copy of <S-RIGHT>", executing it

History

11/10/2008 10:46 PM - Loïc Paulevé

  • Priority changed from Normal to High

11/11/2008 07:39 PM - Loïc Paulevé

  • Status changed from Assigned to Closed
  • Assigned to set to Loïc Paulevé
  • % Done changed from 0 to 100

fixed by 7d1396b19bce (which reopened bug #280)

Also available in: Atom PDF