]> git.pld-linux.org Git - packages/directvnc.git/blame - directvnc-ctrl_alt_backspace.patch
- added the 3.3.7-tight patch
[packages/directvnc.git] / directvnc-ctrl_alt_backspace.patch
CommitLineData
d1e6b225 1--- directvnc-0.7.5/src/dfb.c.old 2006-12-20 17:42:32.000000000 +0100
2+++ directvnc-0.7.5/src/dfb.c 2006-12-20 17:47:31.000000000 +0100
3@@ -269,7 +269,7 @@
4 {
5 case DIET_KEYPRESS:
6 /* quit on ctrl-q FIXME make this configurable*/
7- if (evt.key_id == DIKI_Q && evt.modifiers & DIMM_CONTROL)
8+ if (evt.key_id == DIKI_BACKSPACE && evt.modifiers & DIMM_CONTROL && evt.modifiers & DIMM_ALT)
9 {
10 /* Ugh.
11 * The control key is still pressed when we disconnect, so it
12--- directvnc-0.7.5/directvnc.1.old 2006-12-20 17:41:39.000000000 +0100
13+++ directvnc-0.7.5/directvnc.1 2006-12-20 17:42:12.000000000 +0100
14@@ -26,7 +26,7 @@
15 DirectVNC basically provides a very thin VNC client for unix framebuffer systems.
16
17 .SH QUITTING
18-Hitting <ctrl-q> exits the viewer.
19+Hitting <ctrl-alt-backspace> exits the viewer.
20
21 .SH OPTIONS
22 .TP 5
This page took 0.058493 seconds and 4 git commands to generate.