Difference between revisions of "Virindi Hotkey System"

From VirindiPlugins
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
Virindi Hotkey System (VHS) allows you to set hotkeys to perform functions within the various Virindi Plugins.  
+
Virindi Hotkey System (VHS) allows you to set hotkeys to perform functions created by different plugins. As an alternative to DHS, VHS uses [[Virindi Views]] and also supports assigning hotkeys to joystick/gamepad buttons.
  
 
[[image:VHS_Main.jpg]]
 
[[image:VHS_Main.jpg]]
Line 5: Line 5:
 
Options available:
 
Options available:
  
* Set: Click on a rule in the main dropdown and click Set, then press whatever hotkey you want it set to.
+
* '''Set''': Click on a rule in the main dropdown and click '''Set''', then press whatever hotkey you want it set to.
* Unset: Just the opposite of Set.
+
* '''Unset''': Clear the selected hotkey so that no key triggers it.
* Reset: Rests the Hotkeys to Default. Also can be used to Cancel Set command.
+
* '''Reset''': Resets the selected hotkey to the default specified by the plugin.
* Add VVS: Allows you to add hotkeys for other Virindi VVS Plugins.
+
* '''Add VVS''': Allows you to add hotkeys to open/close any [[Virindi Views]] window.
  
 
[[image:VHS_AddVVS.jpg]]
 
[[image:VHS_AddVVS.jpg]]
  
VVS Plugins Supported:
+
==For Plugin Authors==
 +
Code to assist plugin authors in the use of VHS+DHS is available [http://www.virindi.net/repos/virindi_public/trunk/ViewServiceConnector here].
  
* Virindi Item Tool
+
An example of a complete plugin using the hotkey wrappers is [http://github.com/irquk/Octagram Octagram].
* Skunkvision VVS
 
* uTank2
 
* Mapui (VI2Map)
 
* Virindi UIs
 
* Virindi Reporter
 
* Integrator2 Channels
 
* Integrator2 Friends
 
* Virindi Integrator2
 
* Virindi Chat System v5
 
* Virindi Hotkey System
 

Latest revision as of 12:49, 3 January 2014

Virindi Hotkey System (VHS) allows you to set hotkeys to perform functions created by different plugins. As an alternative to DHS, VHS uses Virindi Views and also supports assigning hotkeys to joystick/gamepad buttons.

VHS Main.jpg

Options available:

  • Set: Click on a rule in the main dropdown and click Set, then press whatever hotkey you want it set to.
  • Unset: Clear the selected hotkey so that no key triggers it.
  • Reset: Resets the selected hotkey to the default specified by the plugin.
  • Add VVS: Allows you to add hotkeys to open/close any Virindi Views window.

VHS AddVVS.jpg

For Plugin Authors

Code to assist plugin authors in the use of VHS+DHS is available here.

An example of a complete plugin using the hotkey wrappers is Octagram.