~ossystems/maliit/plasma-active-maliit

« back to all changes in this revision

Viewing changes to active-keyboard/org/kde/active/keyboard/LandscapeVKB.qml

  • Committer: Aaron Seigo
  • Date: 2012-10-26 14:31:07 UTC
  • Revision ID: git-v1:3140611dd61544a939fa3c6f5e0fcc3b11ae3ed3
untab -> tab-back

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
                height: keyHeight
173
173
                landscape: true
174
174
                caption: inSymView ? 'Esc' : ''
175
 
                icon: inSymView ? '' : (isShifted) ? "icon-m-input-methods-untab.svg"
176
 
                                  : "icon-m-input-methods-tab.svg"
 
175
                icon: inSymView ? ''
 
176
                                : (isShifted) ? "icon-m-input-methods-tab-back.svg"
 
177
                                              : "icon-m-input-methods-tab.svg"
177
178
                onClickedPass: inSymView ? MInputMethodQuick.sendKey(Qt.Key_Escape) : MInputMethodQuick.sendCommit("\t")
178
179
            }
179
180
            Repeater {