otstrel
otstrel
From my experiments it appears that path in debugger output is relative to the current directory of debugger which is probably the same as `root` parameter of the debug configuration...
I just updated keyboard to latest firmware offered by Chrysalis checking "erase everything on my keyboard" box and now I'm having exactly the same problem - Play/Pause key no longer...
Strangely enough, reboot fixed my problem - Play/Pause works now and happily generates keycodes in KeyboardTest 🤷♂️
Unfortunately, no, behavior is still the same. My code is talking to some appliance which enables access to secure network so my guess it does some clever SSH proxying randomly...
Yes, you are quite right, [exit terminates only subshell](https://tldp.org/LDP/abs/html/internal.html#EXITREF) and hands exit code over to parent where printf overrides it with its own: ``` In [4]: await c.run('$(exit 1) ||...