Ticket #4317 (new defect)
a1, c1, etc. keys not recognized
Reported by: | psprint | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | Future Releases |
Component: | mc-tty | Version: | master |
Keywords: | keypad,numpad | Cc: | |
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
Hi,
the a1, c1 etc. keys are useful mappings to the keypad – the two point to digit 7 and 1, for example, if numlock is off. However, they aren't recognized – 7 is being read as home and 1 as end. Why is that? Is it because the keymap() function isn't being called? Or some equal slang function. It seems to me that this bug is hidden because the default mappings match the default meaning of the keypad keys (home,end,pgup,pgdown).
Note: See
TracTickets for help on using
tickets.
I've investigated little further – it isn't the keypad() function, which only turns on recognition of complex keys by defined constants. More on this stackoverflow question.