Ask HN: Why is spacebar still Page Down in browsers
1–9 of 9 posts
Re: Ask HN: Why is spacebar still Page Down in browsers
#2Re: Ask HN: Why is spacebar still Page Down in browsers
#3Those uses of space/enter date back to pagers such as "more" long before DOS. In browsers, it's a conveniently huge target to use for one of the most frequent operations.
Re: Ask HN: Why is spacebar still Page Down in browsers
#4Re: Ask HN: Why is spacebar still Page Down in browsers
#5Those uses of space/enter date back to pagers such as "more" long before DOS. In browsers, it's a conveniently huge target to use for one of the most frequent operations.
Well I'm 28 years old i never used pagers. What made it stick except being a huge target? EDIT: Being a huge target does not sound as a best explanation to me.
The oldest (text-based) web browsers had a surprising amount in common with pagers, plus the ability to follow links. Graphical web browsers evolved from there.
Re: Ask HN: Why is spacebar still Page Down in browsers
#6Earlier quoted context omitted.
Well I'm 28 years old i never used pagers. What made it stick except being a huge target? EDIT: Being a huge target does not sound as a best explanation to me.
The earliest pagers had only one function, to page through text, and they would advance a full page when you hit any key. Space being the biggest key on the keyboard, people would commonly hit space to advance. As pagers became more sophisticated and grew additional functions (see http://man7.org/linux/man-pages/man1/less.1.html for an example), such as search, line-based motion, horizontal motion, backward motion, m…
Re: Ask HN: Why is spacebar still Page Down in browsers
#7* The spacebar is the largest key. For an application, it makes sense to attach commonly used functionality to this key. For media players this is pause/play. For web browsers this is "scroll down a page", as you'll need to scroll down when viewing pretty much any web page.
Re: Ask HN: Why is spacebar still Page Down in browsers
#8* Not every keyboard has Page Up/Down keys. As an application designer you can't rely on their presence. * The spacebar is the largest key. For an application, it makes sense to attach commonly used functionality to this key. For media players this is pause/play. For web browsers this is "scroll down a page", as you'll need to scroll down when viewing pretty much any web page.
Re: Ask HN: Why is spacebar still Page Down in browsers
#9My guess is that because its the biggest and most ergonomic key to access on a keyboard, that it made sense to assign it to the primary UI function on a web browser: to scroll down.