python - What does this Release Modifier do? -


i programming window manager x11 using python-xlib. far, used myself simplewm sqizit orientation, orientated @ plwm.

and in both wms, can find release modifier, defined as

release_modifier = xlib.x.anymodifier << 1 

but in both, there no further explanation modifier does. haven't found on google either.

so, if xlib-expert explain me thing (i think should understandable c programmers well), i'd grateful :)

the reference find in sawfish wm programming manual, says

there 2 special modifiers: prefix matches set of modifiers; release modifier matches key-release events instead of default key-presses.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -