Re: [OT] Customizing keyboard shortcuts in Iceweasel

2009-12-08 Thread Javier Barroso
On Mon, Dec 7, 2009 at 12:01 PM, Andrei Popescu
andreimpope...@gmail.com wrote:
 On Sun,06.Dec.09, 19:17:37, Celejar wrote:

 I keep seeing this mentioned, and I suppose I ought to finally look
 into it.  I have been using vi for years, but I haven't *really* learned
 it, and I still don't feel all that comfortable with it.

 When you restart iceweasel after activating it (I installed it from the
 repo, not upstream) it will show an introduction page with links to the
 tutorial and the general help. I definitely recommend going through the
 tutorial.
+1 Vimperator Rocks !

- Only three letters will separate you from your Bookmarks ('g(o|n)B'
to go (in same/new tab) Bookmark and 'mB' to save it)
- You can record macros an exec it (q/@)
- Go to links without mouse (f/F)
- Vim keys !

Regards,


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: [OT] Customizing keyboard shortcuts in Iceweasel

2009-12-07 Thread Andrei Popescu
On Sun,06.Dec.09, 19:17:37, Celejar wrote:
 
 I keep seeing this mentioned, and I suppose I ought to finally look
 into it.  I have been using vi for years, but I haven't *really* learned
 it, and I still don't feel all that comfortable with it.

When you restart iceweasel after activating it (I installed it from the 
repo, not upstream) it will show an introduction page with links to the 
tutorial and the general help. I definitely recommend going through the 
tutorial.

Regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: [OT] Customizing keyboard shortcuts in Iceweasel

2009-12-06 Thread Kelly Clowers
On Sat, Dec 5, 2009 at 16:16, Celejar cele...@gmail.com wrote:
 Mozilla claims that it can't be done:

 Configuring keyboard shortcuts

 Firefox does not provide any method of customizing keyboard shortcuts.

 Is this for real (and up-to-date)?!  A serious, sophisticated GUI
 application that doesn't allow this sort of customization?!

yep, the keyboard shortcut code hasn't been seriously overhauled
since the Mozilla 1.x days (pre-Firefox). The have talked about
reworking it at some point, but so far other things have taken priority.

 I suppose that I could file a wishlist bug, but if upstream already
 acknowledges the deficiency, is there any point?

I think there is a bug, if you have a bugzilla account you can vote for
it, but I doubt it will make much of a difference.

 What I want to do is to bind keystroke combinations to bookmarks, so
 that I can open sites easily with such combos.  Is there a way to do
 this?

I don't know about binding keystrokes to a bookmark, but you can use
keywords. Open the properties of a bookmarked item and enter the
characters you want to use in the keyword field. Now if you type those
characters in the url bar, you will go to that bookmark.

If you combine that with a %s instead of a search term in a url, and then
keyword searchterm (no quotes) in the url bar will perform that search.
For example I have an imdb keyword, so if I type imdb casablanca, it
searches imdb for casablanca.


Cheers,
Kelly Clowers


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: [OT] Customizing keyboard shortcuts in Iceweasel

2009-12-06 Thread Celejar
On Sun, 6 Dec 2009 11:24:10 -0800
Kelly Clowers kelly.clow...@gmail.com wrote:

 On Sat, Dec 5, 2009 at 16:16, Celejar cele...@gmail.com wrote:
  Mozilla claims that it can't be done:
 
  Configuring keyboard shortcuts
 
  Firefox does not provide any method of customizing keyboard shortcuts.
 
  Is this for real (and up-to-date)?!  A serious, sophisticated GUI
  application that doesn't allow this sort of customization?!
 
 yep, the keyboard shortcut code hasn't been seriously overhauled
 since the Mozilla 1.x days (pre-Firefox). The have talked about
 reworking it at some point, but so far other things have taken priority.
 
  I suppose that I could file a wishlist bug, but if upstream already
  acknowledges the deficiency, is there any point?
 
 I think there is a bug, if you have a bugzilla account you can vote for
 it, but I doubt it will make much of a difference.

Thanks for the info.

  What I want to do is to bind keystroke combinations to bookmarks, so
  that I can open sites easily with such combos.  Is there a way to do
  this?
 
 I don't know about binding keystrokes to a bookmark, but you can use
 keywords. Open the properties of a bookmarked item and enter the
 characters you want to use in the keyword field. Now if you type those
 characters in the url bar, you will go to that bookmark.

Thanks, that'll be useful, but I anyway pretty much get that behavior
by just typing the first few characters into the location bar.  With
keywords, I suppose that I can make that more efficient, although it's
annoying that it'll still require at least four keystrokes: CTRL-L to
set the focus to the location bar, a single character keyword such as
'k', and ENTER.

 If you combine that with a %s instead of a search term in a url, and then
 keyword searchterm (no quotes) in the url bar will perform that search.
 For example I have an imdb keyword, so if I type imdb casablanca, it
 searches imdb for casablanca.

I've heard of this before, but never paid much attention to.  I really
need to start doing this for things like searching for bugs in package
'foo', and so on.

/me sets up a bookmark with
url=http://bugs.debian.org/cgi-bin/pkgreport.cgi?package=%s and
keyword=db

Hey!  It works!  Thanks!

Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: [OT] Customizing keyboard shortcuts in Iceweasel

2009-12-06 Thread Andrei Popescu
On Sun,06.Dec.09, 15:07:34, Celejar wrote:
 
 /me sets up a bookmark with
 url=http://bugs.debian.org/cgi-bin/pkgreport.cgi?package=%s and
 keyword=db
 
 Hey!  It works!  Thanks!

Great stuff, but I did it like this

url=http://bugs.debian.org/%s

because it will work with packages AND bug numbers ;)

Regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: [OT] Customizing keyboard shortcuts in Iceweasel

2009-12-06 Thread Andrei Popescu
On Sat,05.Dec.09, 19:16:53, Celejar wrote:
 
 What I want to do is to bind keystroke combinations to bookmarks, so
 that I can open sites easily with such combos.  Is there a way to do
 this?

Not really a solution, but maybe an alternative. If you are somewhat 
familiar with vim keystrokes you might like the vimperator extension.

Regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: [OT] Customizing keyboard shortcuts in Iceweasel

2009-12-06 Thread Andrew Sackville-West
On Mon, Dec 07, 2009 at 01:37:44AM +0200, Andrei Popescu wrote:
 On Sun,06.Dec.09, 15:07:34, Celejar wrote:
  
  /me sets up a bookmark with
  url=http://bugs.debian.org/cgi-bin/pkgreport.cgi?package=%s and
  keyword=db
  
  Hey!  It works!  Thanks!
 
 Great stuff, but I did it like this
 
 url=http://bugs.debian.org/%s
 
 because it will work with packages AND bug numbers ;)

woah... cool!

A


signature.asc
Description: Digital signature


Re: [OT] Customizing keyboard shortcuts in Iceweasel

2009-12-06 Thread Celejar
On Mon, 7 Dec 2009 01:37:44 +0200
Andrei Popescu andreimpope...@gmail.com wrote:

 On Sun,06.Dec.09, 15:07:34, Celejar wrote:
  
  /me sets up a bookmark with
  url=http://bugs.debian.org/cgi-bin/pkgreport.cgi?package=%s and
  keyword=db
  
  Hey!  It works!  Thanks!
 
 Great stuff, but I did it like this
 
 url=http://bugs.debian.org/%s
 
 because it will work with packages AND bug numbers ;)

Right you are.  I think that I tried that, did something wrong, and
then somehow got it into my head that %s only worked in the query part
of url, after the '?'.  Glad we've cleared that up ;)

Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: [OT] Customizing keyboard shortcuts in Iceweasel

2009-12-06 Thread Celejar
On Mon, 7 Dec 2009 01:39:28 +0200
Andrei Popescu andreimpope...@gmail.com wrote:

 On Sat,05.Dec.09, 19:16:53, Celejar wrote:
  
  What I want to do is to bind keystroke combinations to bookmarks, so
  that I can open sites easily with such combos.  Is there a way to do
  this?
 
 Not really a solution, but maybe an alternative. If you are somewhat 
 familiar with vim keystrokes you might like the vimperator extension.

I keep seeing this mentioned, and I suppose I ought to finally look
into it.  I have been using vi for years, but I haven't *really* learned
it, and I still don't feel all that comfortable with it.

Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[OT] Customizing keyboard shortcuts in Iceweasel

2009-12-05 Thread Celejar
Mozilla claims that it can't be done:

Configuring keyboard shortcuts

Firefox does not provide any method of customizing keyboard shortcuts.

Is this for real (and up-to-date)?!  A serious, sophisticated GUI
application that doesn't allow this sort of customization?!

I suppose that I could file a wishlist bug, but if upstream already
acknowledges the deficiency, is there any point?

What I want to do is to bind keystroke combinations to bookmarks, so
that I can open sites easily with such combos.  Is there a way to do
this?

Celejar
-- 
foffl.sourceforge.net - Feeds OFFLine, an offline RSS/Atom aggregator
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: [OT] Customizing keyboard shortcuts in Iceweasel

2009-12-05 Thread Klistvud
Dne, 06. 12. 2009 01:16:53 je Celejar napisal(a):
 
 What I want to do is to bind keystroke combinations to bookmarks, so
 that I can open sites easily with such combos.  Is there a way to do
 this?
 

A rather convoluted way would be to install Context Menu Extensions 
(they're in the Debian repositories) -- some of the extensions, such as 
Custom Scripts, allow shortcut key combinations to be defined. But 
surely there's a more straightforward way???


-- 
Regards,

Klistvud
Certifiable Loonix User #481801
http://bufferoverflow.tiddlyspot.com


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org