✨ Configured Windows cursors
This commit is contained in:
@@ -78,8 +78,8 @@ WIN_CURSORS_CFG: Dict[str, Dict[str, str]] = {
|
|||||||
"right_ptr.png": {"to": "Alternate", "position": "top_right"},
|
"right_ptr.png": {"to": "Alternate", "position": "top_right"},
|
||||||
"cross.png": {"to": "Cross"},
|
"cross.png": {"to": "Cross"},
|
||||||
"left_ptr.png": {"to": "Default", "position": "top_left"},
|
"left_ptr.png": {"to": "Default", "position": "top_left"},
|
||||||
"bottom_right_corner.png": {"to": "Diagonal_1"},
|
"bd_double_arrow.png": {"to": "Diagonal_1"},
|
||||||
"bottom_left_corner.png": {"to": "Diagonal_2"},
|
"fd_double_arrow.png": {"to": "Diagonal_2"},
|
||||||
"pencil.png": {"to": "Handwriting"},
|
"pencil.png": {"to": "Handwriting"},
|
||||||
"question_arrow.png": {"to": "Help", "position": "top_left"},
|
"question_arrow.png": {"to": "Help", "position": "top_left"},
|
||||||
"sb_h_double_arrow.png": {"to": "Horizontal"},
|
"sb_h_double_arrow.png": {"to": "Horizontal"},
|
||||||
|
|||||||
@@ -178,7 +178,6 @@ def add_missing_xcursor(directory) -> None:
|
|||||||
"v_double_arrow",
|
"v_double_arrow",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
# TODO remove empty
|
|
||||||
{"src": "wait", "links": ["watch"]},
|
{"src": "wait", "links": ["watch"]},
|
||||||
{"src": "X_cursor", "links": ["x-cursor"]},
|
{"src": "X_cursor", "links": ["x-cursor"]},
|
||||||
{"src": "xterm", "links": ["ibeam", "text"]},
|
{"src": "xterm", "links": ["ibeam", "text"]},
|
||||||
|
|||||||
Reference in New Issue
Block a user