Jump to content

Unbind Problem


Bonsai

Recommended Posts

Hey Peeps,

I have a little problem with unbinding a single function from a Key.

Whenever I use the unbind function, any function bound to that key is getting unbound.

According to the wiki it should be possible as long as you specify a function and a keystate.

But for me it doesn't.

Anyone else noticed that problem?

Bonsai

Link to comment

Alright, I think I just discovered the problem.

It seems like, if the function you are trying to unbind is currently not bound to that key, it simply unbinds everything.

I wasn't aware of that.

Now I'm going with:

if getKeyBoundToFunction(func) then unbindKey("F3", "down", func) end 
  

For some reason the isKeyBound function is serverside only.

Bonsai

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...