[FreeNX-kNX] Any way to disable/change built-in NX keystrokes? [SOLVED]

Phil Shapiro philshap at gmail.com
Wed Feb 28 22:06:51 UTC 2007


Changing the code in Keystroke.c "fixed" my problem. What a relief! I
was getting pretty annoyed by having to keep un-zooming my desktop.
And I occasionally use Ctrl-Alt-T in emacs, which NX maps to
"terminate session" (!).

The change was trivial:

--- Keystroke.c.orig
+++ Keystroke.c
@@ -44,6 +44,9 @@
   KeySym sym;
   int index = 0;

+  *result = doNothing;
+  return 0;
+
   /*
    * I don't know how much hard work is doing this operation.
    * Do we need a cache ?



More information about the FreeNX-kNX mailing list