widgets/widgetinstaller/inc/WidgetInstallerInternalCRKeys.h
changeset 15 60c5402cb945
parent 11 c8a366e56285
equal deleted inserted replaced
11:c8a366e56285 15:60c5402cb945
    38 const TUint32 KWidgetSecurityPromptUntrustedInstall =   0x00000004;
    38 const TUint32 KWidgetSecurityPromptUntrustedInstall =   0x00000004;
    39 
    39 
    40 // The setting to define the cursor show mode inside widgets
    40 // The setting to define the cursor show mode inside widgets
    41 // Valid values: 0 = not showing the cursor, 1 = cursor shown
    41 // Valid values: 0 = not showing the cursor, 1 = cursor shown
    42 const TUint32 KWidgetCursorShowMode =   0x00000005;
    42 const TUint32 KWidgetCursorShowMode =   0x00000005;
       
    43 
       
    44 // Controls whether enter key can activate a link or just has a default behavior.
       
    45 const TUint32 KWidgetEnterKeyMode =  0x00000006;
       
    46 
       
    47 
    43 #endif
    48 #endif