Ticket #1634 (new defect) — at Version 8
DEL & END keys dialog binding
Reported by: | theMIROn | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 4.8.0-pre1 |
Component: | mc-tty | Version: | master |
Keywords: | Cc: | zaytsev | |
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: |
Description (last modified by andrew_b) (diff)
Currently DEL & END keys misprocessed in all dialogs.
Keys check from menu works fine at the same time.
TERM=linux
CP866 (IBM866) locale
Change History
comment:3 Changed 15 years ago by theMIROn
DEL is working, but BackSpace? is not.
comment:4 Changed 15 years ago by theMIROn
any news?
hotkeys are not treated as unicode, that's the problem
comment:7 follow-up: ↓ 8 Changed 15 years ago by theMIROn
g_ascii_tolower strips unicode key param, moreover, don't reflect actual label text encoding.
following patch fixes hotkeys on 8bit locale
comment:8 in reply to: ↑ 7 Changed 15 years ago by andrew_b
- Description modified (diff)
Replying to theMIROn:
g_ascii_tolower strips unicode key param,
Actually, param in not unicode. Multibyte hotkeys are not correctly constuct in handling of tty key events.
following patch fixes hotkeys on 8bit locale
I'm not shure that it is correct way. Your patch breaks case-insensitive hotkeys.