Commit 7f4548c6 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: add a shortcut for A->B loop

We need to fix that better in post 1.0.0
Close #2377
parent 784f547f
......@@ -320,6 +320,7 @@ QWidget *AbstractController::createWidget( buttonType_e button, int options )
case ATOB_BUTTON: {
AtoB_Button *ABButton = new AtoB_Button;
setupButton( ABButton );
ABButton->setShortcut( qtr("Shift+L") );
BUTTON_SET_BAR( ABButton );
ENABLE_ON_INPUT( ABButton );
CONNECT_MAP_SET( ABButton, ATOB_ACTION );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment