Forum rules
Before posting make sure you have done the following: - Checked for an update
- Read the plugin's supplied documentation
- Read the General Plugin FAQ
- Read the plugin's FAQ
Only moderators can post a new topic, so if you have a new plugin, create a thread in the BB4Win forum and we'll move it for ya.
| Author |
Message |
|
stanna
BBSage
Joined: Sun Dec 05, 2004 9:24 pm Posts: 105 Location: batcave
|
 bbKeys
Quote: BBKeys is a Blackbox for Windows hotkey plugin, ie. it lets you run commands based on certain keyboard combinations. It reads the hotkeys from its own configuration file, bbkeys.rc (or bbkeysrc), located in the same folder as the plugin or in the Blackbox directory (please note that the former location has precedence) unkamunka wrote: Old Plugins Forum Threads ............................................................................................................i guess this applies to all branches of blackbox.. but wouldnt it be great to put a feature to minimize all windows with one key click? like with normal windows you press WIN + M to minimize all., i know bb uses it to open the menu file quickly., but i change these keys to my liking. KeyToGrab(M), WithModifier(Win), WithAction(Minimize) thats good enough i guess, but its only 1 at a time.. cant someone tell me the bro@m if there is one to minimize all windows at once? im using XOBLite and with a smile i might add, thanks to the good and hard work of qwilk! anyone know if there is a bro@m or can it be added? thanks.
_________________
|
| Sun Mar 20, 2005 8:59 pm |
|
 |
|
Google
Sponsored Links
|
|
 |
|
qwilk
Moderator
Joined: Mon Dec 06, 2004 12:06 am Posts: 405 Location: Kungsbacka, Sweden
|
...a little bird told me that such bro@ms will be included in xoblite bb2 RC4...
BR//Karl -> qwilk
|
| Sun Mar 20, 2005 10:57 pm |
|
 |
|
ser VI
BBDinosaur
Joined: Thu Dec 09, 2004 5:18 pm Posts: 491
|
 BBKeys BUtime and BCPU
Some questions:
It`s possible the use of BBKeys with BBAmp.exe?
I`ll try, and I get this: Bad Command!
What I did is this: KeyToGrab(Right), WithModifier(Ctrl+Win), *(ExecCommand), DoThis(C:\Bluebox\BBAmp.exe -next)
The * up means I forget. I am at school writing this. And my comp is at home.
Buptime and Bcpu at start gives me this: Object performance was not found on the machine.
|
| Mon Apr 04, 2005 5:13 pm |
|
 |
|
erh
BBChild
Joined: Wed Mar 22, 2006 6:54 pm Posts: 7
|
 using variables in BBkeys.rc
I'm trying to setup a keyboard shortcut to open up the file explorer pointing at my desktop. This is what I tried:
Code: KeyToGrab(D), WithModifier(Win) WithAction(ExecCommand), DoThis(explorer.exe %USERPROFILE%\Desktop)
but it seems that the environment variables aren't recognized. I also tried creating a batch file and running that, but then I have a dos window that shows up every time.
Does know how to do this? Is there some other syntax for referring to variables within a rc file?
|
| Wed Mar 22, 2006 11:16 pm |
|
 |
|
Nightbreed
Moderator
Joined: Wed Jan 26, 2005 8:04 am Posts: 2252 Location: Philadelphia, PA
|
Try this
Just use:
KeyToGrab(D), WithModifier(Win) WithAction(ExecCommand), DoThis(@BBCore.exec %USERPROFILE%\Desktop)
_________________ if you can not believe it's not butter, then help out with the blackbox Wiki http://wiki.bb4win.org/wiki/Main_Page
|
| Thu Mar 23, 2006 12:47 am |
|
 |
|
erh
BBChild
Joined: Wed Mar 22, 2006 6:54 pm Posts: 7
|
Thanks! That works perfectly.
|
| Thu Mar 23, 2006 6:06 pm |
|
 |
|
Nightbreed
Moderator
Joined: Wed Jan 26, 2005 8:04 am Posts: 2252 Location: Philadelphia, PA
|
always keep in mind, unless you are using another file manager, such as total commander or something, You don't need to add explorer.exe <path>
Just use the path location in an executed command and let windows launch the folder with it's default.
_________________ if you can not believe it's not butter, then help out with the blackbox Wiki http://wiki.bb4win.org/wiki/Main_Page
|
| Thu Mar 23, 2006 10:54 pm |
|
 |
|
soend
BBTeen
Joined: Tue Mar 07, 2006 6:11 am Posts: 16
|
i did'nt want to do a new topic but i cant get the bbkeys to work. i wanted to run example winamp:
Code: KeyToGrab(W), WithModifier(Win), WithAction(Run), DoThis(c:\Program Files\Winamp\winamp.exe)
what am i doing wrong?
i used the search and find something about bbkeys but did not find the answer for my problem.
|
| Fri Mar 24, 2006 7:26 am |
|
 |
|
Alex3D
BBAdult
Joined: Fri Jun 03, 2005 1:05 pm Posts: 27 Location: Moscow
|
KeyToGrab(W), WithModifier(Win), WithAction(Run), DoThis("c:\Program Files\Winamp\winamp.exe")
_________________ Silence is golden.
|
| Fri Mar 24, 2006 8:00 am |
|
 |
|
soend
BBTeen
Joined: Tue Mar 07, 2006 6:11 am Posts: 16
|
yeah, thanks.
|
| Fri Mar 24, 2006 8:16 am |
|
 |
|
cdysthe
BBAdult
Joined: Mon Apr 17, 2006 12:55 pm Posts: 33
|
 Using bbkeys to control volume.
Hi,
Is it possible to use bbkeys to control the volume on Windows somehow?
//C
|
| Mon Apr 17, 2006 1:21 pm |
|
 |
|
Alex3D
BBAdult
Joined: Fri Jun 03, 2005 1:05 pm Posts: 27 Location: Moscow
|
@VolumeAdd 5
@VolumeAdd -5
These broams are provided by the bbLeanMod
_________________ Silence is golden.
|
| Mon Apr 17, 2006 4:05 pm |
|
 |
|
tksu22
BBChild
Joined: Fri May 12, 2006 3:26 am Posts: 6
|
 BBKeys
I am new and not too sure what I am doing.
I want to launch Firefox using Win+F
I have this in the bbKeys.rc
KeyToGrab(F), WithModifier(Win), WithAction(ExecCommand), DoThis("C:\Program Files\Mozilla Firefox\firefox.exe")
It's not working, any help would be appreciated.
|
| Fri May 12, 2006 3:29 am |
|
 |
|
the-r-
BBWise
Joined: Mon Apr 24, 2006 9:47 am Posts: 55
|
Welcome tksu.
The config is right. It should work.
- are the others Win+ hotkeys working, like Win+D?
- make sure that that hotkey is not used twice.
- try with another key
- make sure the path is correct.
|
| Fri May 12, 2006 8:03 am |
|
 |
|
tksu22
BBChild
Joined: Fri May 12, 2006 3:26 am Posts: 6
|
I still can't seem to get it working. Also when I change the other keys for the other commands, they don't seem to work. The old ones work.
Do I need to turn something on or off?
I am editing BBkeys in notepad.
|
| Fri May 12, 2006 5:43 pm |
|
 |
|
Google
Sponsored Links
|
|
 |
|
Who is online |
Users browsing this forum: No registered users and 1 guest |
|
You cannot post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|