search for: xkey

Displaying 3 results from an estimated 3 matches for "xkey".

Did you mean: key
2002 Mar 28
1
DISPLAY=unix:10.0 and localhost blues
I have just finished battling with this and noticed it has been reported on HP systems too. Problem ist, if you have an sshrc file with: XKEY=`cat -` -n "$DISPLAY" && $XAUTH add $DISPLAY $XKEY then with SSH 3.1 this mysteriously fails, as the DISPLAY is now localhost:10.0 instead of $HOST:10.0 I imagine the reasoning behind the change is to accomodate hosts that have no reachable hostname interfaces - and that certai...
2007 Aug 05
1
[PATCH] Unbound modifiers and CompNoMask
...ompActionState state = 0; CompAction *action; - unsigned int modMask = REAL_MOD_MASK & ~d->ignoredModMask; + unsigned int modMask = (REAL_MOD_MASK & ~d->ignoredModMask) + | CompNoMask; unsigned int bindMods; if (event->xkey.keycode == d->escapeKeyCode) @@ -438,7 +440,8 @@ triggerKeyReleaseBindings (CompDisplay *d, { CompActionState state = CompActionStateTermKey; CompAction *action; - unsigned int modMask = REAL_MOD_MASK & ~d->ignoredModMask; + unsigned int modMask...
2007 May 19
2
Crash in blur.c (SIGSEGV)
...633f00, event=0x7fff0f24ad30) at scale.c:1673 s = <value optimized out> sd = (ScaleDisplay *) 0xfe0220 #35 0x000000000040d750 in eventLoop () at display.c:1503 event = {type = 16, xany = {type = 16, serial = 10885, send_event = 0, display = 0x6481b0, window = 421}, xkey = {type = 16, serial = 10885, send_event = 0, display = 0x6481b0, window = 421, root = 20989986, subwindow = 1318554960192, time = 1756641624704, x = 0, y = 0, x_root = 65142784, y_root = 1967360, state = 1, keycode = 2, same_screen = 1}, xbutton = {type = 16, serial = 10885, send_event...