Skip to main content
Participant
April 24, 2020
Answered

Turn off snap to grid when grid is hidden.

  • April 24, 2020
  • 1 reply
  • 752 views

Hello everyone!

Is there anyway to handle both snap to grid and hide grid at the same time? (with custom script?)

 

Further explanation:

I use shortcut for both: CTRL + SHIFT + ALT + G to toggle the grid visibility, and CTRL + SHIFT + ALT + 1 to toggle snap to grid. Usually when I hide the grid, after than I turn of the snap to grid as well. So it would be efficient to do the two command at the same time with one shortcut.

 

Thank you for your support!

This topic has been closed for replies.
Correct answer Ton Frederiks

You could make an action (with the use of Insert Menu Item) that hides the grid and turns snap off.

Give the action a shortcut.

Both snap to and show grid are toggles so the action can be used to turn them on and off.

1 reply

Ton Frederiks
Community Expert
Ton FrederiksCommunity ExpertCorrect answer
Community Expert
April 24, 2020

You could make an action (with the use of Insert Menu Item) that hides the grid and turns snap off.

Give the action a shortcut.

Both snap to and show grid are toggles so the action can be used to turn them on and off.