about summary refs log tree commit diff
path: root/Doc/Zsh/params.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-01-13 12:05:22 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-01-13 12:05:22 +0000
commit036cb0ce95580efa03dff169bb3dba457a48cfdc (patch)
treec1e611cf935047a626af55ef9e50c82acc4fc5cf /Doc/Zsh/params.yo
parenta7ea114f965abfea376293f9e56d1d790c1ca1d2 (diff)
downloadzsh-036cb0ce95580efa03dff169bb3dba457a48cfdc.tar.gz
zsh-036cb0ce95580efa03dff169bb3dba457a48cfdc.tar.xz
zsh-036cb0ce95580efa03dff169bb3dba457a48cfdc.zip
Joakim Rosqvist: 27591 as modified in 27594:
KEYBOARD_HACK variable
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r--Doc/Zsh/params.yo10
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index 18c146802..99a6e6958 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -897,6 +897,16 @@ space character.
 If the parameter is unset, the default is used.  Note this has
 a different effect from setting the parameter to an empty string.
 )
+vindex(KEYBOARD_HACK)
+item(tt(KEYBOARD_HACK))(
+This variable defines a character to be removed from the end of the
+command line before interpreting it (interactive shells only). It is
+intended to fix the problem with keys placed annoyingly close to return
+and replaces the tt(SUNKEYBOARDHACK) option which did this for
+backquotes only.  Should the chosen character be one of singlequote,
+doublequote or backquote, there must also be an odd number of them
+on the command line for the last one to be removed.
+)
 vindex(KEYTIMEOUT)
 item(tt(KEYTIMEOUT))(
 The time the shell waits, in hundredths of seconds, for another key to