usp10: Return the set of Indic syllables after reorder.
[wine] / dlls / shdocvw / shdocvw.rgs
1 HKLM
2 {
3     NoRemove 'Software'
4     {
5         NoRemove 'Microsoft'
6         {
7             NoRemove 'Windows'
8             {
9                 NoRemove 'CurrentVersion'
10                 {
11                     NoRemove 'URL'
12                     {
13                         DefaultPrefix = s 'http://'
14                         Prefixes
15                         {
16                             val 'ftp' = s 'ftp://'
17                             val 'gopher' = s 'gopher://'
18                             val 'home' = s 'http://'
19                             val 'mosaic' = s 'http://'
20                             val 'www' = s 'http://'
21                         }
22                     }
23                 }
24             }
25         }
26     }
27 }
28
29 HKCR
30 {
31     NoRemove CLSID
32     {
33         '{fbf23b40-e3f0-101b-8488-00aa003e56f8}'
34         {
35             shellex
36             {
37                 MayChangeDefaultMenu {}
38             }
39         }
40     }
41     'InternetShortcut'
42     {
43         val 'EditFlags' = s '2'
44         val 'IsShortcut' = s ''
45         val 'NeverShowExt' = s ''
46         DefaultIcon = s 'url.dll,0'
47         shell
48         {
49             open
50             {
51                 command = s 'rundll32.exe shdocvw.dll,OpenURL %%l'
52             }
53             print
54             {
55                 command = s 'rundll32.exe mshtml.dll,PrintHTML ""%%1""'
56             }
57             printto
58             {
59                 command = s 'rundll32.exe mshtml.dll,PrintHTML ""%%1"" ""%%2"" ""%%3"" ""%%4""'
60             }
61         }
62     }
63     ForceRemove '.url' = s 'InternetShortcut'
64
65     ftp
66     {
67         val 'URL Protocol' = s ''
68     }
69     http
70     {
71         val 'URL Protocol' = s ''
72     }
73     https
74     {
75         val 'URL Protocol' = s ''
76     }
77     mailto
78     {
79         val 'URL Protocol' = s ''
80     }
81 }