--- 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