Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Left-handed pencil, zoom-in & zoom-out cursors #174

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions configs/right/win_lg.build.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ win_name = 'Move'

[cursors.pencil]
png = 'pencil.png'
x_hotspot = 46
x_hotspot = 211
y_hotspot = 211
win_name = 'Handwriting'

Expand Down Expand Up @@ -105,13 +105,13 @@ win_name = 'Text'

[cursors.zoom_in]
png = 'zoom-in.png'
x_hotspot = 116
x_hotspot = 140
y_hotspot = 116
win_name = 'Zoom-in'

[cursors.zoom_out]
png = 'zoom-out.png'
x_hotspot = 116
x_hotspot = 140
y_hotspot = 116
win_name = 'Zoom-out'

Expand Down
6 changes: 3 additions & 3 deletions configs/right/win_rg.build.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ win_name = 'Move'

[cursors.pencil]
png = 'pencil.png'
x_hotspot = 46
x_hotspot = 211
y_hotspot = 211
win_name = 'Handwriting'

Expand Down Expand Up @@ -105,13 +105,13 @@ win_name = 'Text'

[cursors.zoom_in]
png = 'zoom-in.png'
x_hotspot = 116
x_hotspot = 140
y_hotspot = 116
win_name = 'Zoom-in'

[cursors.zoom_out]
png = 'zoom-out.png'
x_hotspot = 116
x_hotspot = 140
y_hotspot = 116
win_name = 'Zoom-out'

Expand Down
6 changes: 3 additions & 3 deletions configs/right/win_xl.build.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ win_name = 'Move'

[cursors.pencil]
png = 'pencil.png'
x_hotspot = 46
x_hotspot = 211
y_hotspot = 211
win_name = 'Handwriting'

Expand Down Expand Up @@ -105,13 +105,13 @@ win_name = 'Text'

[cursors.zoom_in]
png = 'zoom-in.png'
x_hotspot = 116
x_hotspot = 140
y_hotspot = 116
win_name = 'Zoom-in'

[cursors.zoom_out]
png = 'zoom-out.png'
x_hotspot = 116
x_hotspot = 140
y_hotspot = 116
win_name = 'Zoom-out'

Expand Down
6 changes: 3 additions & 3 deletions configs/right/x.build.toml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ x11_symlinks = [

[cursors.pencil]
png = 'pencil.png'
x_hotspot = 46
x_hotspot = 211
y_hotspot = 211
x11_name = 'pencil'
x11_symlinks = ['draft']
Expand Down Expand Up @@ -401,12 +401,12 @@ x11_symlinks = ["ibeam", "text"]

[cursors.zoom_in]
png = 'zoom-in.png'
x_hotspot = 116
x_hotspot = 140
y_hotspot = 116
x11_name = 'zoom-in'

[cursors.zoom_out]
png = 'zoom-out.png'
x_hotspot = 116
x_hotspot = 140
y_hotspot = 116
x11_name = 'zoom-out'
4 changes: 4 additions & 0 deletions svg/groups/misc-right/pencil.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions svg/groups/misc-right/zoom-in.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions svg/groups/misc-right/zoom-out.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
5 changes: 5 additions & 0 deletions svg/groups/misc/zoom-in.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions svg/groups/misc/zoom-out.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions svg/groups/shared/zoom-in.svg

This file was deleted.

5 changes: 0 additions & 5 deletions svg/groups/shared/zoom-out.svg

This file was deleted.

4 changes: 4 additions & 0 deletions svg/link.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def gen_symlinks(src_dirs: List[str], dst_dir: str) -> None:
"groups/modern-arrow",
"groups/shared",
"groups/hand",
"groups/misc",
],
"modern",
)
Expand All @@ -51,6 +52,7 @@ def gen_symlinks(src_dirs: List[str], dst_dir: str) -> None:
"groups/modern-arrow",
"groups/shared",
"groups/hand-right",
"groups/misc-right",
],
"modern-right",
)
Expand All @@ -62,6 +64,7 @@ def gen_symlinks(src_dirs: List[str], dst_dir: str) -> None:
"groups/original-arrow",
"groups/shared",
"groups/hand",
"groups/misc",
],
"original",
)
Expand All @@ -73,6 +76,7 @@ def gen_symlinks(src_dirs: List[str], dst_dir: str) -> None:
"groups/original-arrow",
"groups/shared",
"groups/hand-right",
"groups/misc-right",
],
"original-right",
)
2 changes: 1 addition & 1 deletion svg/modern-right/pencil.svg
2 changes: 1 addition & 1 deletion svg/modern-right/zoom-in.svg
2 changes: 1 addition & 1 deletion svg/modern-right/zoom-out.svg
2 changes: 1 addition & 1 deletion svg/modern/pencil.svg
2 changes: 1 addition & 1 deletion svg/modern/zoom-in.svg
2 changes: 1 addition & 1 deletion svg/modern/zoom-out.svg
2 changes: 1 addition & 1 deletion svg/original-right/pencil.svg
2 changes: 1 addition & 1 deletion svg/original-right/zoom-in.svg
2 changes: 1 addition & 1 deletion svg/original-right/zoom-out.svg
2 changes: 1 addition & 1 deletion svg/original/pencil.svg
2 changes: 1 addition & 1 deletion svg/original/zoom-in.svg
2 changes: 1 addition & 1 deletion svg/original/zoom-out.svg