mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-23 11:37:04 -04:00
🔧 Windows cursors config
This commit is contained in:
parent
30467edbc7
commit
e7d509295b
1 changed files with 18 additions and 0 deletions
18
config.py
18
config.py
|
@ -19,6 +19,24 @@ with open("./package.json") as f:
|
||||||
author = data["author"]
|
author = data["author"]
|
||||||
|
|
||||||
# Windows Cursors Config
|
# Windows Cursors Config
|
||||||
|
windows_cursors = {
|
||||||
|
"sb_up_arrow.cur": "alt-select.cur",
|
||||||
|
"bd_double_arrow.cur": "diagonal-resize-1.cur",
|
||||||
|
"bottom_left_corner.cur": "diagonal-resize-2.cur",
|
||||||
|
"pencil.cur": "handwriting.cur",
|
||||||
|
"dnd-ask.cur": "help-select.cur",
|
||||||
|
"right_side.cur": "horizontal-resize.cur",
|
||||||
|
"hand2.cur": "link-select.cur",
|
||||||
|
"all-scroll.cur": "move.cur",
|
||||||
|
"left_ptr.cur": "normal-select.cur",
|
||||||
|
"X_cursor.cur": "pirate.cur",
|
||||||
|
"crosshair.cur": "precision-select.cur",
|
||||||
|
"xterm.cur": "text-select.cur",
|
||||||
|
"circle.cur": "unavailable.cur",
|
||||||
|
"bottom_side.cur": "vertical-resize.cur",
|
||||||
|
"wait.ani": "busy.ani",
|
||||||
|
"left_ptr_watch.ani": "working-in-background.ani"
|
||||||
|
}
|
||||||
|
|
||||||
# Windows install.inf file content
|
# Windows install.inf file content
|
||||||
with open("./scripts/windows.inf") as f:
|
with open("./scripts/windows.inf") as f:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue