On Sat, 2001-09-22 at 20:37, John Hebert wrote:
> Installed bbkeys and run through the little configure
> script to capture some keys and create the .bbkeysrc,
> but I can't figure out how to make those keys "hot"...

Make sure bbkeys loads at startup:

#!/bin/sh
/usr/local/bin/bbkeys -i&
xscreensaver -lock-mode -timeout 10 -no-splash &
xclipboard &
#exec blackbox

Notice I commented out 'exec blackbox' since I run gdm. You may have to
tweak the gdm configuration a bit to start blackbox and to run
$HOME/.xinitrc.

> I assume I am only supposed to run "bbkeys", which
> looks at ~./.bbkeysrc and should make any defined key
> combos available. Correct?

Yes.

> Can somebody email me their working .bbkeysrc file?

KeyToGrab(m), WithModifier(Mod1), WithAction(Minimize)
KeyToGrab(Up), WithModifier(Mod1), WithAction(Raise)  
KeyToGrab(Down), WithModifier(Mod1), WithAction(Lower)
KeyToGrab(F4), WithModifier(Mod1), WithAction(Close)
KeyToGrab(1), WithModifier(Mod1), WithAction(Workspace1)
KeyToGrab(2), WithModifier(Mod1), WithAction(Workspace2)
KeyToGrab(3), WithModifier(Mod1), WithAction(Workspace3)
KeyToGrab(4), WithModifier(Mod1), WithAction(Workspace4)
KeyToGrab(5), WithModifier(Mod1), WithAction(Workspace5)
KeyToGrab(6), WithModifier(Mod1), WithAction(Workspace6)
KeyToGrab(7), WithModifier(Mod1), WithAction(Workspace7)
KeyToGrab(8), WithModifier(Mod1), WithAction(Workspace8)
KeyToGrab(9), WithModifier(Mod1), WithAction(Workspace9)
KeyToGrab(Right), WithModifier(Control), WithAction(NextWorkspace)
KeyToGrab(Left), WithModifier(Control), WithAction(PrevWorkspace)
KeyToGrab(Tab), WithModifier(Mod1), WithAction(NextWindow)
KeyToGrab(ISO_Left_Tab), WithModifier(Mod1+Shift),
WithAction(PrevWindow)
KeyToGrab(F2), WithModifier(Mod1), WithAction(ShadeWindow)
KeyToGrab(F10), WithModifier(Mod1), WithAction(MaximizeWindow)

Regards, Dustin

-- 
Dustin Puryear <[EMAIL PROTECTED]>
http://members.telocity.com/~dpuryear
In the beginning the Universe was created. 
This has been widely regarded as a bad move. - Douglas Adams


================================================
BRLUG - The Baton Rouge Linux User Group
Visit http://www.brlug.net for more information.
Send email to [EMAIL PROTECTED] to change
your subscription information.
================================================

Reply via email to