~onboard/onboard/1.1

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" ?>
<keyboard id="Compact" format="3.0">
    <!--- word suggestions -->
    <panel id='wordlistbar' group="wordlist" class="WordListPanel">
        <!-- area of word suggestions -->
        <key id='wordlist' group='wordlist' label='' sensitive='false' scannable='false' class='WordlistKey'/>

        <!-- template for spelling suggestions -->
        <key id='correction' label=' ' visible='false' scannable='false' tooltip='Spelling suggestion'/>

        <!-- template for predictions -->
        <key id='prediction' label=' ' visible='false' scannable='false'/>

        <!-- wordlist buttons -->
        <key group='wordlist' id='expand-corrections' image='arrow-right.svg' class='BarKey' button='true' tooltip='More suggestions'/>
        <key group='wsbutton' id='pause-learning.wordlist' svg_id='pause-learning.wordlist' label='' image='pause.svg' button='true' class='BarKey' scannable='true' tooltip='Pause learning'/>
        <key group='wsbutton' id='language.wordlist' svg_id='language.wordlist' label='' button='true' class='BarKey' label_margin=", 1.2" scannable='false'/>
        <key group='wsbutton' id='hide.wordlist' svg_id='hide.wordlist' image='close.svg' button='true' class='BarKey' scannable='false' tooltip='Hide Onboard'/>
    </panel>
</keyboard>