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

Fix copy-paste-cut for Firefox and for any other browser that works the same way #100

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 17, 2018

  1. Fix for Firefox copy/paste/cut browsers

    When you press CTRL+C, CTRL+V on firefox, for some reason it doesn't send "paste" or "copy" events, but a "keyup" event with "v" or "c" keyCode with a ctrlKey modifier.
    
    With this fix everything gets handled how it should
    EmaGht authored Apr 17, 2018
    Configuration menu
    Copy the full SHA
    c87d387 View commit details
    Browse the repository at this point in the history
  2. Fixed formatting

    EmaGht authored Apr 17, 2018
    Configuration menu
    Copy the full SHA
    3040d1e View commit details
    Browse the repository at this point in the history
  3. Additional formatting fix

    EmaGht authored Apr 17, 2018
    Configuration menu
    Copy the full SHA
    6053b61 View commit details
    Browse the repository at this point in the history