Skip to content

Assigning Keyboard Shortcuts for Smaller/Larger Width & Height #682

Answered by rxhanson
fabriziovass asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for asking. This is available as a terminal command hidden setting, but there is one small bug with smaller height not being properly docked on the top edge of the screen.

You'll need to determine the key code & modifier flags for your shortcuts.

defaults write com.knollsoft.Hookshot largerWidth -dict-add keyCode -float <keycode> modifierFlags -float <modifiers>
defaults write com.knollsoft.Hookshot smallerWidth -dict-add keyCode -float <keycode> modifierFlags -float <modifiers>
defaults write com.knollsoft.Hookshot largerHeight -dict-add keyCode -float <keycode> modifierFlags -float <modifiers>
defaults write com.knollsoft.Hookshot smallerHeight -dict-add keyCode -float <keycode> …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fabriziovass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants