mirror of https://github.com/MidnightCommander/mc
Ticket #3133: keypad '*' doesn't work with numlock off.
Fix typos in misc/mc.lib. Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
57feb5a2bc
commit
a45ba8054a
|
@ -34,7 +34,7 @@ kpnpage=\\eOs
|
|||
kpppage=\\eOy
|
||||
kpplus=\\eOl
|
||||
kpminus=\\eOS
|
||||
kpasterix=\\eOR
|
||||
kpasterisk=\\eOR
|
||||
kpinsert=\\eOp
|
||||
kpdelete=\\eOn
|
||||
kpenter=\\eOM
|
||||
|
@ -63,7 +63,7 @@ kpnpage=\\eOs
|
|||
kpppage=\\eOy
|
||||
kpplus=\\eOl
|
||||
kpminus=\\eOS
|
||||
kpasterix=\\eOR
|
||||
kpasterisk=\\eOR
|
||||
kpinsert=\\eOp
|
||||
kpdelete=\\eOn
|
||||
kpenter=\\eOM
|
||||
|
@ -92,7 +92,7 @@ kpnpage=\\eOs
|
|||
kpppage=\\eOy
|
||||
kpplus=\\eOk
|
||||
kpminus=\\eOm
|
||||
kpasterix=\\eOj
|
||||
kpasterisk=\\eOj
|
||||
delete=\\e[3~
|
||||
bs=
|
||||
home=\\e[1~;\\e[7~;\\eOH;\\e[H
|
||||
|
@ -149,7 +149,7 @@ bs=^h
|
|||
end=\\e[F
|
||||
kpplus=\\e[+
|
||||
kpminus=\\e[-
|
||||
kpasterix=\\e[*
|
||||
kpasterisk=\\e[*
|
||||
|
||||
[terminal:cons25]
|
||||
f11=\\e[Y
|
||||
|
|
Loading…
Reference in New Issue