tkna (TAKAHASHI Naoki)
tkna (TAKAHASHI Naoki)
I wrote it in this way `ocr.sh` yad ```bash #!/bin/bash lang=${1:-eng} img=$(mktemp -u --suffix=.png) grim -g "$(slurp)" "$img" && tesseract -l "$lang" "$img" stdout | yad --text-info --title="OCR - $lang"...
Let me make a request as well. I would like to use something like this to turn my computer keyboard into a virtual MIDI keyboard. - https://github.com/gbevin/SendMIDI - https://github.com/cbdevnet/midimonster To...
The basic idea would be that `key down` would execute a key or command to enable/open some function, and `key up` would execute a key or command to disable/close it,...
Let's display the debug logs for now Can you find any interesting logs when you perform the same operation after the following? ``` # systemctl stop keyd # KEYD_DEBUG=1 keyd...
How about `KEYD_DEBUG=2 keyd`? Sorry if it makes no difference.
That subject has been discussed in the past in #316. However, I too would be happy if command actions were repeatable.
I solved the problem by renaming the file in `yadm`, the dot file manager I use, as follows ``` # ls -l /etc/keyd/*hostname* -rw-r--r-- 1 root root 301 Jul 2...
I don't know if this is something I am allowed to say because this is unofficial information (rvaiya, sorry if I am annoying you), but I have heard that rvaiya...
It would be better to create a layer to which you explicitly assign keys and then toggle them. Example: ``` [global] overload_tap_timeout = 500 [main] capslock = overload(control, esc) tab...
This is a bit off the direct issue, but what about `Fn + Esc`?  https://support.satechi.com/hc/en-us/articles/360059139252-Quick-Guide-and-Instructional-Manual- Even if that works, do you have to do it every time after OS...