I forgot writing how I handle two key maps; lynx and info.
I wrote both lynx key binding and info key binding like:
+@table @kbd
+@item u @code{(lynx)}
+@itemx y @code{(info)}
+@kindex u
+@kindex y
+@findex w3m-print-this-url
...
+@end table
I think using @code is not good. But I don't know any other
good macro to use here...
Masatake YAMATO