--- a/web_pub/browser_control_api/inc/BrCtlDefs.h Thu Sep 24 12:53:48 2009 +0300
+++ b/web_pub/browser_control_api/inc/BrCtlDefs.h Mon Oct 26 08:28:45 2009 +0200
@@ -470,6 +470,13 @@
* Browser cursor show mode -- some phone doesn't have cursor inside Browser
*/
ESettingsCursorShowMode,
+
+ /*
+ * Enter key mode - default behavior is like in desktop browser - submit the form
+ * The alternative is to select the link is one is activated.
+ */
+ ESettingsEnterKeyMode,
+
ESettingsMaxEnum ///< Must be last one
};
@@ -825,6 +832,12 @@
ENoCursor = 0,
EDefaultCursor
};
+
+ enum TEnterKeySettings
+ {
+ EEnterKeyDefault = 0,
+ EEnterKeyCanActivateLink
+ };
};
#endif // BRCTLDEFS_H