Bug #314
closedmove commands in insert mode are mismatched
100%
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
Updated by Loïc P. over 13 years ago
- Status changed from Assigned to Closed
- Assignee set to Loïc P.
- % Done changed from 0 to 100
fixed by commit:7d1396b19bce (which reopened bug #280)