Browse Source
Key events are handled by wxEVT_CHAR instead of wxEVT_KEY_[UP|DOWN]. Fixed issue of chars that require modifiers (e.g. ? is Shift+/ on US keyboard layout).
pull/1/head
Key events are handled by wxEVT_CHAR instead of wxEVT_KEY_[UP|DOWN]. Fixed issue of chars that require modifiers (e.g. ? is Shift+/ on US keyboard layout).
pull/1/head
9 changed files with 60 additions and 53 deletions
-
3common/draw_panel_gal.cpp
-
16common/tool/action_manager.cpp
-
21common/tool/tool_dispatcher.cpp
-
3common/tool/tool_event.cpp
-
2common/tool/tool_manager.cpp
-
36include/tool/tool_event.h
-
14pcbnew/router/router_tool.cpp
-
10pcbnew/tools/common_actions.cpp
-
8pcbnew/tools/drawing_tool.cpp
Write
Preview
Loading…
Cancel
Save
Reference in new issue