will wade

Results 81 issues of will wade

What was the initial thinking behind lookup_character_value in pykeyboard base? I'm only asking as I want to press a key based on its virtual key code.. I was guessing this...

this won't work; ``` k.type_string('I like lots of £') ``` Reason being is that ch_index (line 64 in base.py) is only for US keyboard layouts.. It could be over ridden...

Running this example code: from pykeyboard import PyKeyboard k = PyKeyboard() k.type_string('Hello, World!') Gives: python test.py Traceback (most recent call last): File "test.py", line 3, in k.type_string('Hello, World!') File "/Library/Python/2.7/site-packages/pykeyboard/base.py",...

Loving this project. Only problem is the M0 is on short supply. Would the M4 or similar work? https://shop.pimoroni.com/products/adafruit-feather-m4-express-featuring-atsamd51-atsamd51-cortex-m4

Use case: A user who can only press one key (a switch it's called) would like to access the whole screen/control a mouse. There are methods - MacOS has a...

todo

I'm wondering how we can edit the data file with a CMS such as netlify. Usually its used to editing the content/posts content which of course slate doesnt use. Has...

A while ago I was suggesting a sticky item for a frontpage display for hexo. To be honest it doesn't really work nicely with hexo (https://github.com/LouisBarranqueiro/hexo-theme-tranquilpeak/issues/304) - on closer inspection...

enhancement

- Watch https://www.youtube.com/watch?v=HtPYEFwMhHo - Paper and GitHub repo: https://arxiv.org/abs/2204.09745 - https://github.com/mrdaly/colorcode So - how would I envisage this working in CBoard? You need to attach a language model to CBoard....

feature

I'm trying to create an alarm notification to get around fullscreen apps default setting. But what's an alarm?! Can we do this with notify-py?

enhancement
Windows

**Device Information (please complete the following information):** - OS: `Ubuntu 20.04.2 LTS` - Deployment: `Linux Binary` - SIST2 Version: `2.11.5` - Elasticsearch Version *(if relevant)* : `7.14.0` **Command with arguments**...

bug