From 9c1b2853c6a094fd17a0f9ab0a5cf45ed29d1d6a Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Mon, 9 Dec 2002 17:44:28 +0000 Subject: This patch adds two features to mutt: - you can now specify the octal code of a key in a bind or macro function, using the syntax . Eg, bind index <541> show-version This allows you to bind to a function key for which Mutt doesn't have a friendly name associated with it. - adds a what-key function which allows you to press a key and have mutt show you the decimal/octal value. (not bound to anything by default) --- functions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'functions.h') diff --git a/functions.h b/functions.h index eae16756..1b67309a 100644 --- a/functions.h +++ b/functions.h @@ -60,6 +60,7 @@ struct binding_t OpGeneric[] = { { "current-top", OP_CURRENT_TOP, NULL }, { "current-middle", OP_CURRENT_MIDDLE, NULL }, { "current-bottom", OP_CURRENT_BOTTOM, NULL }, + { "what-key", OP_WHAT_KEY, NULL }, { NULL, 0, NULL } }; -- cgit v1.2.3