Ticket #2540 (closed defect: worksforme)
mcedit: ctrl+{leftArrow|rightArrow} don't work (for word skipping left|right)
Reported by: | j3nda | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mcedit | Version: | 4.7.5.1 |
Keywords: | mcedit | Cc: | gotar@… |
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description (last modified by angel_il) (diff)
smid@localhost ~ $ LANG=C mc -V
GNU Midnight Commander 4.7.5.1
Built with GLib 2.28.5
Using the ncurses library
With builtin Editor
With subshell support as default
With support for background operations
With mouse support on xterm and Linux console
With support for X11 events
With internationalization support
With multiple codepages support
Virtual File Systems: cpiofs, tarfs, sfs, extfs, ext2undelfs, ftpfs, fish
Data types: char: 8; int: 32; long: 32; void *: 32; size_t: 32; off_t: 64;
---
ini: use_internal_edit=1
---
F4: on any .txt (.php, ...) file
---
problem:
Ctrl+LeftArrow = dont work (expecting: skip word by word into right)
Ctrl+RightArrow = dont work (expecting: skip word by word into left)
Ctrl+Home = dont work (expecting: skip on top document)
Ctrl+End = dont work (expecting: skip on bottom document)
Change History
comment:3 Changed 14 years ago by angel_il
Ctrl+LeftArrow = dont work (expecting: skip word by word into right)
Ctrl+RightArrow = dont work (expecting: skip word by word into left)
Ctrl+Home = dont work (expecting: skip on top document)
Ctrl+End = dont work (expecting: skip on bottom document)
do follow:
run 'cat' in konsole
press Ctrl+LeftArrow, Ctrl+RightArrow, Ctrl+Home, Ctrl+End
show output
comment:4 Changed 14 years ago by j3nda
smid@localhost ~ $ cat ^[[1;5D^[[1;5C^[[1;5H^[[1;5F
Ctrl+LeftArrow?, Ctrl+RightArrow?, Ctrl+Home, Ctrl+End
comment:5 Changed 14 years ago by j3nda
in 'konsole' is all ok, but in: mc or mcedit don't
for example:
- run mc
- right panel
- ctrl+UpArrow? (dont work; expected: list into cmd-line history)
or
- run mc
- right panel (any file)
- Shift+F{5|6} (dont work; expected: dialog with existing filename to {copy|rename})
smid@localhost ~ $ cat ^[[15;2~^[[17;2~
shift+f5, shift+f6
smid@localhost ~ $ cat ^[[1;5A
ctrl+uparrow
comment:6 Changed 13 years ago by gotar
- Cc gotar@… added
- Branch state set to no branch
Did you check this in xterm?
in KDE (konsole)
Verze platformy - 4.6.2 (4.6.2)
soon i report more info...