mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-02 13:58:37 +00:00
fix:复制粘贴重复处理问题
This commit is contained in:
parent
dcffea679f
commit
12602640a1
2 changed files with 5 additions and 0 deletions
|
@ -529,6 +529,7 @@ void VideoForm::keyPressEvent(QKeyEvent *event)
|
||||||
} else {
|
} else {
|
||||||
clipboardPaste();
|
clipboardPaste();
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
//qDebug() << "keyPressEvent" << event->isAutoRepeat();
|
//qDebug() << "keyPressEvent" << event->isAutoRepeat();
|
||||||
|
|
4
TODO.txt
4
TODO.txt
|
@ -15,6 +15,10 @@ b35733edb6df2a00b6af9b1c98627d344c377963
|
||||||
复制粘贴中文测试
|
复制粘贴中文测试
|
||||||
国际化
|
国际化
|
||||||
单独线程打印帧率 https://github.com/Genymobile/scrcpy/commit/e2a272bf99ecf48fcb050177113f903b3fb323c4
|
单独线程打印帧率 https://github.com/Genymobile/scrcpy/commit/e2a272bf99ecf48fcb050177113f903b3fb323c4
|
||||||
|
重构input
|
||||||
|
重构videoform
|
||||||
|
重构整个目录
|
||||||
|
checkbox
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue