Giter VIP home page Giter VIP logo

Comments (11)

cojarbi avatar cojarbi commented on July 4, 2024 1

My bad, thought it was an email lol

screen shot 2018-11-27 at 4 07 31 pm

from openbuilds-cam.

petervanderwalt avatar petervanderwalt commented on July 4, 2024

@cojarbi can you help me check what the browser thinks the Option key is?

Open browser to about:blank, and open Devtools:
Paste

document.addEventListener('keydown', (event) => {
  const keyName = event.key;
  const altKey = event.altKey;
  const ctrlKey = event.ctrlKey
  alert('keydown event\n\n' + 'key: ' + keyName + "  /  Ctrl: " + ctrlKey + "  / altKey: " + altKey );
});

Click in the browserwindow and hit that Option key

altkey

Awaiting screenshot

from openbuilds-cam.

cojarbi avatar cojarbi commented on July 4, 2024

from openbuilds-cam.

petervanderwalt avatar petervanderwalt commented on July 4, 2024

(: nothing uploaded (:

from openbuilds-cam.

cojarbi avatar cojarbi commented on July 4, 2024

from openbuilds-cam.

petervanderwalt avatar petervanderwalt commented on July 4, 2024

The Git doesnt understand emails (: come over to #22 or PM me you know where I am at

from openbuilds-cam.

petervanderwalt avatar petervanderwalt commented on July 4, 2024

Got it now, thanks

from openbuilds-cam.

petervanderwalt avatar petervanderwalt commented on July 4, 2024

And easy enough - the browser thinks it Alt (so adding it, means windows people can alt+click or ctrl+click... not ideal but then again, unlikely someone would Alt+click as its rarely used on windows.

from openbuilds-cam.

petervanderwalt avatar petervanderwalt commented on July 4, 2024

Is Option used instead of Ctrl for things like Undo (Ctrl+Z) and selectAll (Ctrl+A) too? Or just with clicking?

from openbuilds-cam.

petervanderwalt avatar petervanderwalt commented on July 4, 2024

Option+click (same as Ctrl+click) is live in five, let me know if it works like it should

from openbuilds-cam.

cojarbi avatar cojarbi commented on July 4, 2024

Delete Key
screen shot 2018-12-14 at 2 18 43 pm

from openbuilds-cam.

Related Issues (20)

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.