Skip to content

Instantly share code, notes, and snippets.

@danielkza
Created July 11, 2013 09:55
Show Gist options
  • Save danielkza/5974142 to your computer and use it in GitHub Desktop.
Save danielkza/5974142 to your computer and use it in GitHub Desktop.
Aero Inverted Cursors inf files
; xFree cursors for Windows XP.
; Win 2000/XP Alphablended Cursor Scheme installation file.
[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%\%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%"
; -- Common Information
[Scheme.Cur]
aero_arrow.cur
aero_busy.ani
;aero_cross.cur
aero_ew.cur
aero_helpsel.cur
aero_link.cur
aero_move.cur
aero_nesw.cur
aero_ns.cur
aero_nwse.cur
aero_pen.cur
;aero_text.cur
aero_unavail.cur
aero_up.cur
aero_working.ani
[Scheme.Txt]
;Readme.txt
[Strings]
CUR_DIR = "Cursors\Aero Inverted"
SCHEME_NAME = "Aero Inverted (Alphablended)"
pointer = "aero_arrow.cur"
help = "aero_helpsel.cur"
work = "aero_working.ani"
busy = "aero_busy.ani"
;text = "aero_text.cur"
unavailiable = "aero_unavail.cur"
vert = "aero_ns.cur"
horz = "aero_ew.cur"
dgn1 = "aero_nwse.cur"
dgn2 = "aero_nesw.cur"
move = "aero_move.cur"
link = "aero_link.cur"
;cross = "aero_cross.cur"
hand = "aero_pen.cur"
alternate = "aero_up.cur"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment