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

Script Command move to height #14

Closed
davidmondok opened this issue May 18, 2022 · 1 comment
Closed

Script Command move to height #14

davidmondok opened this issue May 18, 2022 · 1 comment

Comments

@davidmondok
Copy link

First, thanks for this app. I love it. I control it via Raycast and it works perfectly.

Were it possible to add another command to-position that accepts a height number? That would allow one to create custom Alfred/Raycast commands like "Move to presentation height".

cheers

DWilliames added a commit that referenced this issue Jun 3, 2022
Added detail of new AppleScript to address #14
@DWilliames
Copy link
Owner

Just released an update to support this.

Use it like this:

tell application "Desk Controller"
	move to "120cm"
end tell

move to "120cm": Will move the desk to a height of 120cm

move to "55in": Will move the desk to a height of 55 inches

move to "80": Will move the desk to a height of either 80cm or 80in depending on your preferences

Download it here

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

No branches or pull requests

2 participants