Enter key does not work in eeschema new tools

Bug #1826731 reported by John Beard
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
KiCad
Fix Committed
Medium
Unassigned

Bug Description

In the new eeschema tools, the enter key doesn't perform the left-click action.

1) Have enter bound to the "left click" hotkey (as default)
2) W to draw a wire
3) Left click - works as normal, makes a corner
4) Enter - doesn't make a corner

The SCH_EDIT_FRAME::OnHotKey function is hitting this case:

        else if( screen->m_BlockLocate.GetState() == STATE_NO_BLOCK )

Probably this is a transient issue due to ongoing eeschema tool framework work, so filing mostly to keep a record and to point questions to. Tagging "gal" since I can't think of a better official tag.

=====

Affects: master branch only.

Application: eeschema
Version: (5.1.0-377-g554d42837-dirty), debug build
Libraries:
    wxWidgets 3.0.4
    libcurl/7.63.0 OpenSSL/1.1.1a zlib/1.2.11 libidn2/2.1.0 libpsl/0.20.2 (+libidn2/2.1.0) libssh2/1.8.0 nghttp2/1.36.0
Platform: Linux 4.20.6-arch1-1-ARCH x86_64, 64 bit, Little endian, wxGTK
Build Info:
    wxWidgets: 3.0.4 (wchar_t,wx containers,compatible with 2.8) GTK+ 3.24
    Boost: 1.69.0
    OpenCASCADE Community Edition: 6.9.1
    Curl: 7.63.0
    Compiler: GCC 8.2.1 with C++ ABI 1013

Build settings:
    USE_WX_GRAPHICS_CONTEXT=OFF
    USE_WX_OVERLAY=ON
    KICAD_SCRIPTING=ON
    KICAD_SCRIPTING_MODULES=ON
    KICAD_SCRIPTING_PYTHON3=ON
    KICAD_SCRIPTING_WXPYTHON=ON
    KICAD_SCRIPTING_WXPYTHON_PHOENIX=ON
    KICAD_SCRIPTING_ACTION_MENU=ON
    BUILD_GITHUB_PLUGIN=ON
    KICAD_USE_OCE=ON
    KICAD_USE_OCC=OFF
    KICAD_SPICE=ON

Tags: eeschema gal
tags: added: gal
removed: new-tool-framework
description: updated
tags: removed: ui
Revision history for this message
Michael Kavanagh (michaelkavanagh) wrote :

This appears to be fixed in the cases described.

Changed in kicad:
status: Triaged → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.