✨ 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"},
|
||||
"cross.png": {"to": "Cross"},
|
||||
"left_ptr.png": {"to": "Default", "position": "top_left"},
|
||||
"bottom_right_corner.png": {"to": "Diagonal_1"},
|
||||
"bottom_left_corner.png": {"to": "Diagonal_2"},
|
||||
"bd_double_arrow.png": {"to": "Diagonal_1"},
|
||||
"fd_double_arrow.png": {"to": "Diagonal_2"},
|
||||
"pencil.png": {"to": "Handwriting"},
|
||||
"question_arrow.png": {"to": "Help", "position": "top_left"},
|
||||
"sb_h_double_arrow.png": {"to": "Horizontal"},
|
||||
|
||||
@@ -178,7 +178,6 @@ def add_missing_xcursor(directory) -> None:
|
||||
"v_double_arrow",
|
||||
],
|
||||
},
|
||||
# TODO remove empty
|
||||
{"src": "wait", "links": ["watch"]},
|
||||
{"src": "X_cursor", "links": ["x-cursor"]},
|
||||
{"src": "xterm", "links": ["ibeam", "text"]},
|
||||
|
||||
Reference in New Issue
Block a user