VirtualInputDevice #778
Unanswered
klangman
asked this question in
Development
Replies: 1 comment 1 reply
-
Your code looks mostly correct but there's a potential issue with the use of Clutter.get_current_event_time(). You are multiplying the event time by 1000, which will result in an extremely large value if the Clutter.get_current_event_time() function returns the time in milliseconds. Typically, Clutter.get_current_event_time() already returns the event time in milliseconds, so there's no need to multiply it by 1000.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Anyone know why this javascript code would fail to paste the clipboard contents from within extension code. It should programmatically press Shift+Insert.
Beta Was this translation helpful? Give feedback.
All reactions