Difference between revisions of "IS:Repeater"
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
run repeater "scroll lock" | run repeater "scroll lock" | ||
run repeater "ctrl+scroll lock" | run repeater "ctrl+scroll lock" | ||
+ | |||
+ | == Release history == | ||
+ | * 2008-10-25 | ||
+ | ** With Inner Space build 4735 or later, Repeater now has improved mouselook support. ${Mouse.Cursor} is used to determine if the cursor is visible -- if not, the absolute mouse position ''will not'' be relayed. Additionally, while the left or right mouse button is held down, ''relative'' mouse positions ''will'' be relayed. | ||
+ | ** Repeating clicking on a non-UI portion of a World of Warcraft window should no longer mess up the camera, thanks to the above change. The same should be true in other games that have a similar control style, since this is ''not'' specificlaly for World of Warcraft. |
Revision as of 14:42, 25 October 2008
Contents
What is Repeater?
Repeater is an open source key repeater solution for Inner Space. Enable the repeater by pressing one key, then perform any mouse clicks or keys that should be duplicated in all other sessions, and disable by pressing the same key used to enable.
Future versions or custom modifications could include an on-screen indicator when repeating is enabled.
Features
- Includes a bind to turn repeating functionality on or off
- Duplicates keystrokes in all other open sessions
- Duplicates mouse clicks at the same position in all other open sessions
Installing Repeater
- Make sure you have Inner Space build 4735 or later (you can hover your mouse over the icon in the system tray to find out)
- Download the latest version: repeater-20081025.zip
- Extract to the Scripts folder of your Inner Space installation
Launching Repeater
- Per Inner Space session you want to be able to use repeater from
run repeater <key>
... where <key> is the name of the key or a key combination to use to enable or disable repeating. If no key is given, it will default to the MR key (available on G11/G15 keyboards) Examples:
run repeater F12 run repeater "scroll lock" run repeater "ctrl+scroll lock"
Release history
- 2008-10-25
- With Inner Space build 4735 or later, Repeater now has improved mouselook support. ${Mouse.Cursor} is used to determine if the cursor is visible -- if not, the absolute mouse position will not be relayed. Additionally, while the left or right mouse button is held down, relative mouse positions will be relayed.
- Repeating clicking on a non-UI portion of a World of Warcraft window should no longer mess up the camera, thanks to the above change. The same should be true in other games that have a similar control style, since this is not specificlaly for World of Warcraft.