Giter Site home page Giter Site logo

Comments (6)

boppreh avatar boppreh commented on June 19, 2024

https://msdn.microsoft.com/en-us/library/ms646301(VS.85).aspx

http://jwilk.net/software/python-keyboardleds

from keyboard.

glitchassassin avatar glitchassassin commented on June 19, 2024

Taking a poke at this tonight to see what it will take. The Windows piece looks easy.

On OSX, caps lock is the only relevant "lock" as num/scroll don't actually have corresponding keyboard states.

The xset command does identify num lock state, e.g. with xset q | grep LED, at least on OSX and I believe on Linux as well. But I'll play around with the keyboardleds sample and try to poll the device itself instead to see if that will work reliably.

edit: xset is installed with XQuartz and isn't part of the standard OSX distribution, so this is not a viable solution on non-Linux platforms.

from keyboard.

glitchassassin avatar glitchassassin commented on June 19, 2024

Incidentally, investigating this, I've discovered that the current code for OSX doesn't actually toggle the capslock state - it just functions like a shift modifier. A quirk of the API, there's probably another way to actually toggle the state for the device.

from keyboard.

glitchassassin avatar glitchassassin commented on June 19, 2024

Aha. Carbon.GetCurrentKeyModifiers() will do the trick on OSX.

from keyboard.

glitchassassin avatar glitchassassin commented on June 19, 2024

Opened PR #263 to track this work. I have Windows and OSX drafted, and I'm spinning up a Linux VM to test the snippets I've found for Linux.

from keyboard.

glitchassassin avatar glitchassassin commented on June 19, 2024

I was not able to get the keyboardleds sample working consistently in non-TTY terminals (e.g., Gnome Terminal). Instead, I opted to call xset and parse the reported LED Flags. This should work at least for any X-based Linux GUI.

from keyboard.

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.