yacreader/shortcuts_management
Igor Kushnir 8a54100804 Library: allow configuring a shortcut to focus comics view
Focusing the current comics view allows to use keyboard arrow keys to
choose among the visible comics.

The shortcut for this new action should not be a single character
without modifiers because it won't work when the search line has focus.

The Qt::FocusReason parameter in ComicsView::focusComicsNavigation()
allows to reuse this function for other keyboard navigation features.
For instance the search line can transfer focus to comics navigation
when the user presses Return or Enter key. In this case
Qt::OtherFocusReason can be used (an application-specific reason).
2021-03-13 15:08:33 +02:00
..
actions_groups_model.cpp Format code using clang-format 2019-05-30 19:46:37 +02:00
actions_groups_model.h Format code using clang-format 2019-05-30 19:46:37 +02:00
actions_shortcuts_model.cpp Port away from deprecated QFlags(Zero) constructor 2021-03-09 21:32:23 +01:00
actions_shortcuts_model.h Format code using clang-format 2019-05-30 19:46:37 +02:00
edit_shortcut_item_delegate.cpp Format code using clang-format 2019-05-30 19:46:37 +02:00
edit_shortcut_item_delegate.h Format code using clang-format 2019-05-30 19:46:37 +02:00
edit_shortcuts_dialog.cpp Format code using clang-format 2019-05-30 19:46:37 +02:00
edit_shortcuts_dialog.h Format code using clang-format 2019-05-30 19:46:37 +02:00
shortcuts_management.pri Normalize line endings 2018-08-07 11:09:02 +02:00
shortcuts_manager.cpp Library: add a shortcut to focus search line 2021-03-13 14:59:29 +02:00
shortcuts_manager.h Library: allow configuring a shortcut to focus comics view 2021-03-13 15:08:33 +02:00