A closeup of my Mom's character with mine. Backspace and Catwings. So happy to be back on CoX!
πŸ‘︎ 46
πŸ’¬︎
πŸ‘€︎ u/Razorback_Yeah
πŸ“…︎ Dec 10 2021
🚨︎ report
( OK HERE GOES IT'S MY FIRST DAY THIS CHARACTER IS A BRAKCET DAMMIT BACKSPACE DELETE DELETE LET ME CHANGE IT SHIT MY BOSS IS GONNA KILL ME
πŸ‘︎ 15
πŸ’¬︎
πŸ‘€︎ u/notluigi64
πŸ“…︎ Sep 23 2021
🚨︎ report
In GUI text fields, pressing Ctrl-Backspace creates a box character instead of deleting the previous word

In AHK GUIs, how do we restore correct functionality of Ctrl-Backspace and have it delete everything up to the start of the word prior to the cursor's location? Is it possible? I don't know what this rectangle is…

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/Dymonika
πŸ“…︎ Jul 09 2021
🚨︎ report
I Found a NEW SECRET work in progress character hidden in the game! All you have to do is press Ctrl + Backspace v.redd.it/c2jv70v6hez61
πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/RealfoxWLF
πŸ“…︎ May 16 2021
🚨︎ report
How to translate PS2 Keyboard scancodes to human-readable ASCII characters, and handle special case characters such as backspace and shift in a Custom OS youtube.com/watch?v=dtuPg…
πŸ‘︎ 46
πŸ’¬︎
πŸ‘€︎ u/AbsurdPoncho
πŸ“…︎ Jan 25 2021
🚨︎ report
(total noob) Started sql map lab, but typing login name just types random characters, even typing backspace just auto injects random characters. Wtf do I do?

If I try to type username it types uskwkwnebdbdbdnekelwl and if I try to back space every backspace is skwk wkkww wkwkwwkwkdo

Just total fuckin gibberish. If I get enough of my username typed in and hit enter it just repeats it over and over

Ie : userna enter userna userna userna

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/Whatevernameisnt
πŸ“…︎ Apr 08 2021
🚨︎ report
LPT: Hold 'Alt' + 'Backspace' To Delete By Words Instead of Characters.

EDIT: LPT is for Mac. It is 'Ctrl' + 'Backspace' on Windows.

πŸ‘︎ 98
πŸ’¬︎
πŸ‘€︎ u/chafos
πŸ“…︎ Nov 24 2020
🚨︎ report
It gets even better because every time I press backspace they all delete one character.
πŸ‘︎ 14
πŸ’¬︎
πŸ‘€︎ u/buphboi
πŸ“…︎ Oct 08 2020
🚨︎ report
Holding backspace for a few seconds and then undo because (due to the lag) it went a few characters too far, is more annoying that pressing dd to remove a line. lobste.rs/s/07tbby/why_sh…
πŸ‘︎ 16
πŸ’¬︎
πŸ“…︎ Sep 29 2020
🚨︎ report
For anyone who doesn't know yet, if you press Backspace on the main menu, you get an alternative layout with big buttons and without the news tab. The buttons have sprites of the characters that change every time you open the menu! imgur.com/a/pBGXPxt
πŸ‘︎ 39
πŸ’¬︎
πŸ‘€︎ u/MemeTroubadour
πŸ“…︎ Sep 27 2020
🚨︎ report
Accidentally spent ~55k in bandages. Backspace should delete the character instead of moving the cursor left. v.redd.it/3lphlszrela41
πŸ‘︎ 109
πŸ’¬︎
πŸ‘€︎ u/Sir_TwinkyOfHope
πŸ“…︎ Jan 13 2020
🚨︎ report
Keyboard layout switches when pressing backspace, or typing a character, or switching apps.

Hello, I have KUbuntu 20.04. This problem has been going on since the first day I installed it. So I have two keyboard layouts: English (US) and Greek. On KUbuntu's advanced text editor (Kate), if I begin my document with Greek letters, then, typing or pressing backspace will work normally without doing anything. However, on Chrome or Discord for example, if I input Greek letters, the input method will automatically change to English (US) each time I press backspace, so I have to change it to Greek again. There are also certain sites that just by inputting one character will change the input method back to English (US).

This is annoyingly unproductive for me so if someone could help it would be great.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/AlexEliot
πŸ“…︎ Jan 04 2021
🚨︎ report
Persistent and weird Twitter bugs on macOS (Catalina), like gif/video preview playback persistently broken. Also the delete key (backspace) deletes multiple characters at a time. Am I alone in this? Am I stuck with Twitter Web on macOS?
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/milkipedia
πŸ“…︎ Nov 09 2020
🚨︎ report
Escape sequence character in Python: When I try printing the backspace escape character in sublime text/vscode, I don't get the desired output.

I wrote the following code in sublime text and vscode.

print('[', end='')
for i in range(11):
    print(i, end=', ')
print('\b\b]')

I got this as the output:

[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, ]

I am confused because if I do the same in my terminal the output is as desired. Why is it so?

Edit:

I corrected the python code

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Kaushik2002
πŸ“…︎ Oct 28 2020
🚨︎ report
Exclude underscore "_" as a word character for shortcuts like ctrl+backspace, ctrl+left/right.

For KDE apps when I use ctrl+backspace, ctrl+left/right I noticed the "_" is treated as a word character. So for example if I type "word1_word2" when I press ctrl+backspace everything is deleted and not just "word2". I wonder if there is anyway to change this?

If it is not possible with some config, then a way to change this in applications source code is also fine, since I already use my own customized builts for my kde apps. I would imagine something like overriding DeleteWordBack provided by KStandardShortcut, but I'm not really sure how.

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/snippins1987
πŸ“…︎ Sep 26 2020
🚨︎ report
LPT: Your passwords can include backspaces, espesially if you rely on muscle memory to write them. This makes them weaker from a computers point of view but stronger if trying to memorize the password by watching you type it or if you write it down and use a specific character for backspaces.

Using backspaces makes your password "stronger" when written down, if you just choose a character to represent backspace and memorize that. This character can be as simple as a specific number or a letter if you like. Then if someone steals your password written on paper they still wont get acces to your accounts as easily.

And yes I know that the longer the password the better usually, and yes I know the length alone does not make a password safe. Using lots of special characters combined with a lengthy password is the best practice, but who can remember all these complicated passwords. If you want to follow those guidelines for passwords you most likely have to write the passwords down, since you should have unique passwords for every single thing, if you for some reason don't want to or can't use a password managing software.

Even though it is more likely to lose your passwords online, it is still possible to lose them if written down, though more unlikely. This tip goes out to the people who might be concerned about getting their written down passwords getting stolen and making those passwords more secure with a quite easily rememberable rule that requires a bit of outside the box thinking to figure out.

This tip was inspired by my grandma who actually had her purse stolen and in that purse she had passwords written down in a notebook, including passcodes for debit/credit cards. The passwords/codes were well ciphered however and I bet the thief would not have figured them out even if they had a lot of time to work on them, which they didn't since all debit/credit card were killed by the banks right after my grandma reported the theft.

Stay safe with your passwords folks, on the internet and in the real life.

πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/Xaigg
πŸ“…︎ Jul 25 2020
🚨︎ report
Alacritty + Neovim, insertmode: Backspace does not delete characters (tried using set backspace=indent,eol,start)

Hello,

I want to move from nvim-qt to Alacritty since it seems to have a huge speed and performance improvement (especially when working on large files). However, I'm struggling with one change that I'm not sure why it happens.

In insert-mode when I press "Backspace" the cursor jumps backwards but does not delete the character. I tried googling and found this setting:

set backspace=indent,eol,start

However, that doesn't change anything for me. I also tried setting it directly in the terminal of a session and that also didn't work.

Has anyone run into this issue, and does anyone know how to solve it?

OS: Windows 10

πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/AtZeroOne
πŸ“…︎ Jul 09 2020
🚨︎ report
When opening search, the first letter pressed on the keyboard (even if backspace) closes the keyboard. When clicking the text box again, you can enter the other characters without issue.

Detailed description with links to posts/comments if relevant/steps to reproduce:

["testFlight": "yes", "build": "78.1", "device": "iPhone", "id": "C27B4C0B-3F12-436D-87E2-CDF7B77A8142", "iosversion": "14.0.1", "version": "1.10.99", "jailbroken": "no"]

πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/knightcastle
πŸ“…︎ Sep 29 2020
🚨︎ report
How do I handle backspace characters sent from a Mac serial terminal?

On face, this looks like a tech support question, but I promise there's an embedded context!

I'm working on an open source function generator design that interfaces with a computer as a USB CDC peripheral. The USB Device is just an STM32 microcontroller. It accepts commands from a host computer via Virtual Com Port serial commands.

The code running on the STM32 is a pretty simple superloop that appends and deletes characters into a buffer as they are received from the host computer. The problem is that the STM32 doesn't appear to handle backspaces sent from my Mac laptop correctly:

https://github.com/Cushychicken/bfunc/blob/70164fa216af2d420ac4e2c07cbf3730d99c3624/sw_embedded/bfunc_rev1/Src/main.c#L227

I've used gdb to inspect the contents of the buffer on the STM32, and I note that the chip receives the value 0xB1 (0d177) for a backspace character sent from my Mac. As a result, it doesn't decrement the command buffer or reset the cursor correctly when I connect the USB device to my Mac.

I've tried this on a Windows machine running PuTTY, and backspace works correctly: the last character is deleted from both the buffer and the serial terminal application.

These two posts have convinced me that the Mac terminal, by default, sends a different hex character for the "Backspace" key than a Windows computer:

  • http://www.macfreek.nl/memory/Backspace_and_Delete_key_reversed#Screen
  • https://github.com/sorin-ionescu/prezto/issues/61

So I suppose my question is: what's the right way to solve this? Should I add another case in my switch statement that handles backspace characters from a Mac? Should I change my Mac's serial terminal settings to send the correct ASCII backspace character?

πŸ‘︎ 10
πŸ’¬︎
πŸ‘€︎ u/LightWolfCavalry
πŸ“…︎ Mar 25 2020
🚨︎ report
A square garbage character appears when trying to Ctrl+Backspace when renaming a file or folder.

In most applications, Ctrl+Backspace removes the word left to the cursor. When renaming a file or folder in Windows, however, it just inserts a garbage character like shown below. Is it intended?

UPD: managed to reproduce the issue on 1809 and 1903. Didn't test other versions

https://preview.redd.it/i1yuht6w8xt31.png?width=102&format=png&auto=webp&s=31ed155a5b3556f25957d7bad43aae7e856c785e

πŸ‘︎ 30
πŸ’¬︎
πŸ‘€︎ u/AdmiralMyxtaR
πŸ“…︎ Oct 21 2019
🚨︎ report
Backspace key wipes out the entire URL instead of just one character at a time

Not sure why this is happening, but:

  1. Only happens on Brave's URL bar (for instance, searching in Brave Settings works normally)

  2. Only happened from the latest update onwards

Can anybody help?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Enriador
πŸ“…︎ Aug 19 2020
🚨︎ report
I'm trying to make a button that when pressed removes the last character in a string. (So basically what pressing backspace on a keyboard does.) Is there anyway to do this?
πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/arcanenoises
πŸ“…︎ Jun 16 2020
🚨︎ report
Holding down backspace deletes characters way too fast after updating to insider build 2004

I've set the Keyboard Repeat Rate to it's lowest value in control panel and there has been no effect. Any idea what I can do to fix this?

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/Witn
πŸ“…︎ May 27 2020
🚨︎ report
Pressing backspace and deleting a character in a Google Doc can rewind time.

Specifics: If you were to type a three paragraph essay that takes three hours, deleting the whole essay would bring you back to the moment before you began typing the essay.

πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/ToxinWolffe
πŸ“…︎ Nov 18 2019
🚨︎ report
Tapping the backspace key instantly deletes *exactly* the number of characters you want deleted. No more, no less.

This is a Utility Power, yes?

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/ElaneCarnelion
πŸ“…︎ Feb 25 2020
🚨︎ report
Backspace key suddenly writes insert character when pressed repeatedly or being held

Edit: fixed, described at the end of post
I'm on arch and suddenly, when pressing backspace a few times, it writes the insert character (I think it's "^[[~" ), it even keeps spamming it when i stop holding the backspace key. It doesn't show in terminal anymore since I removed it with stty erase "^[[~", but it still writes the erase character "^?" on press, which it did not before. I also cannot hold it to keep erasing anymore, neither in terminal nor in browser etc.
example output of xev after holding backspace, releasing it and pressing it again:

118 Insert  
118 Insert    
22  BackSpace  (pressed it again here)
118 Insert  (keeps spamming after releasing it)
118 Insert    
118 Insert  
118 Insert  
118 Insert  
118 Insert  
118 Insert  
118 Insert  
118 Insert  

It could have happened because of an update, but it started quite recently. Does anyone know a possible solution or cause?

Edit: It's not an Xorg or i3 problem, happens in cli too without starting Xorg/i3.
Edit2: I'm on a Lenovo Thinkpad T440
Edit3: I think I fixed it, I just changed the keyboard layout around to de and uk and then changed it back to de-latin1, now everything seems normal again.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/jelberquey
πŸ“…︎ May 26 2020
🚨︎ report
A password system that requires you to type a password and then hit backspace a few times and change the last few characters.
πŸ‘︎ 2
πŸ’¬︎
πŸ“…︎ Nov 07 2019
🚨︎ report
You know how if you hold down Backspace/Delete on a keyboard in a text program it will start deleting characters? Is there a way to change the speed at which it does so?

Using Word 2019 if it matters, but I can switch to Notepad if needed.

tl;dr, my left arm is temporarily unusable, and I'd like to be able to do this without having to use my mouse to highlight every time I want to delete a sentence, but my computer seems to be set to Holy Shit Fast when I hold down the backspace/delete key.

Thanks!

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/SweaterZach
πŸ“…︎ Nov 12 2019
🚨︎ report
How do I stop my keyboard from clicking? And my backspace won't delete more than one character at a time.

I have a toshiba with windows 10. My friends gave it to me and I think he downloaded the hearing/vision impaired version of widows 10. But my keyboard clicks when I type. I want to stop that. Also I can't delete more than one letter at a time. I can't hold down the backspace key and delete more than one character at a time. I have looked at YouTube tutorials about going to the keyboard settings but have not been able to figure it out. They sent me to the keyboard settings but I can't find anything there to stop the clicking.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Jbandit0
πŸ“…︎ Jan 14 2020
🚨︎ report
SLPT: Other than numbers and special characters, adding backspaces will also make a more complex password.
πŸ‘︎ 38
πŸ’¬︎
πŸ‘€︎ u/thekasemaker
πŸ“…︎ Apr 27 2019
🚨︎ report
New update deletes characters as I type and brings them back when I backspace or continue typing

Typing is pretty hard now as I cant write words with 2 letters without double checking them

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/ExperiencedSoup
πŸ“…︎ Dec 27 2019
🚨︎ report
Backspace deleting two characters at a time when commenting

I thought the issue was with my keyboard but it's only happening when I reply to a comment (or as I just discovered, in the text part of a post) in Joey. Anyone else having this issue?

Edited to use the auto feature to add my device info. Using SwiftKey.

Edited again because it didn't work. Galaxy S7 Edge.

Once again because it turns out I was hitting the wrong button.

Joey for Reddit 1.5.1.3 (95)
Android 7.0 (24)
Phone samsung/SM-G935T/hero2qltetmo/hero2qltetmo
RAM 3.34 GB
πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/AllDaveAllDay
πŸ“…︎ Apr 09 2018
🚨︎ report
When requested for new password and you only change the last character, backspace temporarily becomes part of your password.
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/fritz_da_cat
πŸ“…︎ Oct 22 2019
🚨︎ report
hyper-backspace - animated character deletion for Hyper.is electron terminal emulator
πŸ‘︎ 13
πŸ’¬︎
πŸ‘€︎ u/ArtBIT
πŸ“…︎ Mar 27 2019
🚨︎ report
How do I permanently disable beeping when pressing backspace with no characters to delete [KDE]

Whenever I press backspace on something like the Pamac search and nothing is written there my computer just makes this loud beep. The command: rmmod pcspkr disables it until I reboot the machine, how can I disable it permanently

πŸ‘︎ 10
πŸ’¬︎
πŸ‘€︎ u/daviderinoo
πŸ“…︎ Dec 29 2018
🚨︎ report
LPT: Press ctrl while pressing backspace to delete an entire word. Press delete to delete the character in front of your cursor. Press ctrl-delete to delete the entire word in front of your cursor.

Hold Shift and use the arrow keys to highlight using your cursor.
Press ctrl-shift-arrow to highlight an entire word.
Press shift-home to highlight an entire line from your cursor position to the beginning.
Shift-end does the same but to the end. Shift-pg up highlights everything from your current cursor position to the the beginning of your text.
Shift-pg dn does the same but to the end of your text.
Ctrl-arrow key jumps your cursor by an entire word.

I never use a mouse to adjust my cursor position when editing text thanks to these tricks.

πŸ‘︎ 466
πŸ’¬︎
πŸ“…︎ May 21 2013
🚨︎ report
People would get locked out of their computers far more if backspace counted as a special character
πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/cappertman
πŸ“…︎ Dec 11 2019
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.