how does one do this in dillo?
Hi, One of the most convenient features in Firefox (and that is why I continue using it more than dillo) is that if I type dillo and then Ctrl-Shift-Enter it fills in the www. and .org for me. Same also for .com and .net. How do I change the program in dillo to be able to do it? Is there a simple example which someone could dig up for me? Many thanks and best wishes! GT __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On 2/17/06, Globe Trotter <itsme_410@yahoo.com> wrote:
Hi,
One of the most convenient features in Firefox (and that is why I continue using it more than dillo) is that if I type dillo and then Ctrl-Shift-Enter it fills in the www. and .org for me. Same also for .com and .net. How do I change the program in dillo to be able to do it?
Is there a simple example which someone could dig up for me?
Many thanks and best wishes! GT
GT, I've asked before, and I don't think so. (And it is C-return, for me and .com) ~Maru
--- Maru Dubshinki <marudubshinki@gmail.com> wrote:
On 2/17/06, Globe Trotter <itsme_410@yahoo.com> wrote:
Hi,
One of the most convenient features in Firefox (and that is why I continue using it more than dillo) is that if I type dillo and then Ctrl-Shift-Enter it fills in the www. and .org for me. Same also for .com and .net. How do I change the program in dillo to be able to do it?
Is there a simple example which someone could dig up for me?
Many thanks and best wishes! GT
GT, I've asked before, and I don't think so.
(And it is C-return, for me and .com)
~Maru
Thanks, Maru. Maybe we can submit it as an RFE? Such features would really help on a handheld and the like, IMO, since that would minimize unnecessary typing big time? Many thanks! __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Hi, On Fri, Feb 17, 2006 at 06:59:07PM -0800, Globe Trotter wrote:
Hi,
One of the most convenient features in Firefox (and that is why I continue using it more than dillo) is that if I type dillo and then Ctrl-Shift-Enter it fills in the www. and .org for me. Same also for .com and .net. How do I change the program in dillo to be able to do it?
Is there a simple example which someone could dig up for me?
The Location bar in Dillo is a simple GTK input. Just hook a keyboard event handler to it, keep a file record of typed urls and define the completion algorithm as you wish. Note that having a file record of visited URLs is privacy-sensitive. This is out of the main tree meanwhile, but a patch is easy to write and port. -- Cheers Jorge.-
--- Jorge Arellano Cid <jcid@dillo.org> wrote:
Hi,
On Fri, Feb 17, 2006 at 06:59:07PM -0800, Globe Trotter wrote:
Hi,
One of the most convenient features in Firefox (and that is why I continue using it more than dillo) is that if I type dillo and then Ctrl-Shift-Enter it fills in the www. and .org for me. Same also for .com and .net. How do I change the program in dillo to be able to do it?
Is there a simple example which someone could dig up for me?
The Location bar in Dillo is a simple GTK input. Just hook a keyboard event handler to it, keep a file record of typed urls and define the completion algorithm as you wish.
Note that having a file record of visited URLs is privacy-sensitive. This is out of the main tree meanwhile, but a patch is easy to write and port.
-- Cheers Jorge.-
_______________________________________________ Dillo-dev mailing list Dillo-dev@dillo.org http://lists.auriga.wearlab.de/cgi-bin/mailman/listinfo/dillo-dev
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Hello,
One of the most convenient features in Firefox (and that is why I continue using it more than dillo) is that if I type dillo and then Ctrl-Shift-Enter it fills in the www. and .org for me. Same also for .com and .net. How do I change the program in dillo to be able to do it?
This feature is most inconvenient when done wrong though. The name seraches should happen only after a failed DNS lookup. Otherwise if I try to acess a local host which is not a fqdn, I get the stupid browser trying to be smart and replacing http://mybox/ with www.mybox.com even if mybox exist. And now lately, almost everything you type has a domain for sale, so it is really boring. -R
participants (4)
-
Globe Trotter
-
Jorge Arellano Cid
-
Maru Dubshinki
-
Riccardo Mottola