]> git.gir.st - VimFx.git/blob - extension/options.xul
Merge pull request #438 from lydell/vim-like-keys
[VimFx.git] / extension / options.xul
1 <?xml version="1.0"?>
2
3 <!--
4 Copyright Anton Khodakivskiy 2012-2013.
5 Copyright Simon Lydell 2013-2014.
6 Copyright Wang Zhuochun 2013.
7
8 This file is part of VimFx.
9
10 VimFx is free software: you can redistribute it and/or modify
11 it under the terms of the GNU General Public License as published by
12 the Free Software Foundation, either version 3 of the License, or
13 (at your option) any later version.
14
15 VimFx is distributed in the hope that it will be useful,
16 but WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 GNU General Public License for more details.
19
20 You should have received a copy of the GNU General Public License
21 along with VimFx. If not, see <http://www.gnu.org/licenses/>.
22 -->
23
24 <!DOCTYPE mydialog SYSTEM "chrome://vimfx/locale/options.dtd">
25
26 <vbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
27 <setting pref="extensions.VimFx.hint_chars" type="string"
28 title="&pref.hint_chars.title;" desc="&pref.hint_chars.desc;" />
29 <setting pref="extensions.VimFx.black_list" type="string"
30 title="&pref.black_list.title;" desc="&pref.black_list.desc;" />
31 <setting pref="extensions.VimFx.prev_patterns" type="string"
32 title="&pref.prev_patterns.title;" desc="&pref.prev_patterns.desc;" />
33 <setting pref="extensions.VimFx.next_patterns" type="string"
34 title="&pref.next_patterns.title;" desc="&pref.next_patterns.desc;" />
35 <setting pref="extensions.VimFx.scroll_step_lines" type="integer"
36 title="&pref.scroll_step_lines.title;" />
37 <setting pref="extensions.VimFx.hints_bloom_on" type="bool"
38 title="&pref.hints_bloom_on.title;" desc="&pref.hints_bloom_on.desc;" />
39 <setting pref="extensions.VimFx.prevent_autofocus" type="bool"
40 title="&pref.prevent_autofocus.title;" />
41 <setting pref="extensions.VimFx.ignore_keyboard_layout" type="bool"
42 title="&pref.ignore_keyboard_layout.title;" desc="&pref.ignore_keyboard_layout.desc;" />
43 <setting pref="dom.keyboardevent.code.enabled" type="bool"
44 title="&pref.keyboardevent.code.enabled.title;" desc="&pref.keyboardevent.code.enabled.desc;" />
45 <setting title="&customizeButton.title;" type="control">
46 <button id="customizeButton" label="&customizeButton.label;" />
47 </setting>
48 </vbox>
Imprint / Impressum