[elinks-users] setting mono mode colors and difficult key bindings
Will Maier
willmaier at ml1.net
Sun Dec 24 08:08:03 MST 2006
On Sun, Dec 24, 2006 at 08:51:17AM -0600, rader at ginseng.hep.wisc.edu wrote:
> Is it somehow possible to bind ^Tab? If I use...
> bind "main" "Tab" = "move-link-next"
> bind "main" "Ctrl-Tab = "tab-next"
> ...then ^Tab does "move-link-next".
Terminals don't see ^Tab (since Tab is actually ^I), so they just
pass Tab to elinks, AFAIK.
> Is it somehow possible to bind ^C to "history-move-back"? If
> I use...
> bind "main" "Ctrl-C" = "history-move-back"
> ...then ^C does "really-quit".
I don't think elinks does any special trapping for ^C; it'll just
accept it as normal (and quit, as you noticed).
I can't think of a good way to get either of those bindings working,
unfortunately. The first breaks because of the way terminals work,
and the second would require some handling in elinks itself.
--
[Will Maier]-----------------[willmaier at ml1.net|http://www.lfod.us/]
More information about the elinks-users
mailing list