1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-26 02:46:13 -04:00

Fix keymap-%.txt building; move FIXME about prefixes to elinkskeys.5.txt

This commit is contained in:
Jonas Fonseca 2006-01-14 19:24:46 +01:00 committed by Jonas Fonseca
parent ec9383b575
commit 01b9ba0983
3 changed files with 11 additions and 9 deletions

View File

@ -93,7 +93,7 @@ install-local:
CODE2DOC = $(srcdir)tools/code2doc CODE2DOC = $(srcdir)tools/code2doc
HELP2DOC = $(srcdir)tools/help2doc HELP2DOC = $(srcdir)tools/help2doc
CONF2DOC = $(srcdir)tools/conf2doc CONF2DOC = $(srcdir)tools/conf2doc
KEYS2DOC = $(srcdir)tools/make-elinkskeys-manpage KEYS2DOC = $(srcdir)tools/keys2doc
ELINKS = $(top_builddir)/src/elinks ELINKS = $(top_builddir)/src/elinks
FEATURES = $(top_srcdir)/features.conf FEATURES = $(top_srcdir)/features.conf
KBDBIND = $(top_srcdir)/src/config/kbdbind.c KBDBIND = $(top_srcdir)/src/config/kbdbind.c

View File

@ -80,6 +80,16 @@ Some keys will need to be quoted or escaped. For example, space can be written
as `" "` (quote space quote), and the quote itself as `\"` (backslash quote). as `" "` (quote space quote), and the quote itself as `\"` (backslash quote).
Backslash can be written as `\\` (double backslash). Backslash can be written as `\\` (double backslash).
/////////////////////////////////////////////////////////////////////////////
FIXME:
- You may prefix each of these keys with a number, telling its repeat count
(how many times to do it). You can also re-bind keys, see elinkskeys(5) for
documentation and a more complete list of keys bound by default.
- The following keys can be used while editing a line/jumping to a URL
/////////////////////////////////////////////////////////////////////////////
KEYMAP ACTIONS KEYMAP ACTIONS
-------------- --------------

View File

@ -6,14 +6,6 @@
# Copyright (c) Jonas Fonseca <fonseca@diku.dk>, 2005-2006 # Copyright (c) Jonas Fonseca <fonseca@diku.dk>, 2005-2006
# #
# FIXME:
#
# - You may prefix each of these keys with a number, telling its repeat count
# (how many times to do it). You can also re-bind keys, see elinkskeys(5) for
# documentation and a more complete list of keys bound by default.
#
# - The following keys can be used while editing a line/jumping to a URL
KBDBIND=$1 KBDBIND=$1
CONFIGDIR=$(dirname "$KBDBIND") CONFIGDIR=$(dirname "$KBDBIND")
OUTPUT=$2 OUTPUT=$2