SOURCES: directvnc-ctrl_alt_backspace.patch (NEW) - use CTRL-ALT-B...
witekfl
witekfl at pld-linux.org
Wed Dec 20 18:04:32 CET 2006
Author: witekfl Date: Wed Dec 20 17:04:32 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- use CTRL-ALT-BACKSPACE intead of CTRL-Q, CTRL-Q is used by other programs
---- Files affected:
SOURCES:
directvnc-ctrl_alt_backspace.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/directvnc-ctrl_alt_backspace.patch
diff -u /dev/null SOURCES/directvnc-ctrl_alt_backspace.patch:1.1
--- /dev/null Wed Dec 20 18:04:32 2006
+++ SOURCES/directvnc-ctrl_alt_backspace.patch Wed Dec 20 18:04:27 2006
@@ -0,0 +1,22 @@
+--- directvnc-0.7.5/src/dfb.c.old 2006-12-20 17:42:32.000000000 +0100
++++ directvnc-0.7.5/src/dfb.c 2006-12-20 17:47:31.000000000 +0100
+@@ -269,7 +269,7 @@
+ {
+ case DIET_KEYPRESS:
+ /* quit on ctrl-q FIXME make this configurable*/
+- if (evt.key_id == DIKI_Q && evt.modifiers & DIMM_CONTROL)
++ if (evt.key_id == DIKI_BACKSPACE && evt.modifiers & DIMM_CONTROL && evt.modifiers & DIMM_ALT)
+ {
+ /* Ugh.
+ * The control key is still pressed when we disconnect, so it
+--- directvnc-0.7.5/directvnc.1.old 2006-12-20 17:41:39.000000000 +0100
++++ directvnc-0.7.5/directvnc.1 2006-12-20 17:42:12.000000000 +0100
+@@ -26,7 +26,7 @@
+ DirectVNC basically provides a very thin VNC client for unix framebuffer systems.
+
+ .SH QUITTING
+-Hitting <ctrl-q> exits the viewer.
++Hitting <ctrl-alt-backspace> exits the viewer.
+
+ .SH OPTIONS
+ .TP 5
================================================================
More information about the pld-cvs-commit
mailing list