diff options
author | runge <runge> | 2006-06-03 20:49:09 +0000 |
---|---|---|
committer | runge <runge> | 2006-06-03 20:49:09 +0000 |
commit | 203eee7cfdb70556125f959d3b548fbd1213d8d2 (patch) | |
tree | d1da7e1014d58f2e7c44bda9b23652b4286a8887 /x11vnc/tkx11vnc.h | |
parent | 8417618289bd95663789bb67d841800f166c57a0 (diff) | |
download | libtdevnc-203eee7cfdb70556125f959d3b548fbd1213d8d2.tar.gz libtdevnc-203eee7cfdb70556125f959d3b548fbd1213d8d2.zip |
x11vnc: -capslock -skip_lockkeys; Alt keys under -rawfb cons.
Diffstat (limited to 'x11vnc/tkx11vnc.h')
-rw-r--r-- | x11vnc/tkx11vnc.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11vnc/tkx11vnc.h b/x11vnc/tkx11vnc.h index dd94395..46ed039 100644 --- a/x11vnc/tkx11vnc.h +++ b/x11vnc/tkx11vnc.h @@ -198,12 +198,14 @@ char gui_code[] = ""; " modtweak\n" " xkb\n" " --\n" -" =FP remap:\n" +" capslock\n" +" skip_lockkeys\n" " --\n" " skip_keycodes:\n" -" sloppy_keys\n" " skip_dups\n" +" sloppy_keys\n" " --\n" +" =FP remap:\n" " clear_mods\n" " clear_keys\n" "\n" |