textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutvkbkeyctrl.cpp
changeset 13 3b79bedfdc20
parent 0 eb1f2e154e89
--- a/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutvkbkeyctrl.cpp	Tue Feb 02 01:02:04 2010 +0200
+++ b/textinput/peninputarc/src/peninputlayoutcontrol/peninputlayoutvkbkeyctrl.cpp	Fri Apr 16 15:17:40 2010 +0300
@@ -586,7 +586,7 @@
 	#ifdef RD_TACTILE_FEEDBACK
     if (UiLayout()->SupportTactileFeedback())
     	{
-   		UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveInput, ETrue, EFalse);
+   		UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveKeypad, ETrue, EFalse);
         }
 	#endif // RD_TACTILE_FEEDBACK 
     return this;
@@ -646,7 +646,7 @@
 			{
 			if (!Hiden())
 				{				
-				UiLayout()->DoTactileFeedback(ETouchFeedbackCharacterInputButton, ETrue, EFalse);				
+				UiLayout()->DoTactileFeedback(ETouchFeedbackBasicKeypad, ETrue, EFalse);				
 				}
 			}
 		}
@@ -898,7 +898,7 @@
 		{		
 		if (!VirtualKey()->Dimmed() && !Hiden())
 			{
-			UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveInput, ETrue, EFalse);
+			UiLayout()->DoTactileFeedback(ETouchFeedbackSensitiveKeypad, ETrue, EFalse);
 			}
         }
 #endif //RD_TACTILE_FEEDBACK