Snaps - Keyboard Shorcuts??
All  1  2-3

Previous
Next
 From:  Michael Gibson
11781.2 In reply to 11781.1 
Hi Barney,

re:
> Is it possible to create keyboard shortcuts to toggle the three snap buttons at the bottom of the screen?

Yes, put in one of these for the "Command" part of the shortcut key under Options > Shortcut keys:


script: /* Toggle grid snap */ moi.drawingAids.gridSnap = !moi.drawingAids.gridSnap;


script: /* Toggle straight snap */ moi.drawingAids.straightSnap = !moi.drawingAids.straightSnap;


script: /* Toggle object snap */ moi.drawingAids.objectSnap = !moi.drawingAids.objectSnap;


- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  barney (BWCROFT)
11781.3 In reply to 11781.2 
Thank You Michael.

I've built a touchpad screen that issues my favourite keyboard shortcut, and I wanted to add these to it.
Barny
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1  2-3