Changeset - 300a8da1b0c9
[Not reviewed]
default
0 1 0
Hasan Yavuz Ă–ZDERYA - 9 years ago 2016-05-03 16:17:23
hy@ozderya.net
changed open port shortcut to F12 since F2 conflicts with 'rename' shortcut
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/portcontrol.cpp
Show inline comments
 
@@ -40,7 +40,7 @@ PortControl::PortControl(QSerialPort* po
 

	
 
    // setup the toolbar
 
    openAction.setCheckable(true);
 
    openAction.setShortcut(QKeySequence("F2"));
 
    openAction.setShortcut(QKeySequence("F12"));
 
    openAction.setToolTip("Open Port");
 
    QObject::connect(&openAction, &QAction::triggered,
 
                     this, &PortControl::openActionTriggered);
0 comments (0 inline, 0 general)