summaryrefslogtreecommitdiffstats
path: root/OPS
diff options
context:
space:
mode:
authorMichael Elkins <me@sigpipe.org>2002-12-09 17:44:28 +0000
committerMichael Elkins <me@sigpipe.org>2002-12-09 17:44:28 +0000
commit9c1b2853c6a094fd17a0f9ab0a5cf45ed29d1d6a (patch)
tree1c9a9afdc28cda5be677b9a4ca64d7666919962d /OPS
parent454940f9b922358a779b800e92531480a788f297 (diff)
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 <NNN>. 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)
Diffstat (limited to 'OPS')
-rw-r--r--OPS1
1 files changed, 1 insertions, 0 deletions
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"