diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-09-28 09:15:13 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-09-28 09:15:13 +0000 |
commit | 66b6ef801ed593951cddfa6fff1d3fb1b8e61c63 (patch) | |
tree | d19a8e7779fc259ee74550e7ec595c8aa414c8f9 /plugins/QuickContacts/docs/quickcontacts_readme.txt | |
parent | 932bdc1abe0fa63a9d68dea43f5c9a049af56cc0 (diff) |
Added QuickContacts
git-svn-id: http://svn.miranda-ng.org/main/trunk@1700 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/QuickContacts/docs/quickcontacts_readme.txt')
-rw-r--r-- | plugins/QuickContacts/docs/quickcontacts_readme.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/plugins/QuickContacts/docs/quickcontacts_readme.txt b/plugins/QuickContacts/docs/quickcontacts_readme.txt new file mode 100644 index 0000000000..b7d8b5b8aa --- /dev/null +++ b/plugins/QuickContacts/docs/quickcontacts_readme.txt @@ -0,0 +1,22 @@ +Quick Contacts plugin
+---------------------
+
+On pressing an user defined hotkey an dialog pops up where you can enter a contacts name or select it from a combobox and send it messages/files/urls an look at his details.
+
+This is a mod of the Hotkey plugin by micron-x
+
+To be able to set the hotkey you need clist_modern (or some other that implements Hotkeys2), Hotkeys+ or HotkeyService.
+
+Available hotkeys:
+- Ctrl-V: Make a voice call
+- Ctrl-F: Send file
+- Ctrl-U: Send URL
+- Ctrl-I: Show userinfo
+- Ctrl-H: Open history
+- Ctrl-M: Open contact menu
+- User defined: Open hotkey dialog
+In Miranda 0.8 all this keys can be configured in options.
+
+To report bugs/make suggestions, go to the forum thread: http://forums.miranda-im.org/showthread.php?t=8797
+
+To report bugs, please create a attache dump using the pdb file (you need to copy to pdb to the same place the dll is)
\ No newline at end of file |