<?xml version="1.0" ?>

<!--
Copyright © 2013-2014, 2016 marmuta <marmvta@gmail.com>

This file is part of Onboard.

Onboard is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.

Onboard is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<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='previous-predictions.wordlist' svg_id='previous-predictions.wordlist' label='' image='arrow-left.svg' button='true' class='BarKey' scannable='true' tooltip='Previous suggestions'/>
        <key group='wsbutton' id='next-predictions.wordlist' svg_id='next-predictions.wordlist' label='' image='arrow-right.svg' button='true' class='BarKey' scannable='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>

