Revision cef9ba1...
Go back to digest for 29th December 2013Features in Office
Dmitry Kazakov committed changes in [calligra/calligra/2.8] /ui:
Allow painting when no shortcuts have passed to current combination of keys
This patch does two things:
1) Changes the formula of the priority in the way that the
shortcuts with left mouse button would have higher priority
than ones with middle and right one
2) Add a tag to KisAbstractInputAction::canIgnoreModifiers(), which
shows that the action can be run with any particular modifier
(the default action).
File Changes
Modified 9 files
- /ui
- krita/input/kis_abstract_input_action.cpp
- krita/input/kis_abstract_input_action.h
- krita/input/kis_input_manager.cpp
- krita/input/kis_shortcut_matcher.cpp
- krita/input/kis_shortcut_matcher.h
- krita/input/kis_stroke_shortcut.cpp
- krita/input/kis_tool_invocation_action.cpp
- krita/input/kis_tool_invocation_action.h
- krita/tests/kis_input_manager_test.cpp
9 files changed in total