Skip to content

Releases: GenesisFR/KeyToggles

1.5

23 May 00:51
Compare
Choose a tag to compare

+ added a debug setting to close the script (ALT+F10) and reload it (ALT+F11)
+ added an option to force the script to run as admin
+ added an option to show a notification when hooking a window
* fixed an issue where clicks wouldn't work outside the window when it was still active and one of the mouse clicks was toggled
* fixed an issue where toggle keys were only saved/restored if the aim key was set to toggle mode
* fixed multiple issues where system key combinations were not (properly) working when toggle keys were modifiers and were toggled
- the script will now exit with an error message if the window name isn't specified

1.4

08 May 07:17
Compare
Choose a tag to compare
1.4

+ added key hold support
+ added autofire support
+ added a setting to control how often to check whether the window has focus or not
* fixed an issue where hotkeys were no longer working after restarting a game
* fixed an issue where hotkeys were no longer working after quitting a game from the desktop
- restoreTogglesOnFocus is now disabled by default
- major code refactoring
- renamed to KeyToggles

1.32

25 Feb 12:15
bcabe53
Compare
Choose a tag to compare

+ added an option to control whether to restore toggles on focus or not
* fixed key spam when holding toggle keys

1.31

15 Feb 17:42
a856b78
Compare
Choose a tag to compare

+ added an option to delay hotkey hooking
- toggles are now disabled on focus lost and restored on focus

1.3

11 Feb 19:49
15893be
Compare
Choose a tag to compare
1.3

+ added support for custom hotkeys
+ added default toggle states (all enabled)
+ added default keys (RButton, LCtrl and LShift)
+ added beeps when suspending/resuming the script
- changed suspend key combination to ALT+F12
- compiled script in Unicode 32-bit (instead of Unicode 64-bit)
- lowered compiled script size by 60% (through MPRESS compression)

1.2

05 Feb 10:38
2533007
Compare
Choose a tag to compare
1.2

+ added support for right-click toggle
+ added support for enabling toggles individually

1.1

05 Feb 08:27
e4cc7fb
Compare
Choose a tag to compare
1.1

- made the script compatible with any game
- hotkeys are now restricted to the game's window

1.0

22 Apr 19:34
52af8d8
Compare
Choose a tag to compare
1.0

- initial version of CrouchSprintToggle