diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2013-12-18 01:56:13 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2013-12-18 01:56:13 -0500 |
commit | 5587a776392a368733dbff8437a0400e130a783d (patch) | |
tree | 7e755cb49d8ecfe6a7652cf11c61151a3712c724 /src | |
parent | 6779ef3e549481bc47b9a0891e0de22c3d2bc7e6 (diff) | |
download | lynx-snapshots-5587a776392a368733dbff8437a0400e130a783d.tar.gz |
snapshot of project "lynx", label v2-8-8pre_2
Diffstat (limited to 'src')
-rw-r--r-- | src/LYKeymap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYKeymap.c b/src/LYKeymap.c index 73f6c0a0..20d7f101 100644 --- a/src/LYKeymap.c +++ b/src/LYKeymap.c @@ -1,4 +1,4 @@ -/* $LynxId: LYKeymap.c,v 1.109 2013/11/28 11:19:31 tom Exp $ */ +/* $LynxId: LYKeymap.c,v 1.110 2013/12/17 00:27:55 tom Exp $ */ #include <HTUtils.h> #include <LYUtils.h> #include <LYGlobalDefs.h> @@ -80,6 +80,7 @@ static const LYEditInit initKeymapData[] = {23, LYK_SWITCH_DTD}, /* ^W */ {24, LYK_REFRESH}, /* ^X */ {25, LYK_CACHE_JAR}, /* ^Y */ + {27, LYK_MAXSCREEN_TOGGLE}, /* ^Z */ {33, LYK_NEXT_PAGE}, /* */ {34, LYK_SHELL}, /* ! */ {35, LYK_SOFT_DQUOTES}, /* " */ |