diff options
author | corvid <corvid@lavabit.com> | 2009-06-21 20:38:30 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-06-21 20:38:30 +0000 |
commit | 7e0347edebd515cbe49b8b6051209dbac737ca49 (patch) | |
tree | 546d6db907ddddaaf06647d281d0aff021e324ef | |
parent | cd259d3c405c3efe0315ec84655fbfe491161445 (diff) |
mention nop in keysrc
-rw-r--r-- | src/keysrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ # Key names recognized: "Backspace", "Delete", "Down", "End", "Esc", # "F1" through "F12", "Home", "Insert", "Left", "PageDown", "PageUp", # "Print", "Return", "Right", "Space", "Tab", "Up". +# +# The action "nop" (no operation) can be used to remove a binding. # "open" lets you browse your local files for one to open. #<ctrl>o = open |