2kristof2 Posted March 29, 2015 Share Posted March 29, 2015 Hi I want to trigger "special_control_up" by pressing lshift. It seems to be easy but i have no idea how to do that.. Link to comment
Addlibs Posted March 29, 2015 Share Posted March 29, 2015 bindKey("lshift", "both", function(key, keyState) setControlState("special_control_up", keyState=="down" and true or false) end ) Client side Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now