widgets/widgetinstaller/inc/WidgetInstallerInternalCRKeys.h
changeset 15 60c5402cb945
parent 11 c8a366e56285
--- a/widgets/widgetinstaller/inc/WidgetInstallerInternalCRKeys.h	Thu Sep 24 12:53:48 2009 +0300
+++ b/widgets/widgetinstaller/inc/WidgetInstallerInternalCRKeys.h	Mon Oct 26 08:28:45 2009 +0200
@@ -40,4 +40,9 @@
 // The setting to define the cursor show mode inside widgets
 // Valid values: 0 = not showing the cursor, 1 = cursor shown
 const TUint32 KWidgetCursorShowMode =   0x00000005;
+
+// Controls whether enter key can activate a link or just has a default behavior.
+const TUint32 KWidgetEnterKeyMode =  0x00000006;
+
+
 #endif