Google Restores Backspace Functionality To Chrome With an Add-on (betanews.com) 141
In May, Google upset many users when it announced it was going to stop the backspace button from also functioning as the back button. If you're among the ones who felt let down by company's decision, there is something you can do about it now. Alan Buckingham, writing for BetaNews: If you don't want to go to the effort of moving your mouse pointer to the back arrow at the left of the address bar to go back to the previous site, you can now install the new Go Back With Backspace add-on. The official description reads, "Go back with the backspace button! This extension re-enables the backspace key as a back navigation button -- except if you're writing text". The reason given for all of this, according to Google, is "many people lost their progress while working online by accidentally pressing backspace and leaving a page -- so we removed the feature from Chrome, and created this extension for those who prefer the old behavior".
Re: (Score:2)
What's with all these AC FBI posts where you respond to yourself promoting your own posts? When did that start?
Re: (Score:2)
Re: (Score:2)
is this FBI stuff the new Moo, or apps?
Haven't you heard? FBI and APPS are for cows. FBI, say the cows. APPS, say the cows. FBI! APPS! You're all a bunch of FBI APPing cows. Or something like that, anyway.
Re: (Score:2)
Wait! Wait! (Score:2)
I'm looking down at my Mac keyboard, and, well, where the hell is this "backspace" button you keep talking about?
.
.
.
.
.
.
.
.
(note to the clueless: yes, I know it's a "PC" only thing.)
Re: Wait! Wait! (Score:1)
Why isn't this configurable? (Score:5, Insightful)
Shouldn't this be configurable?
Is this already configurable?
Re: (Score:2)
Yeah, I'm with this option... I get why it was removed. I've been the victim of losing work due to backspace back a page issue. But, I'm also annoyed that it's gone, because I used it frequently.
Instead of them being so binary, they could have just made it a configurable option.
Re: (Score:2)
Whats the point of the forward button if not to enable things like that?
Re: (Score:2)
Yup. FF saves your state, even if you're 3 miles down a JS/AJAX hole. Just hit shift+backspace and you're golden.
My guess is that if Chrome did this it would take another dozen processes and a few extra GB of RAM.
Re: (Score:3)
Because the state of the form might be littered with Ajax operations such that simply refilling in the form won't accurately reflect the state of the page before it unloaded.
Right, he's saying that the state should be preserved. And it should be. ctrl-shift-t to re-open a tab can already do this - forward should as well.
Re: (Score:2)
It's possible that the remote state was made invalid when the page was left.
Re: (Score:2)
I just wrote a comment to you and closed the window. Ctrl-shift-t restored the window, but did not restore the comment. It can be argued that Chrome ought to store the exact state of the window including all javascript junk, but it currently does not.
This also annoys me when Chrome unloads a background tab and loses all the form data.
Re: Why isn't this configurable? (Score:4, Informative)
And that's the root of the problem. Chrome does not save the state of the form.
IE and Firefox preserve the state of forms - IE just basic form data, but Firefox seems to preserve the entire state, and Chrome... does neither.
In fact, I think Firefox does this extremely well - preserving the state has gotten better and better lately. This might be Firefox's one big redeeming quality of late.
Re: (Score:3)
Chrome DOES save the state of plain HTML forms when closing/reopening the window, but since the javascript/DOM state isn't saved, the comment box itself no longer exists when the page is reopened.
Re: (Score:3, Insightful)
Are you freaking kidding me?
My computer and operating system can freeze their entire state into memory (suspend) or disk (hibernate) and resume operating almost as if nothing had happened. Only a few things suddenly stop working (wifi), but they are quickly recovered.
If I am using virtual machines, I can freeze an entire running OS (including running applications, open sockets etc), ship it into another computer and then resume running it IN COMPLETELY DIFFERENT HARDWARE with minimal breakage.
And you're tel
Re: (Score:3)
Part of the problem is we treat a document browser as an application platform.
Re: (Score:3)
Part of the problem is that some people assume the internet is a collection of static documents.
Re: (Score:2)
Yet others assumed the browser/html = the internet.
Re: (Score:2)
And that came about because not everybody wants to have to make an application five times over: once for Windows, once for macOS, once for X11/Linux, once for iOS, and once for Android.
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Because the state of the form might be littered with Ajax operations
Which is why the solution proposed literally begins with "save the state..."
...is it me or has the nerdity of anonymous posters gone way downhill?
Re: (Score:2)
But, I'm also annoyed that it's gone, because I used it frequently.
Instead of them being so binary, they could have just made it a configurable option.
They should simply be promoting Alt+left arrow hard as the alternative. It has existed in all browsers since the days of Netscape Navigator, it is not shared with any other common operation, and all-in-all is very difficult to do unintentionally. There are webpages out there that switch focus away from form elements unexpectedly, and that's where backspace-as-back-button gets very dangerous.
I recently used a site where if you delete all the text in a textbox, the keyboard focus goes back to the page. Major
Re: (Score:2)
Oblig XKCD [xkcd.com]
Re: (Score:2)
That's exactly what I was thinking. They could have made this a checkbox option in the settings page, but instead they removed the feature and then published an add-on to add it back in only 3 months later. All they had to do was add a checkbox and add an if statement into their key handler, that probably would have taken less than 3 months.
Re: (Score:2)
Re: (Score:2)
Re: (Score:3)
"There's an app for this basic functionality that should just be an option" is one of the reasons I usually do not use chrome.
Seriously, it's probably like 40 lines of code to have a config option, check it, and if set map a key to an already defined action (unless your codebase is collapsing under its own weight.) This is not worth the cruft of another app in the ecosystem.
Options make the testing matrix bigger (Score:2)
Seriously, it's probably like 40 lines of code to have a config option
And how many lines to test the interactions of that option with other options? Moving functionality out to an extension allows defects due to unintended interactions to be reported against that particular extension rather than against the browser in general.
And how many lines of documentation to describe that option? And how many lines of code to run a tutorial lightbox to make sure the user finds that option among all the options [ometer.com]?
But Backspace as Browser-Back really sucks. (Score:5, Insightful)
I actually really hate that backspace ever did what it did. Realy sucks when you are filling out a form and try and delete some text only to have accidentally left the box and now have your whole form thrown away.
Re: (Score:3)
It's also not as if this was the only option other than your mouse, either. Alt-Left Arrow does the *exact* same thing, but not with a single key so it's far harder to bump by mistake. You're welcome.
Re: (Score:2)
As a side note... If you do hit the Backspace key in chrome. A little message appears saying if you want to go back you use that hotkey.
Re: But Backspace as Browser-Back really sucks. (Score:2)
Re: (Score:2)
They added the notification pop up in the update to Chrome where they took away the backspace command. If you press backspace outside of a form several times it will pop up.
Re: (Score:2)
Alt-left-arrow has issues with keyboard configurations and with accessibility for some users. I can't use it as anything resembling a shortcut, I need a one-key solution. Very glad to see it's configuratble (though why not allow remapping to some other button--like, I dunno, pause/break?)
Re: But Backspace as Browser-Back really sucks. (Score:2)
Re: (Score:3)
Haven't you cave dwellers heard of mouse gestures? New tab, close tab, back, forward, you can do any of those in a fraction of a second without taking your hand off the thing you use to browse the internet anyway (not that thing, the other thing).
Re: (Score:3)
Since this isn't merely about browsing but active use of a browser as an application platform, it makes sense to only use the mouse when necessary.
Re: (Score:2)
Haven't you cave dwellers heard of mouse gestures?
The GO referred to people with accessibilty issues, and not everyone with accessibility issues can use a mouse. Many who can cannot use it with enough accuracy to use gestures. So please, don't start flinging insults at people who physically can't use a computer the same way you would.
Re: (Score:2)
Make sure you click on or tab to the element you're working with to be sure the keypress is registered correctly. This has been this way since the beginning. Why is it suddenly a problem now?
Re: (Score:2)
But why hate backspace-as-back rather than hating the fact that going back destroys your form data?
Surely that's the real issue we should be fixing here, not trying to paper over it by making it harder to go back.
Re: (Score:3)
Agreed - it was a really stupid mis-feature in early browsers which has unfortunately been carried on and some people have become used to it and don't want to lose it. Although "Backspace" and "Go back" both contain the four-letter sequence "back", they actually do completely different things and the key should never have been overloaded to do something so totally different.
It probably seemed like a good idea at the time to the person who thought of it, and unfortunately he or she implemented it without re
Blame Digital's RT11 for the backslash (Score:2)
It's a bit like the twit at Microsoft who decided to change the directory separator understood by COMMAND.COM from "/" to "\" because he wanted to use "/" for something else.
It was actually a twit at Digital who chose / for command-line switches in the RT-11 operating system [wikipedia.org]. This continued into Gary Kildall's CP/M (which became DR-DOS) and Tim Paterson's 86-DOS (a heavily CP/M-inspired OS which became MS-DOS), which used the same switch character for consistency.
Re: (Score:2)
And indeed, it was used as a switch character in VMS too. The error however was in changing the directory separator character (which in underlying MS-DOS is still "/") to the totally unsuitable "\".
I remember the early OS/2 development kit tools, where clearly a dictat had gone out to the developers saying that both "-" and "/" were to be used as switch characters. The trouble was, they hadn't done it properly by implementing some library code, but instead each tool developer had done it himself. The end
Re: (Score:2)
It would not have been hard though to allow "/" to be used as a switch character to COMMAND.COM, whilst still retaining its use as a directory separator.
I don't see how. Would dir /s produce a listing of all subdirectories of the current working directory? Or would it produce a listing of the s directory inside the root directory of the current drive?
Re: (Score:2)
Would dir /s produce a listing of all subdirectories of the current working directory?
Yes. A space followed by a slash would always be interpreted as a switch introducer.
Directory separators generally occur in the middle of a string, the only exception being when you want to talk about the root directory of a drive, without specifying which drive you want.
You use "C:/" to mean the root directory of C. It would be quite natural to use ":/" to mean the root directory of whatever drive is current.
It's not as if all this hadn't been done before - Microsoft were just never very good at reading
Re: (Score:2)
With your logic, I'd say the arrow keys are for caret positioning and they should not be used for history navigation.
backspace for back is pretty damned standard and it's great. Every input other than the secure attention key (CTRL+ALT+DELETE), a long-press of the power button, and the reset button is context-sensitive.
Did they disable Enter/Return submitting the form when you're not in a textarea element as well? Submitting a form early has just as many problems.
-_- ONLY USE FIREFOX 45.0 OR OLDER -_- (Score:1)
Perform all of these on your browser:
https://support.mozilla.org/en-US/kb/how-stop-firefox-making-automatic-connections
Then install NoScript add-on:
Uncheck all under ABE and remove everything default permitted in the big box under XSS (google, twitter, etc)
Then install Adblock Plus addon:
Choose from their lists, eg. Easylist then add this custom filter by importing as CUSTOM.. you have to toggle a dialog box.
http://pasted.co/6aeed3e0
Just save it as a .txt file and import it as custom filter. You can re-enab
Re: (Score:1)
Is that you, APK?
Re: (Score:2)
Re: (Score:1)
Why 44.0.2? Because at 45.0 Mozilla was already pressured by the US government and they removed the ability to spoof time/time zone.
Can you tell me why I should do this? Couldn't a state-sponsored entity (that you might swear up-and-down is tracking you because who knows why) use a security bug/loophole to track you anyway regardless of turning off all communication settings with Mozilla servers?
Yes, I'm serious.
Re: (Score:2)
Doesn't screwing up the while system timestamp make it kinda hard to use cryptosystems that have timestamp-based replay protection, like SNMPv3?
enable it? funny... I did the opposite (Score:5, Insightful)
I actually had an extension installed to DISABLE it... it was always an absolutely HORRIBLE idea. There's already the alt-left arrow combination which was far less likely to be activated accidentally while being just as easy to use on purpose.
Re: (Score:2)
... it was always an absolutely HORRIBLE idea. ...
For you, possibly.
.
But I have used the backsapce key to go back a lot. Indeed, it is present on Windows Firefox, but the Firefox that came with Debian has it disabled, and I find myself constantly hitting the backkspace key and watching nothing happen.
I agree with another comment, it should at least be configurable. That way, both you and I can be happy. :)
Re: (Score:2)
Because you use a feature doesn't make it a good feature. It's horrible from a design consistency perspective. It's horrible from a risk of data loss perspective, it's just all around bad UI.
You got used to it, but that doesn't mean it should have ever been offered in the first place.
Re: (Score:2)
... it was always an absolutely HORRIBLE idea. ...
For you, possibly.
But I have used the backsapce key to go back a lot. Indeed, it is present on Windows Firefox, but the Firefox that came with Debian has it disabled, and I find myself constantly hitting the backkspace key and watching nothing happen.
I agree with another comment, it should at least be configurable. That way, both you and I can be happy. :)
It may have been convenient for you, but that does not change the fact that it was a horrible idea. If you had never driven before, and built a custom car with the brake pedal and the accelerator reversed, it might work fine for you, but it would not be a good idea in general. Agree; configurability is king.
Re: (Score:2)
Weird, I've never had this happen to me.
And backspace for back is so nice as it allows you to use the same hand as for the mouse.
Re: (Score:2)
And backspace for back is so nice as it allows you to use the same hand as for the mouse.
You know what else allows you to use the same hand as the mouse? Mouse gestures. Hold down the right mouse button, move the mouse left, release the button, and the browser goes back. You can open and close tabs just as quickly, open any link in a new tab, go forward, etc. Chrome needs an extension for them, but some other browsers have them built-in.
Re: (Score:2)
If you want to use your mouse hand for back, use alt-left arrow, or use the mouse.
This is a feature that never should have been offered in the first place. Just because some people are used to it now doesn't make it good UI
Re: (Score:2)
That's exactly why "sticky keys" was developed. For those very people. They need it for hundreds of other tasks, one more is not an issue.
You may find that demographic is less likely in general to use keyboard shortcuts at all though and will simply use the mouse.
Re: (Score:2)
A one-touch-back key isn't likely to kill anyone, but it's still an er
Re: (Score:2)
There are ways to do that, both add-ons that offer it, and I believe you can change it in the hidden settings that control everything. That said, I actually like that feature. I've never seen the need to clutter up the interface with a separate search bar. The key is really just setting it to use the right search engine.
Re: (Score:2)
ISTR from the last time I tried to tame Chrome into something actyally useful, you define a fake search engine that just turns a URL into itself, and set it as the default. Then wish they hadn't taken the separate search engine box away, ponder whether you want to install a giant bundle of apps just to get things working sanely and deal with it when they break during upgrades, then run apt-get remove chrome.
Caps-Lock (Score:4, Funny)
...many people lost their progress while working online by accidentally pressing backspace and leaving a page...
wHY DOESN'T GOOGLE DO SOMETHING ABOUT THE FRIGGIN' caps-lock KEY?
Re: (Score:2)
Because it's not a web browser's responsibility to monitor your caps lock key state?
Re: (Score:3)
...yet.
ALT+LEFT (Score:5, Informative)
Why not just press ALT+LEFT?
Re: (Score:1)
Because 'backspace to go back' is default behavior in a lot of programs, not just web browsers. Try it in File Explorer, for example.
Just like F1 being a nearly universal shortcut for 'help', F2 for 'rename', F3 or CTRL+F for 'search', and so on. I shouldn't have to relearn shortcuts for common behaviors in every program I want to use.
Re:ALT+LEFT (Score:5, Insightful)
Because 'backspace to go back' is default behavior in a lot of programs, not just web browsers. Try it in File Explorer, for example.
Just like F1 being a nearly universal shortcut for 'help', F2 for 'rename', F3 or CTRL+F for 'search', and so on. I shouldn't have to relearn shortcuts for common behaviors in every program I want to use.
I thought that Alt+Left and Alt+Right *are* the standard shortcuts for going backward and forward in program histories. It's worked that way in every web browser I can remember using back to the 1990s, and it works that way in Windows Explorer. The backspace key doesn't even have an obvious corresponding "forward" key.
I wasn't aware that backspace was used to go back in history in any program. I always expect it to erase one character, or do nothing.
Re: (Score:1)
Re: (Score:2)
Backspace to go back is a Windows-only convention. I use a Mac laptop at home and Windows at work. My laptop has a Delete key at the top right, a full-size Windows keyboard has Backspace in the same location. When editing text, their behavior is identical. In other context, Windows switches the Backspace key to mean something entirely different ("go back to the previous view, losing any changes you've made in the current one, without recourse").
Microsoft have overloaded the key to mean two very different th
Re: (Score:1)
Because 'backspace to go back' is default behavior in a lot of programs, not just web browsers. Try it in File Explorer, for example.
Just like F1 being a nearly universal shortcut for 'help', F2 for 'rename', F3 or CTRL+F for 'search', and so on. I shouldn't have to relearn shortcuts for common behaviors in every program I want to use.
Except webpages have lots of inner controls (memos or custom js-controlled stuff) where the user sees text and expect the backspace to delete the prior character. Try that in spreadsheet who share that specific requirement and see if backspace goes to the "prior tabsheet"
Re: (Score:2)
Yes backspace goes back
But backspace at the same time also closes the page/form you are on.
I think there is no program which closes your dialog form when typing backspace.
Sometimes ESC does.
Re: (Score:2)
Two-button chords for a very frequently used shortcut is problematic for people with physical impairments, or with no right alt key.
Re: (Score:2)
There's already an accessibility feature known as StickyKeys. Activated by pressing left shift five times, especially during video games. When active, you can press alt once, then press the left arrow.
If a user finds pressing backspace more convenient, then said user should be able to enter preferences and define the hotkey manually - something that should have been a core feature of browsers by now.
Good riddance (Score:5, Insightful)
I can't count the amount of times I've lost work because of the backspace button acting like a back button. I type around 80WPM, but I make use of the backspace key extensively; it's like it's hardwired in my brain. This should be the default behavior, people who want it to act like the back button should have to configure it themselves.
Android Chrome (Score:2)
Great, so they have a plugin to support the old behavior. How about an option to have tabs show up in the task list separately in Android, the way it used to work?
FBI "other world" PREDICTION HERE (tax free) (Score:1)
Next story on FBI dot will be Microsoft.
(now watch it not be)
Understandable problem (Score:3)
Really I get it. Even though it is duplicating the functionality of alt+left which incidentally has an opposite unlike backspace, I get it. Why? My keyboard says "BACK" on that button. It doesn't get more intuitive than that.
Yes it was a horrible design decision to re-use a key and cause many problems for typing in a website, but I get it.
Re: (Score:1)
Re: (Score:3)
I didn't say my keyboard has a "backspace" key. I said it says "BACK". In all caps.
Re: (Score:2)
A lot of people don't like using the mouse, or having to move the mouse point all the way to the top of the screen to click on back. For then, it's a redundant time consuming move when a single key click will do the job just as good.
If I can, I try to not use the mouse at all. When filling in forms, I 'tab' between the fields. When editing text, I use the keyboard to navigate to the point when I need to change something. I only use the mouse when I really have to, and adding another reason that I have t
Re: (Score:2)
My keyboard says "delete" on that button, so I expect it to trash everything I've done without confirmation.
Re: (Score:2)
To be clear, does your keyboard have 2 delete buttons with different functionalities? Or does it lack the backspace?
Either way holy shit!
Re: (Score:2)
Mine has a long left arrow, no text. The meaning, therefore, can be taken either way - back, or backspace.
By comparison, the delete key says 'Delete'.
Mouse (Score:2)
Mouse buttons 4 and 5 for browser navigate is all ya'll ever need!
Re: (Score:2)
Not when you don't want to use the mouse!
Or, like most, have only 3 buttons.
alt + left arrow (Score:2)
Re: (Score:2)
Fuck no (Score:1)
Put the default back to how it should be, and let everyone else add the add-on.
I noticed this change as well and I'm fucking furious.
Check out Vivaldi (Score:2)
Check out Vivaldi: https://vivaldi.com/ [vivaldi.com]
I've been VERY pleased with it so far, under Windows, OS X and Linux..
It has the one thing that I missed most from the old Opera: Sane/useful tab stacking/grouping built in, with the ability to save and restore such.
Sure, many of you don't care about that, but I do.
At work with the old Opera, I'd create sets of tabs, stacked as I saw fit, for each client and would then save them as profiles named for my clients.
When I got a support call all I had to do
We need built in options set our own key bindings (Score:1)
Trollolol (Score:1)
I'm glad they removed it. (Score:2)
I don't use a lot of keyboard shortcuts in browsers, really just Ctrl+R, so the change only works to my benefit.
Some other key combination (Score:2)
Why didn't they just replace it with CTRL-Backspace or something? I use Backspace all the time - it even works in Windows Explorer. I have, on occasion, lost the contents of some form I was filling in, but the few times that happened didn't mean I wanted to remove the functionality.
I'd be happy with a replacement - let Google lead the way towards using a different key or a key combination so that those of us who really don't want to have to use the mouse more than we have to aren't forced into using it fo
Re: (Score:1)
Then I've been a masochist for twenty years and started with Lynx on a dumb terminal.
That the problem is solved by removing an almost ubiquitous keyboard shortcut across operating systems instead of fucking intercepting it and confirming you wanted to go back and thus lose what you'd entered into form elements shows a distinct lack of the slightest brain power for decades from browser makers. This could have been implemented in the 90s.
That Google has to rush out an extension to restore the now missing expe
Re: (Score:1)
I'm not surprised they killed it. Only a small percentage of masochists actually like that functionality. For everyone who has ever been totally screwed while filling out forms and such, it was an infuriating nightmare.
Backspace means BACKSPACE. As in, move the cursor BACK one SPACE and delete what is there.
See also: the spacebar. It literally means to insert a space, but in web browsers it scrolls the page down by one screenful (equivalent to a PgDn), are we going to throw this out, too, since people can be entering data in a form, accidentally tab out of it, and then scroll down, losing their place, or accidentally tab over to a button and activate it by hitting the spacebar?
Backspace to navigate back has been in place for decades in lots of programs, and I'd be willing to bet it's used more than you seem to