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) --- OPS | 1 + 1 file changed, 1 insertion(+) (limited to 'OPS') diff --git a/OPS b/OPS index 17d45fc0..f8abbfb7 100644 --- a/OPS +++ b/OPS @@ -166,6 +166,7 @@ OP_UNDELETE_SUBTHREAD "undelete all messages in subthread" OP_VERSION "show the Mutt version number and date" OP_VIEW_ATTACH "view attachment using mailcap entry if necessary" OP_VIEW_ATTACHMENTS "show MIME attachments" +OP_WHAT_KEY "display the keycode for a key press" OP_MAIN_SHOW_LIMIT "show currently active limit pattern" OP_MAIN_COLLAPSE_THREAD "collapse/uncollapse current thread" OP_MAIN_COLLAPSE_ALL "collapse/uncollapse all threads" -- cgit v1.2.3