On 6/12/07, Thomas Dickey <[EMAIL PROTECTED]> wrote:
On Tue, Jun 12, 2007 at 06:18:23PM +0000, Thorsten Glaser wrote:
> PBM . dixit:
>
> > previous goto page is changed to key for PRINT (default 'p' and 'P')
>
> -    } else if (c == 'p' || c == 'P') {
> +    } else if (c == LYK_PRINT) {
>
> this is bogus, 'p' is a mnemonic for page, LYK_PRINT is 'p' by
> default but not necessarily.

yes (it's not as simple as that to use the bound-key).

P/p as mnemonic to page do not mean nothing for non-english speakers.
btw, should we provide buttons with icons for this stuff ?


_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to