exquo
exquo
This would be great! This feature has long been needed. Now that signal-cli has the dbus support for it (had it for while by now, actually) this really needs to...
Can you reliably reproduce the delayed-notifications-on-phone behavior? Either way, it's probably not related to read receipts. Since as you say it happens when Signal Desktop is "not focused, or focused...
Interesting.. I suppose it's possible for signal-desktop to send "sync" messages reporting that it's running. Signal on the phone, after receiving such messages would delay showing notifications for a few...
Nice find! I haven't fully studied the code, but the `readSync` events look like they might be responsible for this behavior. Signal-cli doesn't have `readSync`s AFAIK. Probably wouldn't hurt requesting...
#### Config line format Currently scli does config parsing by looking for the same arguments that are supplied on the command line. So specifying the mapping in form `bind-...` for...
> We can simply hide those away from the --help output and put a dummy switch that explains the overall idea: > > `--bind-[PANE]-[ACTION] KEY` Yes, but I'm not sure...
I've made a prototype implementation in #111. It handles all the keys that people are likely to want to modify. More (or all) of the keys can be added if...
One solution for checking for conflicts in key mapping is to specify the "scopes" / "contexts" attribute for each action. The "context" does not have to be a part of...
Yes, there's a working prototype in #111. You are welcome to try it out, give feedback and implement additional key bindings. I haven't had time to attend to scli in...
Certainly, would be a good feature to have! It requires an upstream signal-cli implementation (DBus interface for sending edited messages): https://github.com/AsamK/signal-cli/issues/1420