diff options
author | Doug Kearns <dougkearns@gmail.com> | 2009-10-11 01:38:11 +1100 |
---|---|---|
committer | Doug Kearns <dougkearns@gmail.com> | 2009-10-11 01:38:11 +1100 |
commit | 29de612097b7605be76b8c745f24a9698d045cb2 (patch) | |
tree | 1b422976c4223eb041d51a6f8aa12ad8a81fe421 /xulmus/locale | |
parent | 55c013366d4f921646143864861f0b7f655ed23c (diff) | |
download | pentadactyl-29de612097b7605be76b8c745f24a9698d045cb2.tar.gz |
Fix escaping from Textarea mode in input fields.
When escaping from Textarea mode in input fields, and also text areas if
'insertmode' is set, return to Insert mode.
Diffstat (limited to 'xulmus/locale')
-rw-r--r-- | xulmus/locale/en-US/options.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/xulmus/locale/en-US/options.txt b/xulmus/locale/en-US/options.txt index 2c7088fc..e937f225 100644 --- a/xulmus/locale/en-US/options.txt +++ b/xulmus/locale/en-US/options.txt @@ -483,10 +483,13 @@ ____ |\'noim'| |\'noinsertmode'| |\'im'| |\'insertmode'| + ||'insertmode' 'im'|| boolean (default: on) ____ -Use Insert mode as the default for text areas. -Makes Xulmus work in a way that Insert mode is the default mode for text areas. -Useful if you want to use Xulmus as a modeless editor, keeping the known Songbird interface for editing text areas. +Use Insert mode as the default for text areas. This is useful if you want to +use the known Firefox interface for editing text areas. Input fields default to +this behaviour irrespective of this option's setting. + +Textarea mode can be entered with *<C-t>* from Insert mode. ____ +// TODO: <C-t> is not hyperlinked as it's not documented yet. |\'ls'| |\'laststatus'| + |