Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using hotkeys for mouse replay of recording automatically starts a new recording #8

Closed
cancub opened this issue Jun 9, 2017 · 1 comment

Comments

@cancub
Copy link

cancub commented Jun 9, 2017

Steps to repeat:

  1. Press hotkey for mouse recording to start the recording
  2. move mouse around
  3. press hotkey for mouse recording to stop the recording
  4. press hotkey to replay recording

The button for the mouse recording can be seen as being the "stop recording" button at this time and will return to the default "start recording" button upon pressing it or pressing the mouse recording hotkey once more.

@hptruong93
Copy link
Contributor

hptruong93 commented Jun 12, 2017

Should be fixed with commit 6012fa9

The problem is similar to #6. The end of the recording is triggered by the hokey press, and therefore the key press (record hotkey) event is also recorded in the recording. Consequently, when the replay happens, the record hotkey is also included at the end of the recording, resulting in a new recording being started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants