On Sun, Dec 24, 2006 at 08:51:17AM -0600, [EMAIL PROTECTED] 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 [EMAIL PROTECTED]|http://www.lfod.us/] _______________________________________________ elinks-users mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-users
