From: Clay B. <cla...@gm...> - 2005-12-04 20:13:45
|
I have been struggling with sending events that are combinations with the Super/Meta4/"Windows" key. My syntax is [...] begin remote = rm1000w button = prev repeat = 0 config = Key mod4-comma CurrentWindow end [...] but I've tried Super_L- and meta4- as well. Is there a way to cause this shifting? I am using a window manager with bindings that are all in combination with the Super key (to avoid any possible collisions), and I would like to use these shortcuts with my remote. Is there some way to send a key down event for the Super_L (or _R), the key, then the key up event as a workaround? -Clay |