-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
530bb02
commit b395649
Showing
18 changed files
with
82 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
[Version] | ||
signature ="$CHICAGO$" | ||
Taromati2鼠标主题安装 | ||
|
||
[DefaultInstall] | ||
CopyFiles = Scheme.Cur | ||
AddReg = Scheme.Reg,Wreg | ||
|
||
|
||
[DestinationDirs] | ||
Scheme.Cur = 10,"%CUR_DIR%" | ||
|
||
|
||
[Scheme.Reg] | ||
HKCU,"Control Panel\Cursors\Schemes","%SCHEME_NAME%",,"%10%\%CUR_DIR%\%pointer%,%10%\%CUR_DIR%\%help%,%10%\%CUR_DIR%\%working%,%10%\%CUR_DIR%\%busy%,%10%\%CUR_DIR%\%precision%,%10%\%CUR_DIR%\%text%,%10%\%CUR_DIR%\%hand%,%10%\%CUR_DIR%\%unavailable%,%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%,%10%\%CUR_DIR%\%pin%,%10%\%CUR_DIR%\%person%" | ||
|
||
|
||
[Wreg] | ||
HKCU,"Control Panel\Cursors",,0x00020000,"%SCHEME_NAME%" | ||
HKCU,"Control Panel\Cursors",AppStarting,0x00020000,"%10%\%CUR_DIR%\%working%" | ||
HKCU,"Control Panel\Cursors",Arrow,0x00020000,"%10%\%CUR_DIR%\%pointer%" | ||
HKCU,"Control Panel\Cursors",crosshair,0x00020000,"%10%\%CUR_DIR%\%precision%" | ||
HKCU,"Control Panel\Cursors",precisionhair,0x00020000,"%10%\%CUR_DIR%\%precision%" | ||
HKCU,"Control Panel\Cursors",Hand,0x00020000,"%10%\%CUR_DIR%\%link%" | ||
HKCU,"Control Panel\Cursors",Help,0x00020000,"%10%\%CUR_DIR%\%help%" | ||
HKCU,"Control Panel\Cursors",IBeam,0x00020000,"%10%\%CUR_DIR%\%text%" | ||
HKCU,"Control Panel\Cursors",No,0x00020000,"%10%\%CUR_DIR%\%unavailable%" | ||
HKCU,"Control Panel\Cursors",NWPen,0x00020000,"%10%\%CUR_DIR%\%hand%" | ||
HKCU,"Control Panel\Cursors",SizeAll,0x00020000,"%10%\%CUR_DIR%\%move%" | ||
HKCU,"Control Panel\Cursors",SizeNESW,0x00020000,"%10%\%CUR_DIR%\%dgn2%" | ||
HKCU,"Control Panel\Cursors",SizeNS,0x00020000,"%10%\%CUR_DIR%\%vert%" | ||
HKCU,"Control Panel\Cursors",SizeNWSE,0x00020000,"%10%\%CUR_DIR%\%dgn1%" | ||
HKCU,"Control Panel\Cursors",SizeWE,0x00020000,"%10%\%CUR_DIR%\%horz%" | ||
HKCU,"Control Panel\Cursors",UpArrow,0x00020000,"%10%\%CUR_DIR%\%alternate%" | ||
HKCU,"Control Panel\Cursors",Wait,0x00020000,"%10%\%CUR_DIR%\%busy%" | ||
HKCU,"Control Panel\Cursors",Pin,0x00020000,"%10%\%CUR_DIR%\%pin%" | ||
HKCU,"Control Panel\Cursors",Person,0x00020000,"%10%\%CUR_DIR%\%person%" | ||
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Runonce\Setup\","",,"rundll32.exe shell32.dll,Control_RunDLL main.cpl @0,1" | ||
|
||
|
||
[Scheme.Cur] | ||
"pointer.ani" | ||
"help.ani" | ||
"working.ani" | ||
"busy.ani" | ||
"precision.ani" | ||
"handwriting.cur" | ||
"unavailable.cur" | ||
"vert.cur" | ||
"horz.cur" | ||
"dgn1.cur" | ||
"dgn2.cur" | ||
"move.ani" | ||
"alternate.ani" | ||
"link.ani" | ||
"beam.ani" | ||
"pin.ani" | ||
"person.ani" | ||
|
||
|
||
[Strings] | ||
CUR_DIR = "Cursors\kikka" | ||
SCHEME_NAME = "Taromati2 Cursors" | ||
pointer = "pointer.ani" | ||
help = "help.ani" | ||
working = "working.ani" | ||
busy = "busy.ani" | ||
precision = "precision.ani" | ||
hand = "handwriting.cur" | ||
text = "beam.ani" | ||
unavailable = "unavailable.cur" | ||
vert = "vert.cur" | ||
horz = "horz.cur" | ||
dgn1 = "dgn1.cur" | ||
dgn2 = "dgn2.cur" | ||
move = "move.ani" | ||
alternate = "alternate.ani" | ||
link = "link.ani" | ||
pin = "pin.ani" | ||
person = "person.ani" | ||
|
||
|