src/hbplugins/inputmethods/hardwareinput/hbhardwareinputpredictionqwertyhandler.cpp
--- a/src/hbplugins/inputmethods/hardwareinput/hbhardwareinputpredictionqwertyhandler.cpp Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbplugins/inputmethods/hardwareinput/hbhardwareinputpredictionqwertyhandler.cpp Mon Oct 18 18:23:13 2010 +0300
@@ -162,16 +162,16 @@
case Qt::Key_Down:{
q->actionHandler(HbInputModeHandler::HbInputModeActionLaunchCandidatePopup);
break;
- }
- case Qt::Key_Space:{
- if (event->modifiers() & Qt::ControlModifier){
- if (HbInputSettingProxy::instance()->predictiveInputStatus()) {
- HbInputSettingProxy::instance()->setPredictiveInputStatus(0);
- } else {
- HbInputSettingProxy::instance()->setPredictiveInputStatus(1);
- }
- break;
- }
+ }
+ case Qt::Key_Space:{
+ if (event->modifiers() & Qt::ControlModifier){
+ if (HbInputSettingProxy::instance()->predictiveInputStatus()) {
+ HbInputSettingProxy::instance()->setPredictiveInputStatus(0);
+ } else {
+ HbInputSettingProxy::instance()->setPredictiveInputStatus(1);
+ }
+ break;
+ }
}
default: {
int currentTextCase = focusObject->editorInterface().textCase();