~maliit-team/maliit-plugin-jp/trunk

« back to all changes in this revision

Viewing changes to skeleton/mallit/qml/Keyboard.qml

  • Committer: liang
  • Date: 2011-06-24 17:02:24 UTC
  • Revision ID: git-v1:a93d56baa50a8fc28e189e55a1d531bd7b7e6e5f
preeditĀ isĀ back

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
        /*root.textview.insert( engine.getSelectedWord() )*/
46
46
        inputmethod.sendCommit( engine.getSelectedWord() )
47
47
        engine.commit()
 
48
        /*console.log( inputmethod.cursorRect.x, inputmethod.cursorRect.y, inputmethod.cursorRect.width, inputmethod.cursorRect.height)*/
48
49
        /*}*/
49
50
    }
50
51
    property bool needClearShift : false