Welcome
KeyLock
1.2.1.0
Enables the programmer to lock and unlock the user's keys.
Free to Use and Distribute.
Centauri Soldier / sside
www.AMSPublic.com
CentauriSoldier@AMSPublic.com
.Net Framework 2.0 or higher.
© 2009 AMSPublic.com / sside
Place the "KeyLock" folder in your "AutoPlay Media Studio\Plugins\Actions" folder.
KeyLock.Cleanup
KeyLock.EnableAllKeys
KeyLock.EnableAltEsc
KeyLock.EnableAltF4
KeyLock.EnableAltPrtScr
KeyLock.EnableAltTab
KeyLock.EnableCtrlEsc
KeyLock.EnableKey
KeyLock.EnablePrtScr
KeyLock.GetDisabledKeys
KeyLock.GetError
KeyLock.IsAltEscEnabled
KeyLock.IsAllKeysEnabled
KeyLock.IsAltF4Enabled
KeyLock.IsAltPrtScrEnabled
KeyLock.IsAltTabEnabled
KeyLock.IsCtrlEscEnabled
KeyLock.IsKeyEnabled
KeyLock.IsPrtScrEnabled
KeyLock.Cleanup () |
Deletes the, initially-extracted DisableKeys.dll file based on the creation path speified by the KeyLock.Activate action.
This action dose not return any value.
KeyLock.EnableAllKeys ( | (boolean) Enabled = false ) |
Enables/Disables all keys(excluding Print Screen[PrtScr] and F10) but not key combinations.
(boolean) Whether or not to enable the key combination. Typically, keys and keys combinations are enabled by default on most systems.
This action dose not return any value.
KeyLock.EnableAltEsc ( | (boolean) Enabled = false ) |
Enables/Disables the Alt+Esc key combination.
(boolean) Whether or not to enable the key combination. Typically, keys and keys combinations are enabled by default on most systems.
This action dose not return any value.
KeyLock.EnableAltF4 ( | (boolean) Enabled = false ) |
Enables/Disables the Alt+F4 key combination.
(boolean) Whether or not to enable the key combination. Typically, keys and keys combinations are enabled by default on most systems.
This action dose not return any value.
KeyLock.EnableAltPrtScr ( | (boolean) Enabled = false ) |
Enables/Disables the Alt+PrintScreen key combination.
(boolean) Whether or not to enable the key combination. Typically, keys and keys combinations are enabled by default on most systems.
This action dose not return any value.
KeyLock.EnableAltTab ( | (boolean) Enabled = false ) |
Enables/Disables the Alt+Tab key combination.
(boolean) Whether or not to enable the key combination. Typically, keys and keys combinations are enabled by default on most systems.
This action dose not return any value.
KeyLock.EnableCtrlEsc ( | (boolean) Enabled = false ) |
Enables/Disables the Ctrl+Esc key combination.
(boolean) Whether or not to enable the key combination. Typically, keys and keys combinations are enabled by default on most systems.
This action dose not return any value.
KeyLock.EnableKey ( | (number) Key = 91, (boolean) Enabled = false ) |
Enables/Disables a specific key.
(number) The decimal number of the specific key to enable or disable. A list of keys can be found in the AMS Help File under key codes.
(boolean) Whether or not to enable the key. Typically, keys and keys combinations are enabled by default on most systems.
This action dose not return any value.
KeyLock.EnablePrtScr ( | (boolean) Enabled = false ) |
Enables/Disables the Print Screen key.
(boolean) Whether or not to enable the key combination. Typically, keys and keys combinations are enabled by default on most systems.
This action dose not return any value.
KeyLock.GetDisabledKeys ( | (string) Return Type = "table" ) |
Gets a list of all disabled keys.
(string) The type of desired return. You can choose either table or string. If no keys are disabled then nil or a blank string is returned (depending on your return type choice).
This action dose not return any value.
(string) KeyLock.GetError () |
Returns an error if one occurs.
(string)
(boolean) KeyLock.IsAltEscEnabled () |
Determines whether or not the Alt+Esc key combination is disabled.
(boolean)
(boolean) KeyLock.IsAllKeysEnabled () |
Determines whether or not all individual keys are disabled(excluding Print Screen[PrtScr] and F10).
(boolean)
(boolean) KeyLock.IsAltF4Enabled () |
Determines whether or not the Alt+F4 key combination is disabled.
(boolean)
(boolean) KeyLock.IsAltPrtScrEnabled () |
Determines whether or not the Alt+Print Screen key combination is disabled.
(boolean)
(boolean) KeyLock.IsAltTabEnabled () |
Determines whether or not the Alt+Tab key combination is disabled.
(boolean)
(boolean) KeyLock.IsCtrlEscEnabled () |
Determines whether or not the Ctrl+Esc key combination is disabled.
(boolean)
(boolean) KeyLock.IsKeyEnabled ( | (variant) Key Code = 65 ) |
Determines whether or not a specific key is enabled. Accepts strings and numbers as input.
(variant) The decimal value of the key you want to check. These values can be found in the AMS help file under key codes.
(boolean) Returns a table or string (user option). If no keys are disabled then a blank string or nil table is returned.
(boolean) KeyLock.IsPrtScrEnabled () |
Determines whether or not the Print Screen key is disabled.
(boolean)
© 2009 AMSPublic.com / sside
This File Was Generated With AMS ActionFile Editor