~sylvain-pineau/checkbox/git_release_tools

« back to all changes in this revision

Viewing changes to checkbox-touch/components/WelcomePage.qml

"automatic merge of lp:~kissiel/checkbox/converged-keyboard-support/ by tarmac [r=pierre-equoy][bug=1231844,1318466][author=kissiel]"

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
        text: i18n.tr("Start testing")
125
125
        onLatchedClicked: startTestingTriggered();
126
126
    }
 
127
 
 
128
    Component.onCompleted: {
 
129
        rootKeysDelegator.setHandler('alt+t', welcomePage, startTestButton.clicked);
 
130
    }
127
131
}