short key

2001-12-24 Thread joh.n-do
hi all, is possible to set a short key? like a ctrl+m to start mozilla... josto -- --- joh'n-do.- coguaro.org frimaindinfriuord

Re: short key

2001-12-24 Thread scott
On Monday 24 December 2001 03:33, joh.n-do wrote: hi all, is possible to set a short key? like a ctrl+m to start mozilla... josto Of course: KeyToGrab(m), WithModifier(Control), WithAction(ExecCommand), DoThis(mozilla) (Read the docs for bbkeys, it's all in there) -- [scott] :: ein

Re: short key

2001-12-24 Thread Sean 'Shaleh' Perry
On 23-Dec-2001 scott wrote: On Monday 24 December 2001 03:33, joh.n-do wrote: hi all, is possible to set a short key? like a ctrl+m to start mozilla... josto Of course: KeyToGrab(m), WithModifier(Control), WithAction(ExecCommand), DoThis(mozilla) (Read the docs for bbkeys, it's

Re: short key

2001-12-24 Thread Scott Moynes
* joh.n-do ([EMAIL PROTECTED]) wrote: hi all, is possible to set a short key? like a ctrl+m to start mozilla... josto If you're feeling adventurous, you can try epistrophy (http://nexus.carleton.ca/~smoynes/epistrophy.tar.gz) with an ~/.epistrc as follows control m exec mozilla scott