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

Tweak hat sizes #1985

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Tweak hat sizes #1985

merged 1 commit into from
Nov 8, 2023

Conversation

AndreasArvidsson
Copy link
Member

Since we updated our hat shapes I have been tweaking my own internal shape settings.

Checklist

  • [-] I have added tests
  • [-] I have updated the docs and cheatsheet
  • [-] I have not broken the cheatsheet

@pokey
Copy link
Member

pokey commented Nov 2, 2023

do you have a settings.json snippet I can drop in to try these instead of needing to run this PR?

I will say I'm quite hesitant to keep tweaking these shapes, as they've been working great for me and we've had no user complaints. But I promised I'd try your tweaks so I will keep my promise 😊

@AndreasArvidsson
Copy link
Member Author

Absolutely here

"cursorless.individualHatAdjustments": {
        "default": {
            // "sizeAdjustment": 30
        },
        "ex": {
            // "sizeAdjustment": 15
            "sizeAdjustment": 2.5
        },
        "fox": {
            // "sizeAdjustment": 10
            "sizeAdjustment": 5
        },
        "wing": {
            // "sizeAdjustment": 2.5
        },
        "hole": {
            "sizeAdjustment": 5.5
        },
        "frame": {
            // "sizeAdjustment": 20
        },
        "curve": {
            "sizeAdjustment": 6,
            // "verticalOffset": 3
            "verticalOffset": -2
        },
        "eye": {
            "sizeAdjustment": 4.5
        },
        "play": {
            "sizeAdjustment": 0
        },
        "bolt": {
            "sizeAdjustment": 5.5
        },
        "crosshairs": {
            "sizeAdjustment": 0
        }
    },

What can I say. They don't work great for me?

@pokey pokey added this pull request to the merge queue Nov 8, 2023
Merged via the queue into main with commit 3b5eed1 Nov 8, 2023
@pokey pokey deleted the hatSizes branch November 8, 2023 15:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants