Skip to content

Commit

Permalink
Ticket #3133: keypad '*' doesn't work with numlock off.
Browse files Browse the repository at this point in the history
Fix typos in misc/mc.lib.

Signed-off-by: Andrew Borodin <[email protected]>
  • Loading branch information
egmontkob authored and aborodin committed Feb 10, 2014
1 parent 57feb5a commit a45ba80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions misc/mc.lib
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ kpnpage=\\eOs
kpppage=\\eOy
kpplus=\\eOl
kpminus=\\eOS
kpasterix=\\eOR
kpasterisk=\\eOR
kpinsert=\\eOp
kpdelete=\\eOn
kpenter=\\eOM
Expand Down Expand Up @@ -63,7 +63,7 @@ kpnpage=\\eOs
kpppage=\\eOy
kpplus=\\eOl
kpminus=\\eOS
kpasterix=\\eOR
kpasterisk=\\eOR
kpinsert=\\eOp
kpdelete=\\eOn
kpenter=\\eOM
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -149,7 +149,7 @@ bs=^h
end=\\e[F
kpplus=\\e[+
kpminus=\\e[-
kpasterix=\\e[*
kpasterisk=\\e[*

[terminal:cons25]
f11=\\e[Y
Expand Down

0 comments on commit a45ba80

Please sign in to comment.