Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JamesHagerman/5fc5d6f9e3ff79acc1cda241a23d5896 to your computer and use it in GitHub Desktop.
Save JamesHagerman/5fc5d6f9e3ff79acc1cda241a23d5896 to your computer and use it in GitHub Desktop.
Autodesk Eagle laptop support command I always need and always forget

Using Autodesk Eagle without a three button mouse

By default, panning the view in Eagle is painful on computers with touchpads, trackpads, thinkpad nubs, or whatever their called on Apple laptops.

The following command can enable the Ctrl (or Cmd on an Apple) key as an alternative way of panning the view. Just hold the key and move the mouse around (without clicking any mouse button).

This is very useful, difficult to remember, difficult to Google, and difficult to save in a "dotfile" configuration file. At least it sticks between runs of Eagle...

SET Interface.UseCtrlForPanning 1

Run it with 0 to disable this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment