Jose Riha

Results 235 comments of Jose Riha

thank you. it's much better although it does not react immediately. instead i have to press Del twice so a working sequence is as follows: - press and hold Space...

Thank you, that worked. The documentation does not currently detail what is the purpose of this setting (apparently cases like these) or what are the implications (performance?).

> Just to clarify, the key doesn't show up in the left column like here: #222? No, it looks like this: https://user-images.githubusercontent.com/1406222/144507930-805293fe-0bdf-4be3-994e-556f07eaf92c.mp4 > If you hold down the button on...

Thank you, behaviour with the current main is: * if volume down button is pressed: ``` 22:24:19.519154 105858 GUI DEBUG reader.py:162: down ·························· 22:24:19.519271 105858 GUI DEBUG reader.py:147: release ·······················...

Oh, thank you (*facepalm*). Also the correct one is ``` if_single(key(KEY_SPACE), key(KEY_LEFTALT)) ``` `LEFT_ALT` is not a recognized key-name. Normally the syntax checker would notify me but check briefly it...

here's another such code written by `qrencode`. it can by read by neoreader on android just fine. ![qr_code](https://user-images.githubusercontent.com/1406222/70868687-6726e300-1f83-11ea-8dd6-546aa96f5cfa.png)

here's a way to find problematic qr codes. so far i was able to read them all using neoreader on android. ``` #!/bin/bash # level = L M Q H...

here's a modification that encodes to all 4 levels at once: ``` #!/bin/bash while : do string_orig=$(base64 -w0 /dev/urandom | head -c 140) echo "== start of text before encoding...

fwiw after editing in `gimp` - playing with contrast, levels, some rotation and color threshold i was able to modify the original image so that `zbarimg` was able to read...

possibly related: https://github.com/mchehab/zbar/issues/65