-
Notifications
You must be signed in to change notification settings - Fork 0
/
_install Posy Alt.inf
54 lines (47 loc) · 1.54 KB
/
_install Posy Alt.inf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
; Posy's Cursor Alt
; michieldb.nl
[Version]
signature="$CHICAGO$"
[DefaultInstall]
CopyFiles = Scheme.Cur, Scheme.Txt
AddReg = Scheme.Reg
[DestinationDirs]
Scheme.Cur = 10,"%CUR_DIR%"
Scheme.Txt = 10,"%CUR_DIR%"
[Scheme.Reg]
HKCU,"Control Panel\Cursors\Schemes","%SCHEME_NAME%",,"%10%\%CUR_DIR%\%pointer%,%10%\%CUR_DIR%\%help%,%10%\%CUR_DIR%\%work%,%10%\%CUR_DIR%\%busy%,%10%\%CUR_DIR%\%cross%,%10%\%CUR_DIR%\%Text%,%10%\%CUR_DIR%\%Hand%,%10%\%CUR_DIR%\%unavailiable%,%10%\%CUR_DIR%\%Vert%,%10%\%CUR_DIR%\%Horz%,%10%\%CUR_DIR%\%Dgn1%,%10%\%CUR_DIR%\%Dgn2%,%10%\%CUR_DIR%\%move%,%10%\%CUR_DIR%\%alternate%,%10%\%CUR_DIR%\%link%"
[Scheme.Cur]
Posy cursor.cur
Posy help.cur
Posy background max 96.ani
Posy wait max 96.ani
Posy beam.cur
Posy forbidden.cur
Posy size NS.cur
Posy size EW.cur
Posy size NwSe.cur
Posy size NeSw.cur
Posy move.cur
Posy hand.cur
Posy precise.cur
Posy pen.cur
Posy alt.cur
[Scheme.Txt]
[Strings]
CUR_DIR = "Cursors\Posys Cursor"
SCHEME_NAME = "Posy's Cursor Alt"
pointer = "Posy cursor.cur"
help = "Posy help.cur"
work = "Posy background max 96.ani"
busy = "Posy wait max 96.ani"
text = "Posy beam.cur"
unavailiable = "Posy forbidden.cur"
vert = "Posy size NS.cur"
horz = "Posy size EW.cur"
dgn1 = "Posy size NwSe.cur"
dgn2 = "Posy size NeSw.cur"
move = "Posy move.cur"
link = "Posy hand.cur"
cross = "Posy precise.cur"
hand = "Posy pen.cur"
alternate = "Posy alt.cur"