-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux: Make ^H delete previous character in chat input field #2508
Comments
Does this work in the chrome browser on Linux? What other GUI apps on Linux support this? (for sure anything on the command line, or a curses app supports it) |
Try it in for example
:) |
Why are you comparing it to macOS native behavior? If GUI apps on Linux don't support it, wouldn't we want it to be consistent with the standard approach on Linux? |
Also, that last WhatsApp Desktop link goes to an empty/dead project. |
You have clearly don't use this feature yourself, or are you open to the idea that other people might do it. So with this mindset, it's no idea to waste time arguing in angry tones. Let's end the discussion here, and leave this issue open for others to pitch in. :) |
There's no angry tones here, I'm sorry my previous comments suggested that. I do want to continue the conversation. Much of what drives design in this app is an attempt to be consistent with other apps on the target platform. That's why I asked the question about Linux apps in particular. |
To add to the conversation, the following programs map ^H to backspace in Debian sid/experimental:
Yes, for me, ^H works perfectly fine in signal-desktop. I don't have many graphical programs, but it seems that most that subscribe to regular bindings implement ^H (exceptions being emacs (obviously) and Viber (because Qt or something...?)). Oh, and I'm using |
@erikw What desktop environment are you using? I'm confused because Signal seems to accept ^H just fine on my end. |
@chiraag-nataraj I'm not using a full-blown desktop environment. Just X1 with DWM on top as a window manager. Interesting. What DE are you using? :: |
@erikw I'm using AwesomeWM, so not a full-blown DE either. |
As we all know, pressing CTRL+H should delete the previous character in input fields. Why? Because it's standard behavior, and it's the fasted way to erase typing mistakes without leaving the main rows on the keyboard.
If we can save some work for the right pinky finger reaching out for that far-away Backspace button on the other end of the keyboard -- let's do it!
... and we can all type faster with less spelling errors =).
I'm using:
Signal:
1.13.0
OS: Arch Linux
The text was updated successfully, but these errors were encountered: