diff --git a/src/com/android/inputmethod/latin/LatinIME.java b/src/com/android/inputmethod/latin/LatinIME.java
index 18b277c5a8a9df5e7aa89b8c10eff8a25c9ca014..cb3711cb52f670deec527d539b2fa41c9e0a2ca9 100644
--- a/src/com/android/inputmethod/latin/LatinIME.java
+++ b/src/com/android/inputmethod/latin/LatinIME.java
@@ -1737,7 +1737,7 @@ public class LatinIME extends InputMethodService
             return;
         }
         if (mInputView != null) {
-            mInputView.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY,
+            mInputView.performHapticFeedback(HapticFeedbackConstants.KEYBOARD_TAP,
                     HapticFeedbackConstants.FLAG_IGNORE_GLOBAL_SETTING);
         }
     }