Simon Perreault <[email protected]> wrote:

> /etc/kbdtype contains "cf". I tried playing with kbd and wsconsctl. 
> Everything seems normal except the above mentioned keys that do nothing.

They work fine but ksh defaults to treating the top bit as meta,
so for instance e acute will be interpreted as M-i which isn't
mapped.  Try a simple "cat >/dev/null" and typing there.

You can use "set +o emacs-usemeta" to change ksh's behavior.
And "meta-key-mode" in ~/.mg for mg(1).

-- 
Christian "naddy" Weisgerber                          [email protected]

Reply via email to