element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Autodesk EAGLE
  • Products
  • More
Autodesk EAGLE
EAGLE User Support (English) Bug report: Alt grid Version 6.4.0 for Li nux
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Autodesk EAGLE to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 2 replies
  • Subscribers 188 subscribers
  • Views 218 views
  • Users 0 members are here
Related

Bug report: Alt grid Version 6.4.0 for Li nux

autodeskguest
autodeskguest over 13 years ago

On 6.4.0 for Windows, fine positioning with the ALT key works as described

in the manual:

 

1. Click on MOVE icon

2. Click on object picks it up

3. Hold ALT key while positioning object (activates alternative grid)

4. Click (still holding ALT key) to place part

 

On 6.4.0 for Linux, the ALT-click (#4) is ignored.  If I release the ALT

key, then click, the object gets placed on the coarser grid.

 

Regards,

-Dan

 

--

Web access to CadSoft support forums at www.eaglecentral.ca.  Where the CadSoft EAGLE community meets.

 

  • Sign in to reply
  • Cancel
Parents
  • dukepro
    dukepro over 13 years ago

    On 05/03/2013 01:26 PM, Dan Carson wrote:

    On 6.4.0 for Windows, fine positioning with the ALT key works as described

    in the manual:

     

    1. Click on MOVE icon

    2. Click on object picks it up

    3. Hold ALT key while positioning object (activates alternative grid)

    4. Click (still holding ALT key) to place part

     

    On 6.4.0 for Linux, the ALT-click (#4) is ignored.  If I release the ALT

    key, then click, the object gets placed on the coarser grid.

     

    Regards,

    -Dan

     

     

    Dan,

     

    This is not eagle - it's the window manager.  The problem is that the

    window manager is intercepting Alt-clicks and acting on them.  You'll

    have to modify the specific manager's settings such that alt-clicks will

    be ignored by the window manager and passed on to the application.

     

    I'm using KDE on opensuse.  Go to System Settings => Window Behavior,

    and select "Window Behavior" from the list on the left and select the

    Window Actions tab.  In the lower panel titled "Inner Window, Titlebar &

    Frame", change the all actions for the Alt key to "Nothing".

     

    You'll have variations on this depending on which window manager and

    version you're using.  The bottom line is that you'll have to get the

    window manager to pass Alt-clicks to the application.

     

    HTH,

        - Chuck

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • autodeskguest
    autodeskguest over 13 years ago in reply to dukepro

    Quote:

    On 05/03/2013 01:26 PM, Dan Carson wrote:

    On 6.4.0 for Windows, fine positioning with the ALT key works as

    described

    in the manual:

     

    1. Click on MOVE icon

    2. Click on object picks it up

    3. Hold ALT key while positioning object (activates alternative

    grid)

    4. Click (still holding ALT key) to place part

     

    On 6.4.0 for Linux, the ALT-click (#4) is ignored. If I release the

    ALT

    key, then click, the object gets placed on the coarser grid.

     

    Regards,

    -Dan

     

     

    Dan,

     

    This is not eagle - it's the window manager. The problem is that the

    window manager is intercepting Alt-clicks and acting on them. You'll

    have to modify the specific manager's settings such that alt-clicks

    will

    be ignored by the window manager and passed on to the application.

     

    I'm using KDE on opensuse. Go to System Settings => Window Behavior,

    and select "Window Behavior" from the list on the left and select the

    Window Actions tab. In the lower panel titled "Inner Window, Titlebar

    &

    Frame", change the all actions for the Alt key to "Nothing".

     

    You'll have variations on this depending on which window manager and

    version you're using. The bottom line is that you'll have to get the

    window manager to pass Alt-clicks to the application.

     

    HTH,

    - Chuck

     

     

    That did the trick.  FYI in Openbox that's in:

    ~/.config/openbox/rc.xml

    I commented out the "A-Left" lines under .

     

    Thanks,

    -Dan

     

    --

    Web access to CadSoft support forums at www.eaglecentral.ca.  Where the CadSoft EAGLE community meets.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • autodeskguest
    autodeskguest over 13 years ago in reply to dukepro

    Quote:

    On 05/03/2013 01:26 PM, Dan Carson wrote:

    On 6.4.0 for Windows, fine positioning with the ALT key works as

    described

    in the manual:

     

    1. Click on MOVE icon

    2. Click on object picks it up

    3. Hold ALT key while positioning object (activates alternative

    grid)

    4. Click (still holding ALT key) to place part

     

    On 6.4.0 for Linux, the ALT-click (#4) is ignored. If I release the

    ALT

    key, then click, the object gets placed on the coarser grid.

     

    Regards,

    -Dan

     

     

    Dan,

     

    This is not eagle - it's the window manager. The problem is that the

    window manager is intercepting Alt-clicks and acting on them. You'll

    have to modify the specific manager's settings such that alt-clicks

    will

    be ignored by the window manager and passed on to the application.

     

    I'm using KDE on opensuse. Go to System Settings => Window Behavior,

    and select "Window Behavior" from the list on the left and select the

    Window Actions tab. In the lower panel titled "Inner Window, Titlebar

    &

    Frame", change the all actions for the Alt key to "Nothing".

     

    You'll have variations on this depending on which window manager and

    version you're using. The bottom line is that you'll have to get the

    window manager to pass Alt-clicks to the application.

     

    HTH,

    - Chuck

     

     

    That did the trick.  FYI in Openbox that's in:

    ~/.config/openbox/rc.xml

    I commented out the "A-Left" lines under .

     

    Thanks,

    -Dan

     

    --

    Web access to CadSoft support forums at www.eaglecentral.ca.  Where the CadSoft EAGLE community meets.

     

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
No Data
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube