Git Product home page Git Product logo

copymasta's People

Contributors

eouw0o83hf avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

flgmwt

copymasta's Issues

Passive Entry into Key Combos

There's a confounding issue to solve regarding passive entry into key combos (let go of a key and boom you're in a combo).

Example, with Chrome as target browser:

  1. [C+ ]: No action
  2. [CS+ ]: No action
  3. [CAS+ ]: No action
  4. [CAS+W]: Move current email onto clipboard
  5. [CS+W]: (user took finger off of alt but hasn't yet leapt off of the other buttons) Scenario 1
  6. user holds this key configuration until the "key held" commands come raining in Scenario 2

Scenario 1
Chrome ignores this key combo, since it was passively entered. Therefore, there's no reason for the ChromeSafetyHelmet to trigger here, since there's no event to cancel.

Scenario 2
Chrome acts on this key combo, since Windows sends in repeated keydown events. I'm pretty sure we do want ChromeSafetyHelmet to fire here, but it's an odd situation since no originating keydown event made it happen.

This issue is to track further thought on those two scenarios.

Chrome Eats Shift KeyDown

Somehow, somewhere between CopyMasta and chrome, the KeyDown event for the shift key gets eaten and not passed to CopyMasta.

Reproduction Steps

  1. Hit a key combo including ctrl and shift (whether in Chrome or not)
  2. In Chrome, try to open a private window (ctrl+shift+n). Doesn't work.
  3. Open a new window (ctrl+n).
  4. Now try opening a private window and it works.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.