Update: The sale is over!
To celebrate the arrival of summer, we're offering up to 25% off DisplayFusion, and 15% off all of our other products!
If you're not familiar with all of our apps, feel free to check them out on our More Apps page.
Have an excellent summer, everyone!

DisplayFusion

VoiceBot

FileSeek

ClipboardFusion

iTunesFusion

LogFusion
We are very excited to announce that VoiceBot is now available for purchase on Steam! VoiceBot Pro on Steam has all of the same features as VoiceBot Pro, but Steam handles the installation and licensing, so you always have it wherever you have your Steam games library. Note that once VoiceBot is installed, Steam does not need to be running for VoiceBot to function.
VoiceBot is regularly $8.99 (USD), but is on for a special Steam launch price of $7.65 (USD)! If you purchase VoiceBot Pro on Steam and enjoy using it, please review it to let others know that it's a great buy :)
If you've already purchased a VoiceBot Pro Standard license through our website, you can grab a Steam code at no charge through our licensing portal.

VoiceBot Steam Store Page
Congratulations to our top contributing members for May 2015! They have been hard at work submitting, rating, and discussing images on WallpaperFusion, and have racked up some impressive reputation scores along the way!
Check out the current top members or look at previous months on our Top Members page!
VoiceBot 1.1 is now available for download! This is a quick point release to address a few issues that were in 1.0:
- Tray icon when paused (not listening) is now red, to make it more obvious that VoiceBot is not listening for commands
- Resolved some small issues with SendInput
- Various performance, stability, and bug fixes
We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased VoiceBot, it's a lifetime license, so you can upgrade to this version at no cost!
If you would like to see a complete list of all the changes, please visit the VoiceBot Change Log.
VoiceBot Screenshots

VoiceBot Main Window
ClipboardFusion 3.3.1 is now available for download! This is a quick point release to address a few issues that were in 3.3:
- Fixed up the "Scrub line breaks" and "Scrub tabs" options
- Resolved an issue where auto-paste didn't work on some non-English versions of Windows
- Resolved an issue that broke macros that use "System.Web.HttpUtility.HtmlDecode"
We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased ClipboardFusion, it's a lifetime license, so you can upgrade to this version at no cost!
If you would like to see a complete list of all the changes, please visit the ClipboardFusion Change Log.
VoiceBot
We're also very excited to introduce our newest product, VoiceBot! VoiceBot allows you to control games and applications with your voice. Simply speak a command and VoiceBot will send the keystrokes, mouse-clicks, or anything else necessary to perform the desired action. VoiceBot can also perform actions like text-to-speech, running highly flexible scripts, starting programs, and much more! With over 100 pre-made game and application profiles available, it's easy to started. Give it a try for free today!
ClipboardFusion Screenshots

ClipboardFusion Macro Editor
Note: Starting with DisplayFusion 8.0, Window Location has been replaced by the more powerful feature, Triggers. You can find out more about Triggers here: https://www.displayfusion.com/Discussions/View/working-with-triggers/?ID=43b31609-4ec6-4478-99f8-a1f11e9793f7
Window Location is a powerful feature that allows you to set the default location of an application's first window only, or the first window as well as subsequent child windows. You can have the application automatically move to a specific monitor and have it centred, maximized, or minimized. If you want to get even fancier, you can have the Window Location rule run any function from the list of functions on the Settings > Functions tab. You can even create a custom function to set the exact location and size in pixels, or you can create a scripted function to do almost anything you like with the window.
Creating a basic Window Location rule
- Open the DisplayFusion Settings > Window Location tab.
- Make sure the "Enable Window Location" option is enabled.
- Click Add.
- Click "Select Application." If your application is currently running, it will be listed in the Select Application window. If it's not running, click Browse and locate the program's .exe on the drive.
- In the "Move Window" drop-down, choose whether you want the application to start on the current monitor (the monitor that the mouse cursor is on), or move to a specific monitor. If you choose "Move to Selected Monitor," click the monitor in the box below the "Move Window" drop-down.
- In the "Window Size" drop-down, choose whether you want the application to be Maximized, Minimized, Centred, or Spanned after it's moved.
- In the "Window Location Mode" drop-down, choose whether this rule should apply only to the first window of the application, or all windows. "All windows" includes dialogs and message boxes in addition to regular child windows.
- Click OK, then OK again.

A Basic Rule
Making a Window Location rule apply to more than one application
If you want a Window Location rule to apply to multiple applications, you can use an asterisk as a wild card, or you can specify multiple programs separated by a pipe.
Here are some examples:
- If you had a bunch of programs in the same folder, and wanted them to all be moved by the same Window Location rule, you would put the following into the "Application" text box: C:\AllMyPrograms\*
- If you have a couple of programs both named "notepad.exe" but in different locations on the drive, you would enter: *notepad.exe
- If you want the Window Location rule to affect both Calculator and Notepad, you would enter: *calc.exe|*notepad.exe

A Wildcard Rule
Creating a Window Location rule to run a Function
- Open the DisplayFusion Settings > Window Location tab.
- Make sure the "Enable Window Location" option is enabled.
- Click Add.
- Click "Select Application." If your application is currently running, it will be listed in the Select Application window. If it's not running, click Browse and locate the program's .exe on the drive.
- In the "Move Window" drop-down, choose "Keep on Same Monitor."
- In the "Window Size" drop-down, choose "Run Selected Function on Window."
- In the "Function" drop-down, choose the Function that you'd like to have DisplayFusion run on the application when it opens.
- In the "Window Location Mode" drop-down, choose whether this rule should apply only to the first window of the application, or all windows. "All windows" includes dialogs and message boxes in addition to regular child windows.
- Click OK, then OK again.

A Rule that Runs a Function
Creating a Window Location rule to move all new windows to the current monitor
- Open the DisplayFusion Settings > Window Location tab.
- Make sure the "Enable Window Location" option is enabled.
- Click Add.
- Click "Select Application." If your application is currently running, it will be listed in the Select Application window. If it's not running, click Browse and locate the program's .exe on the drive.
- In the "Move Window" drop-down, choose "Move to Current Monitor."
- In the "Window Size" drop-down, choose one of the sizing options.
- In the "Window Location Mode" drop-down, choose "All Windows."
- Click OK, then OK again.

A Rule to Move All Windows to the Current Monitor
Creating a Window Location rule to run on only a specific window for the application
- Open the DisplayFusion Settings > Functions tab.
- Click the "Download Scripted" button.
- Download the "Move Only a Specific Window of an Application" script.
- Edit the script to look for the window title of the window you want it to apply to, and also change the X and Y values for the location. You can also modify the code in the "if" statement to do other things with the window if you like.
- Open the DisplayFusion Settings > Window Location tab.
- Make sure the "Enable Window Location" option is enabled.
- Click Add.
- Click "Select Application." If your application is currently running, it will be listed in the Select Application window. If it's not running, click Browse and locate the program's .exe on the drive.
- In the "Move Window" drop-down, choose "Keep on Same Monitor."
- In the "Window Size" drop-down, choose "Run Selected Function on Window."
- In the "Function" drop-down, choose the "Move Only a Specific Window of an Application" Function.
- In the "Window Location Mode" drop-down, choose "All windows."
- Click OK, then OK again.
ClipboardFusion 3.3 is now available for download! This new version has a few changes, including the following:
- Added a new Macro Function: BFS.Clipboard.SetHTML
- Macros can now return null (useful if you set the clipboard data manually in your macro)
- Added two new options to clear the clipboard and history after a specified amount of time
- Added buttons to the Clipboard Syncing tab for clearing all Recent and Pinned items
- A few improvements to the BFS.Input.SendKeys function
We encourage everyone to update to this new version today to take advantage of these improvements. If you've already purchased ClipboardFusion, it's a lifetime license, so you can upgrade to this version at no cost!
If you would like to see a complete list of all the changes, please visit the ClipboardFusion Change Log.
VoiceBot
We're also very excited to introduce our newest product, VoiceBot! VoiceBot allows you to control games and applications with your voice. Simply speak a command and VoiceBot will send the keystrokes, mouse-clicks, or anything else necessary to perform the desired action. VoiceBot can also perform actions like text-to-speech, running highly flexible scripts, starting programs, and much more! With over 100 pre-made game and application profiles available, it's easy to started. Give it a try for free today!
ClipboardFusion Screenshots

ClipboardFusion Macro Editor
We're very excited to introduce VoiceBot! VoiceBot is a new product that allows you to control games and other applications with your voice. Simply speak a command and VoiceBot will send the keystrokes, mouse-clicks, or anything else necessary to perform the desired action. VoiceBot can also perform actions like text-to-speech, running highly flexible scripts, starting programs, and much more! With well over 100 pre-made game and application profiles available for download, it's easy to get up and running with just a few clicks.
VoiceBot Features
- Advanced Voice Control: Bind voice commands to in-game actions and perform actions with a single word
- Ready-to-Use Game Profiles: VoiceBot is packed with hundreds of premade game profiles ready for you to use
- Sync Between Computers: Sync your VoiceBot profiles between your computers using your Binary Fortress Account
- Scriptable Game Macros: Use our simple editor to create basic sequences, or code your own complex scripted macros using the built-in C#/VB.net code editor - the only limit is your imagination!
- Full VR Compatibility: Fully compatible with your favourite VR headsets, including the Oculus Rift. Take your VR gaming to the next level of immersion!
VoiceBot is completely free to try, and the feature-limited free version is free to use forever. Give it a try today!
We'd like to send out a big thanks to everyone who helped with the VoiceBot translations, and the many people that helped with the Beta versions. Thanks everyone!
VoiceBot Screenshots

Main VoiceBot Window

VoiceBot Profile Selector

VoiceBot Profile Editor

VoiceBot Macro Actions
- Navigate to https://console.developers.google.com/projectselector/home/dashboard in your web browser.
- After logging in with your Google Account, click the "Create Project" link on the top-right of the page, and you'll be taken to the "Create Project" page. Give the project a name, then click the Create button.

Create Project Link
- Click the "Google Cloud Platform" link on the top-left of the page to go to your dashboard, then click on the newly created project.
- In the left pane, navigate to APIs & Services > Library.

API Library Link
- Use the search box to search for "Custom Search API" and then select it.
- Click the "Enable" button.
- Click the "Create Credentials" button on the top-right of the page.
- Click the "API key" link.

Create API Key Link
- Give the key a name and then click the "Create" button.
- Click the copy button next to the API key in the table.

API Key Copy Button
- Open the Google Image Search wallpaper settings in DisplayFusion and paste the API key into the "API Key" text box
You should now be able to use the Google Image Search wallpaper plugin. If you run into any trouble with the steps in this guide, please feel free to contact us.
Congratulations to our top contributing members for April 2015! They have been hard at work submitting, rating, and discussing images on WallpaperFusion, and have racked up some impressive reputation scores along the way!
Check out the current top members or look at previous months on our Top Members page!