will wade

Results 254 comments of will wade

Sorry for being a little vague! I'm way out of my depth..! OK - here's the end plan: - I'm working on [pyUserInput](https://github.com/SavinaRoja/PyUserInput) and in particular some methods in [pykeyboard](https://github.com/SavinaRoja/PyUserInput/tree/master/pykeyboard/mac.py))...

thats ruddy amazing. Thanks a million. I have to admit I've only briefly looked at it (this is a hobby project!) but I'll try and find some time to properly...

two (I'm sure stupid) questions: ``` python mac_keycode.py ^ u'^' ('^'): keycode 34, mod 8 ``` should that not be mod 2 (its shift 6 on my layout) - not...

Thanks @abarnert Re: the [bucky bit](https://en.wikipedia.org/wiki/Bucky_bit)... Just to confirm - this is what I thought it was (from Win) MOD_SHIFT = 0b00000001 # == 1 MOD_CONTROL = 0b00000010 # ==...

I've done some tweaks to the [layout.py](https://github.com/willwade/PyUserInput/blob/master/pykeyboard/mac_keycode.py) code now - really just some wrapper functions to make it a bit more accessible. > In real-life code you'd want to add...

Hey @morinted - sorry for the lack of interest from me.. I have to admit its taking me a little while to get my head around that code again! @abarnert...

I haven't had time to properly look at this but it looks neat.. nice one

Nb. Now done ref https://github.com/AceCentre/EyeCommander/commit/d5f794e1947ecf62fc6396ad176aa2bb20d55513 just needs testing

if you need to work around this download the wheel: https://github.com/rhasspy/piper-phonemize/issues/14#issuecomment-2094395478 so ```bash pip install piper_phonemize-1.1.0-cp311-cp311-macosx_11_0_arm64.whl pip install piper-tts ```

That seems a rather big pain.. deferring might be best approach.