modifier keys for mouse event

I try to get informations about modifier keys for some mouse operations.
I always get zero from function glutGetModifiers, which I called during my mouse callback.
Is there an other way to get the modifiers?

thanx!