summaryrefslogtreecommitdiffstats
path: root/x11vnc/tkx11vnc.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11vnc/tkx11vnc.h')
-rw-r--r--x11vnc/tkx11vnc.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/x11vnc/tkx11vnc.h b/x11vnc/tkx11vnc.h
index 8bca5a6..32ccbc2 100644
--- a/x11vnc/tkx11vnc.h
+++ b/x11vnc/tkx11vnc.h
@@ -126,6 +126,9 @@
" =DP blackout:\n"
" =D xinerama\n"
" --\n"
+" solid\n"
+" solid_color:\n"
+" --\n"
" = xrandr\n"
" =-C:resize,newfbsize,exit xrandr_mode:\n"
" padgeom:\n"
@@ -133,9 +136,9 @@
"Keyboard\n"
" norepeat\n"
" add_keysyms\n"
+" skip_keycodes:\n"
" modtweak\n"
" xkb\n"
-" skip_keycodes:\n"
" --\n"
" =FP remap:\n"
" --\n"
@@ -328,6 +331,10 @@
"You will be prompted to confirm any disconnections.\n"
"\"\n"
"\n"
+" set helptext(solid_color) \"\n"
+"Set the -solid color value.\n"
+"\"\n"
+"\n"
" set helptext(xrandr_mode) \"\n"
"Set the -xrandr mode value.\n"
"\"\n"
@@ -396,7 +403,7 @@
"\n"
"4) Below the x11 and vnc displays text label is a text area there scrolling\n"
"information about actions being taken and commands being run is displayed.\n"
-"To scroll use PageUp/PageDown or the arrow keys.\n"
+"To scroll click in the area and use PageUp/PageDown or the arrow keys.\n"
"\n"
"5) At the bottom is an entry area. When one selects a menu item that\n"
"requires supplying a string value, the label will be set to the\n"
@@ -2325,6 +2332,8 @@
" set nitem \"sb\"\n"
" } elseif {$nitem == \"xrandr_mode\"} {\n"
" set nitem \"xrandr\"\n"
+" } elseif {$nitem == \"solid_color\"} {\n"
+" set nitem \"solid\"\n"
" }\n"
" lappend cmd \"-$nitem\"\n"
" lappend cmd $menu_var($item)\n"