mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-16 08:06:00 +02:00
fixed dragged name out of date.
This commit is contained in:
parent
e9f43fa7c5
commit
6f982a501a
3 changed files with 17 additions and 8 deletions
|
@ -912,7 +912,7 @@ COSXScreen::leave()
|
|||
if (!m_isPrimary) {
|
||||
// fake ctrl key up
|
||||
fakeKeyUp(29);
|
||||
// fake esc key down and up
|
||||
// fake esc key down and up
|
||||
fakeKeyDown(kKeyEscape, 8192, 1);
|
||||
fakeKeyUp(1);
|
||||
CFStringRef dragInfo = getDraggedFileURL();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue