~ubuntu-branches/ubuntu/karmic/all-in-one-sidebar/karmic

« back to all changes in this revision

Viewing changes to chrome/aios.jar!/content/prefs/keys.xul

  • Committer: Bazaar Package Importer
  • Author(s): Sveinung Kvilhaugsvik
  • Date: 2009-08-04 19:25:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090804192510-u4bm1ehm9ve4zdne
Tags: 0.7.10-0ubuntu1
* new upstream release (LP: #398535)
* list firefox-3.5 as alternate dependency
* depend on ${misc:Depends} to fix lintian warning
* changed maintainer field do to change in rules
* merged all-in-one-sidebar 0.7.4-0ubuntu2
   + replace current watchfile with the one from it
   + add the change log entry from it
   + discard it's other changes
* bump standards-version to 3.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
 
3
 
<!-- locale -->
4
 
<!DOCTYPE prefwindow [
5
 
        <!ENTITY % prefsDTD SYSTEM "chrome://aios/locale/prefs.dtd"> %prefsDTD;
6
 
]>
7
 
 
8
 
<overlay id="aiosKeysPaneOverlay"
9
 
         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
10
 
 
11
 
        <prefpane id="aiosKeys" onpaneload="aios_initKeys();">
12
 
 
13
 
                <script type="application/x-javascript" src="chrome://aios/content/_common.js" />
14
 
                <script type="application/x-javascript" src="chrome://aios/content/prefs/_keyconfig.js"/>
15
 
 
16
 
                <script>
17
 
                        var gStrings = {
18
 
 
19
 
                          warn: "&keyconfig.warn;",
20
 
                          used: "&keyconfig.used;",
21
 
                          onreset: "&keyconfig.onreset;",
22
 
                          unrecognized: "&keyconfig.unrecognized;"
23
 
                        }
24
 
 
25
 
                        var keyname = {
26
 
                          "BrowserReload();": "key_reload",
27
 
                          cmd_handleBackspace: "goBackKb"
28
 
                        }
29
 
                </script>
30
 
 
31
 
                <stringbundleset>
32
 
                        <stringbundle id="platformKeys" src="chrome://global-platform/locale/platformKeys.properties"/>
33
 
                        <stringbundle id="localeKeys" src="chrome://global/locale/keys.properties"/>
34
 
                </stringbundleset>
35
 
 
36
 
 
37
 
                <preferences>
38
 
 
39
 
                </preferences>
40
 
 
41
 
 
42
 
                <tree id="key-tree" flex="1" enableColumnDrag="true" seltype="single" onselect="keyView.selectionChanged();">
43
 
 
44
 
                        <treecols>
45
 
 
46
 
                                <treecol id="name" label="&keyconfig.keyid;" flex="1" sortDirection="ascending" sortActive="true"
47
 
                                        persist="width,ordinal,sortDirection,sortActive,hidden" />
48
 
                                <splitter class="tree-splitter" />
49
 
                                <treecol id="shortcut" label="&tab.keys;" flex="1"
50
 
                                        persist="width,ordinal,sortDirection,sortActive,hidden" />
51
 
                                <splitter class="tree-splitter" />
52
 
                                <treecol id="id" label="&keyconfig.id;" flex="1" hidden="true"
53
 
                                        persist="width,ordinal,sortDirection,sortActive,hidden" />
54
 
 
55
 
                        </treecols>
56
 
 
57
 
                        <treechildren alternatingbackground="true" context="mainPopup" />
58
 
 
59
 
                </tree>
60
 
 
61
 
                <groupbox id="editbox" orient="horizontal" disabled="true">
62
 
                        <textbox id="edit" observes="editbox" flex="1" onclick="this.select();" onkeypress="Recognize(event);" />
63
 
                        <button observes="editbox" label="&keyconfig.apply;" oncommand="Apply();" />
64
 
                        <button observes="editbox" label="&keyconfig.disable;" oncommand="Disable();" />
65
 
                        <button observes="editbox" label="&keyconfig.reset;" oncommand="Reset();" />
66
 
                </groupbox>
67
 
 
68
 
                <description value="&keyconfig.warn;" style="margin-top: 10px;" />
69
 
 
70
 
                <hbox>
71
 
 
72
 
                        <description>&keyconfig.link1;</description>
73
 
                        <text value="&keyconfig.link2;" class="link" style="padding-top:1px;"
74
 
                                onclick="aios_addTab('http://forum.addonsmirror.net/index.php?showtopic=254');" />
75
 
                        <description>&keyconfig.link3;</description>
76
 
 
77
 
                </hbox>
78
 
 
79
 
        </prefpane>
80
 
</overlay>
 
 
b'\\ No newline at end of file'