mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-28 14:04:45 -04:00
💾 Updated Windows script
This commit is contained in:
parent
243b0fb3da
commit
75af5faf03
1 changed files with 34 additions and 37 deletions
|
@ -1,55 +1,52 @@
|
||||||
; <inject_theme_name> By <inject_author_name>
|
|
||||||
; Right click on the file "install.inf" and select "Install". Then apply <inject_theme_name> in Control Panel > Appearance and Personalization > Personalization > Change mouse pointers.
|
|
||||||
|
|
||||||
[Version]
|
[Version]
|
||||||
signature="$CHICAGO$"
|
signature="$CHICAGO$"
|
||||||
|
<inject_theme_name> By Kaiz Khatri
|
||||||
|
https://github.com/ful1e5/apple_cursor
|
||||||
|
|
||||||
[DefaultInstall]
|
[DefaultInstall]
|
||||||
CopyFiles = Scheme.Cur, Scheme.Txt
|
CopyFiles = Scheme.Cur
|
||||||
AddReg = Scheme.Reg
|
AddReg = Scheme.Reg
|
||||||
|
|
||||||
[DestinationDirs]
|
[DestinationDirs]
|
||||||
Scheme.Cur = 10,"%CUR_DIR%"
|
Scheme.Cur = 10,"%CUR_DIR%"
|
||||||
Scheme.Txt = 10,"%CUR_DIR%"
|
|
||||||
|
|
||||||
[Scheme.Reg]
|
[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%"
|
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%"
|
||||||
|
|
||||||
; -- Installed files
|
; -- Installed files
|
||||||
|
|
||||||
[Scheme.Cur]
|
[Scheme.Cur]
|
||||||
busy.ani
|
"Arrow.cur"
|
||||||
working-in-background.ani
|
"Help.cur"
|
||||||
normal-select.cur
|
"AppStarting.ani"
|
||||||
help-select.cur
|
"Wait.ani"
|
||||||
link-select.cur
|
"Cross.cur"
|
||||||
move.cur
|
"IBeam.cur"
|
||||||
diagonal-resize-2.cur
|
"Handwriting.cur"
|
||||||
Install.inf
|
"NO.cur"
|
||||||
vertical-resize.cur
|
"SizeNS.cur"
|
||||||
horizontal-resize.cur
|
"SizeWE.cur"
|
||||||
diagonal-resize-1.cur
|
"SizeNWSE.cur"
|
||||||
handwriting.cur
|
"SizeNESW.cur"
|
||||||
precision-select.cur
|
"SizeAll.cur"
|
||||||
text-select.cur
|
"UpArrow.cur"
|
||||||
unavailable.cur
|
"Hand.cur"
|
||||||
alt-select.cur
|
|
||||||
|
|
||||||
[Strings]
|
[Strings]
|
||||||
CUR_DIR = "Cursors\<inject_theme_name>"
|
CUR_DIR = "Cursors\<inject_theme_name>"
|
||||||
SCHEME_NAME = "<inject_theme_name>"
|
SCHEME_NAME = "<inject_theme_name>"
|
||||||
pointer = "normal-select.cur"
|
pointer = "Arrow.cur"
|
||||||
help = "help-select.cur"
|
help = "Help.cur"
|
||||||
work = "working-in-background.ani"
|
work = "AppStarting.ani"
|
||||||
busy = "busy.ani"
|
busy = "Wait.ani"
|
||||||
text = "text-select.cur"
|
cross = "Cross.cur"
|
||||||
unavailiable = "unavailable.cur"
|
text = "IBeam.cur"
|
||||||
vert = "vertical-resize.cur"
|
hand = "Handwriting.cur"
|
||||||
horz = "horizontal-resize.cur"
|
unavailiable = "NO.cur"
|
||||||
dgn1 = "diagonal-resize-1.cur"
|
vert = "SizeNS.cur"
|
||||||
dgn2 = "diagonal-resize-2.cur"
|
horz = "SizeWE.cur"
|
||||||
move = "move.cur"
|
dgn1 = "SizeNWSE.cur"
|
||||||
link = "link-select.cur"
|
dgn2 = "SizeNESW.cur"
|
||||||
cross = "precision-select.cur"
|
move = "SizeAll.cur"
|
||||||
hand = "handwriting.cur"
|
alternate = "UpArrow.cur"
|
||||||
alternate = "alt-select.cur"
|
link = "Hand.cur"
|
Loading…
Add table
Add a link
Reference in a new issue