Fix ambiguous shortcut problems
The dummy shortcut eater did not always work, we sometimes do have mutual exclusive shortcuts in the same context. The current solution is simpler: ignore text input when the control modifier is used. This seems to be in line with other toolkits and applications. Done with: thorbjorn
Showing
- src/plugins/coreplugin/actionmanager/command.cpp 1 addition, 8 deletionssrc/plugins/coreplugin/actionmanager/command.cpp
- src/plugins/coreplugin/actionmanager/command_p.h 0 additions, 1 deletionsrc/plugins/coreplugin/actionmanager/command_p.h
- src/plugins/texteditor/basetexteditor.cpp 1 addition, 1 deletionsrc/plugins/texteditor/basetexteditor.cpp
Loading
Please register or sign in to comment