-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef95494
commit a8b3452
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Wlx2Explorer | ||
============= | ||
|
||
Wlx2Explorer is an application which allows to use Total Commander lister plugins from Windows Explorer. | ||
You open Windows Explorer, select the necessary file and press the hot keys, then you can use the plugin. | ||
|
||
Requirements | ||
------------------ | ||
|
||
* OS Windows XP SP3 and later. | ||
* .NET Framework 4.0 | ||
|
||
Files | ||
------------------ | ||
|
||
* Wlx2Explorer.exe - The main executable module. | ||
* Wlx2Explorer.xml - The application settings file. | ||
* Wlx2Explorer.ini - The plugins settings file. | ||
|
||
How does it work? | ||
-------------------- | ||
|
||
* When the application starts, it loads all plugins in the RAM. | ||
* Then it runs the local keyboard hook WH_KEYBOARD_LL. | ||
* When the user presses hot keys, the application detects the selected file in Windows Explorer, matches the file and the plugin, shows the plugin on the screen. | ||
* The user can add any number of plugins through dialogue "Settings...". | ||
* If the application has been configured to use several plugins for one type of the file, the user will see the first one from the list of plugins. |