]> git.pld-linux.org Git - packages/directvnc.git/commitdiff
- use CTRL-ALT-BACKSPACE intead of CTRL-Q, CTRL-Q is used by other programs
authorwitekfl <witekfl@pld-linux.org>
Wed, 20 Dec 2006 17:04:27 +0000 (17:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    directvnc-ctrl_alt_backspace.patch -> 1.1

directvnc-ctrl_alt_backspace.patch [new file with mode: 0644]

diff --git a/directvnc-ctrl_alt_backspace.patch b/directvnc-ctrl_alt_backspace.patch
new file mode 100644 (file)
index 0000000..3542f8d
--- /dev/null
@@ -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
This page took 0.081426 seconds and 4 git commands to generate.