Tagged Questions
The backspace key on the keyboard (deletes the previous character)
10
votes
2answers
3k views
How to get backspace \b to work in Eclipse's console?
I'm creating a little Java application which should have a progress indicator with percentages. In every loop it uses backspace \b to remove the displayed progress before displaying the next ...
7
votes
8answers
7k views
Disable backspace in textbox via javascript
I have a textbox which is extended by an Ajax Control Toolkit calendar.
I want to make it so that the user cannot edit the textbox and will have to instead use the calendar extender for input.
I ...
6
votes
4answers
1k views
Windows Safari 5 bug when using backspace in a Flash web application
I have noticed this bug when developing my flash application on a windows platform. If typing text in to a text box in a Flash swf running in Safari 5 browser on Windows then press backspace the ...
5
votes
2answers
2k views
jquery: keyPress Backspace won't fire?
wonder what i'm doing wrong:
$('.s').keypress(function(e) {
switch (e.keyCode) {
case 8: // Backspace
//console.log('backspace');
case 9: // Tab
...
5
votes
2answers
681 views
How do you disable a DataGridView's keyboard shorcuts?
I've just noticed that DataGridViews have a default shortcut so that whenever you press Ctrl + H, the DataGridView's editing control backspaces, and can delete your entire selection within the cell.
...
4
votes
2answers
699 views
Backspace doesn't work in gvim 7.2 64-bit for Windows?
I just installed the 64-bit zipped version for Windows of gvim on my new machine at work, and I changed some settings to make it compatible with Visual Studio 2010.
Now the backspace key doesn't work ...
4
votes
5answers
304 views
Update command line output
My program (which happens to be in Perl, though I don't think this question is Perl-specific) outputs status messages at one point in the program of the form Progress: x/yy where x and yy are a ...
4
votes
4answers
841 views
how to check for the “backspace” character in C
I'd like to know how to check if a user types the "backspace" character.
I'm using the getch() function i.e. "key = getch()" in my C program and i'd like to check when backspace is pressed. the ...
4
votes
1answer
202 views
Ctrl+Backspace/Option+Delete fails to delete previous word in MATLAB IDE
I've noticed that Ctrl+Backspace/Option+Delete doesn't delete the word to the left of cursor in the MATLAB editor, as it does in many (most?) other editors and programs. This is intensely annoying, as ...
3
votes
2answers
200 views
How to trigger backspace on a textfield?
Say I have this:
<textarea id="myarea">Hello</textarea>
How would i trigger backspace on that textarea possibly using trigger() and key codes. The code for backspace is 8.
And i am not ...
2
votes
0answers
95 views
^H ^? in python
Some terminals will send ^? as backspace, some other terminals will send ^H.
Most of the terminals can be configured to change their behavior.
I do not want to deal with all the possible combinations ...
2
votes
1answer
78 views
Jquery range selection previous element on contenteditable=“false”
I have this snippet:
<div contenteditable="true"> father
<a contenteditable="false" href="#"> myLink </a>
</div>
My problem is that if I place caret after
</a> ...
2
votes
4answers
73 views
How is \b implemented?
I have the following program in which I'm trying to understand the functioning of \b escape sequence.
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
int disp(char *a)
...
2
votes
2answers
76 views
Implement BSD style progress bar in C?
I'm trying to make a simple progress bar like FreeBSD does in its booting screen , displaying / , | , \ , - recursively , but the following code got now output at all
#include <stdio.h>
...
2
votes
1answer
339 views
Selenium-IDE: How to simulate non-printable keys (ENTER, ESC, Backspace)?
What is the exact HTML code to simulate ENTER, ESC, BACKSPACE and DOWN in Selenium IDE 1.3.0?
typeKeys didn't work nor did this:
<tr>
<td>keyDown</td>
...
2
votes
2answers
183 views
Disable back space key for browser based AS3 application
this is insanely annoying problem:
AS3 full screen application based on ADOBE FLEX 4, text field. User types something in text field, and then starts clicking backspace many many times to remove what ...
2
votes
1answer
158 views
Can't map Control-Backspace to a KeyStroke
I am having trouble mapping the Control-Backspace key to a KeyStroke. The following makes no sense to me.
import java.awt.event.KeyEvent;
import javax.swing.KeyStroke;
public class ...
2
votes
2answers
425 views
How to Disable Backspace in WebBrowser
When I press Backspace, Web-browser will go to previous page. How can I disable it without preventing the clearing text ability?
2
votes
3answers
210 views
MacVim Visual Selection Delete moves back 3 extra chars
Using MacVim with https://github.com/carlhuda/janus installed, when I select a visual or insert block and hit backspace, the cursor jumps back an extra 3 spaces. Anyone else see this? Makes it real ...
2
votes
3answers
718 views
Flex 3: disable backspace and delete in a TextArea
I'm trying to prevent any key from altering the text in a Flex TextArea. I don't want to set the editable property to false, because I want the caret to be visible for a 'current position' indicator, ...
2
votes
2answers
1k views
How do I capture the backspace key in IE8 with jquery?
I've got a simple javascript keydown event coded via jquery. The event should just alert the key that is "down." This works for most keys but not the backspace key in Internet Explorer. I read that IE ...
2
votes
3answers
360 views
Ignore backspace key from stdin
I want to make a program that forces it's user to input text but doesn't allow him to erase any of it, what's a simple way of doing it in C?
The only thing I've got is (c = getchar()) != EOF ...
2
votes
2answers
2k views
Backspace doesn't delete inner html tags of a contenteditable DIV in Firefox
I have created a DIV with attribute contenteditable=true and appended children like "span" and "a" with attributes contenteditable=false. Wanted to test if the entire node be deleted with a single ...
1
vote
2answers
64 views
Odd behavior of backspace in Vim (SSH to Linux from Mac)
I didn't change any setting of my Vim, but today the Backspace gets some crazy behavior. Every time when I hit it, it does not delete a character, but prints ^?. Anyone knows what is going on?
1
vote
5answers
325 views
ASP.NET: Backspace Key Behavior
I'm writing an in-house intranet application in ASP.NET and VB.NET. My 'customers' are beginner to medium-level users. All of our browsers are IE8 and above, standard.
The application works great, ...
1
vote
2answers
106 views
How to backspace from command mode in Vim?
If I'm in command mode, how do I backspace? Hitting the delete key on my Macbook just moves the cursor to the left one space. The fastest way I know to do this is h, x, but is there a better way, ...
1
vote
1answer
146 views
Ctrl +c and Backspace on Google Chrome
I have an application in which I am listening for KeyPress events in an iFrame. On Google Chrome and IE, CTRL+C and backspace never trigger the key press event. Backspace takes me to the previous page ...
1
vote
0answers
306 views
UITextField shouldChangeCharactersInRange stops getting called if I press backspace for a long time
If I type a very long text in my UITextField, for example: 123456789012345678901234567890.
Now if I press the backspace and leave it pressed, then the shouldChangeCharactersInRange is called for ...
1
vote
6answers
346 views
Backspace does not seem to work in python
network={1:[2,3,4],2:[1,3,4], 3:[1,2], 4:[1,3,5], 5:[6,7,8], 6:[5,8],7:[5,6], 8:[5,6,7]}
str1='network.csv'
output = open(str1,'w')
for ii1 in network.keys():
output.write(repr(ii1)+":[")
for ...
1
vote
3answers
262 views
Backspacing in Bash
How do you backspace the line you just wrote with bash and put a new one over its spot? I know it's possible, Aptitude (apt-get) use it for some of the updating stuff and it looks great.
1
vote
1answer
401 views
Bash read backspace button behavior problem
When using read in bash, pressing backspace does not delete the last character entered, but appears to append a backspace to the input buffer. Is there any way I can change it so that delete removes ...
1
vote
2answers
626 views
How can I fix my delete key in VIM over ssh? (Mac OS X)
When I use VIM in the terminal on my local machine (Mac OS X Snow Leopard), the delete key is really backspace (i.e., destructive backspace).
When I SSH into a particular server, for some reason it's ...
1
vote
1answer
506 views
How do you do a backspace escape character in Android?
I have a textView with some text in it. I want to delete the last 4 characters and then add on some more text. I tried doing this.
textViewObject.append("\b\b\b\b new text that I am adding");
But ...
1
vote
4answers
649 views
How can I prevent Backspace from taking me back to the previous page while I use the login box
the login box is in the header of the website, availalbe on all pages.
I'm using a javascript :
<script type="text/javascript" language="javascript">
history.forward();
Which solves ...
1
vote
4answers
3k views
How to disable backspace if anything other than input field is focused on using jquery
How do I disable backspace keystroke if anything other than 2 specific input fields are focused on using jquery?
here is my current code (NOW INCLUDING 2 TEXTBOXES):
...
1
vote
6answers
723 views
Backspace delimited flat files
Has any one ever seen a backspace delimited flat file? My requirement is to parse such a file but I am not able to put a backspace character into a file to check if I am able to detect it.
1
vote
1answer
558 views
bcp and backspace (^H) delimiter
I need to parse a flat file which is containing backspace (^H) character delimiter between fields. I need to parse this file and insert into sql server 2005 tables.I tried to use bcp utility along ...
1
vote
2answers
601 views
Flex : button acting like a backspace
How would you make a button event call a function which acts like a backspace keyboard event delete.
I tried faking the dispatch keyboard event "keyup" "keydown" with keycode 8 and keynumber 8 ...
0
votes
0answers
63 views
Perl running cmd with backspace
When I run an application (wget.exe) using cmd, the output contains backspace characters that make the output display nicely. But when I run it in perl using open or backstick with 2>&1, it prints ...
0
votes
1answer
53 views
Shift+Backspace is Writing a Checkmark Symbol?
I can't even copy and paste a strange checkmark looking character from my IDLE interpreter session into this text field...I am running Linux Mint Julia, python version 2.6, but it also happens in 3.1. ...
0
votes
1answer
39 views
Catching Backspace on Chrome & Firefox is Different
I am trying to make a console like application, so I am catching all the keypress on the window and do related stuff with them(not important). Problem is at backspace. I have the following code:
...
0
votes
1answer
100 views
What is the purpose of Unicode “Backspace” U+0008?
What is the purpose of the Unicode Character 'BACKSPACE' (U+0008) in programming? What applications can it be used for? Thanks, skibulk.
0
votes
2answers
53 views
Is it possible to print backspace characters while generating downloadable CSV in PHP?
Is it possible to echo backspace while generating output in PHP?
Situation:
if ($this->s) {
header("Content-type: application/octet-stream");
header("Content-Disposition: attachment; ...
0
votes
1answer
64 views
jQuery Email Validation Fails on Backspace
function validate_email() {
atsplit = $('input[name=email]').val().split('@');
dotsplit = atsplit[1].split('.');
if (atsplit.length == 2 && atsplit[0].length > 0 && ...
0
votes
0answers
146 views
iPad iOS 5.0.1 - Can't delete text in textarea with backspace
I found strange behavior in iPad with iOS 5.0.1
(I noticed it only in this version and not tested it in lower versions).
Backspace button stops work in textareas in iframe.
To reproduce:
1) Open ...
0
votes
2answers
144 views
UIBUTTON — Delete text from backspace
Okay. Guys. I can't find tutorial that does this. I have...
UIbutton
UItext.text
Okay I want to make my own KEYBOARD user interface without iphone keyboard. I want to press the UIbutton(keyboard ...
0
votes
2answers
153 views
Backspace with `raw_input` in Python
I am using raw_input() like this:
while True:
print "MC ID (CTRL-D = done, 0 = sets, ? = lookup):",
try:
mcid=raw_input()
except:
print
break
# evaluate user input
# ...
Now ...
0
votes
4answers
334 views
How can I allow backspace in a UITextField?
In my project, I have to limit the length of a textfield to 6 characters. This is working absolutely fine. Once I end editing and start editing again and I click backspace my application crashes.
...
0
votes
2answers
487 views
append backspace in edittext
I have a simple activity. Only one edittext and one button.After writing some text in the edittext if I press the button I want to delete the last character of the text.
I have tried like this:
...
0
votes
3answers
315 views
Configure eclipse so that backspace unindents
Having eclipse configured to use space instead of tabs, is it possible to configure eclipse so that the backspace key unindents like the tab key indents?
Some examples to clarify what I mean with ...