Coder Social home page Coder Social logo

Comments (4)

dhalbert avatar dhalbert commented on July 26, 2024

There's a SPACEBAR keycode, but I can add an alias for it named SPACE -- it's certainly more obvious! I was going by the names in http://www.usb.org/developers/hidpage/Hut1_12v2.pdf#page=58.

You can use the KeyboardLayoutUS class to convert strings to keypresses if that's more convenient.

from adafruit_circuitpython_hid.

ladyada avatar ladyada commented on July 26, 2024

ooh! it doesnt appear in http://circuitpython.readthedocs.io/projects/hid/en/latest/keycode.html ?
I think SPACE is more in line (i needed to do control-space so no string usage)

from adafruit_circuitpython_hid.

dhalbert avatar dhalbert commented on July 26, 2024

Oy, that's a doc issue. I didn't realize constants with no comments don't show up in readthedocs.

    """Delete backward (Backspace)"""
    TAB = 0x2B
    """Tab and Backtab"""
    SPACEBAR = 0x2C
    MINUS = 0x2D
    """``-` and ``_``"""

A through Z are not in the docs either. I didn't add comments to them because I thought they were obvious.

I should check whether there's a setting to include definitions with no doc string.

from adafruit_circuitpython_hid.

tannewt avatar tannewt commented on July 26, 2024

Done in 6cdeb91

from adafruit_circuitpython_hid.

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.