Live data from Hacker News

GitHub Secrets

github.com

11–16 of 16 posts

Re: GitHub Secrets

#11
post #7

I love this concept: "There's also a slew of other shortcut keys you can use, depending on the page- just hit ? to see them." Please, let this become a standard for every website, that '?' brings up a list of shortcut keys. Edit: It works in Gmail!

And Google news, docs, calendar. Not the Google search pages though, since key presses are intercepted by the search bar.

The new Google Groups also has it. The shortcuts are similar to Gmail's.

Re: GitHub Secrets

#12

I love this concept: "There's also a slew of other shortcut keys you can use, depending on the page- just hit ? to see them." Please, let this become a standard for every website, that '?' brings up a list of shortcut keys. Edit: It works in Gmail!

Personally, I dislike websites that try to grab my keys. I use pentadactyl/vrome, so if the website just lists everything I need to do there as a normal hyperlink, I need only hit f+number and I'm good to go. That isn't to say that it isn't innovative or cool. It's just not up my alley. I like to let local applications manage the keyboard.

Re: GitHub Secrets

#13
post #12

I love this concept: "There's also a slew of other shortcut keys you can use, depending on the page- just hit ? to see them." Please, let this become a standard for every website, that '?' brings up a list of shortcut keys. Edit: It works in Gmail!

Personally, I dislike websites that try to grab my keys. I use pentadactyl/vrome, so if the website just lists everything I need to do there as a normal hyperlink, I need only hit f+number and I'm good to go. That isn't to say that it isn't innovative or cool. It's just not up my alley. I like to let local applications manage the keyboard.

[deleted]

Re: GitHub Secrets

#14
post #12

I love this concept: "There's also a slew of other shortcut keys you can use, depending on the page- just hit ? to see them." Please, let this become a standard for every website, that '?' brings up a list of shortcut keys. Edit: It works in Gmail!

Personally, I dislike websites that try to grab my keys. I use pentadactyl/vrome, so if the website just lists everything I need to do there as a normal hyperlink, I need only hit f+number and I'm good to go. That isn't to say that it isn't innovative or cool. It's just not up my alley. I like to let local applications manage the keyboard.

I agree that websites should not be able to override your keys. I'm often annoyed when I press '/' in firefox, expecting quicksearch to come up, and instead the website hijacks it for their own search.

However, I don't think that this should be solved at a website level. Websites shouldn't know or care what keys do in your browser; they should simply provide reasonable shortcut keys. Browsers should make it so that their shortcut keys cannot be overridden without your explicit permission.

Re: GitHub Secrets

#15

I love this concept: "There's also a slew of other shortcut keys you can use, depending on the page- just hit ? to see them." Please, let this become a standard for every website, that '?' brings up a list of shortcut keys. Edit: It works in Gmail!

Twitter as well.

Re: GitHub Secrets

#16
post #12

I love this concept: "There's also a slew of other shortcut keys you can use, depending on the page- just hit ? to see them." Please, let this become a standard for every website, that '?' brings up a list of shortcut keys. Edit: It works in Gmail!

Personally, I dislike websites that try to grab my keys. I use pentadactyl/vrome, so if the website just lists everything I need to do there as a normal hyperlink, I need only hit f+number and I'm good to go. That isn't to say that it isn't innovative or cool. It's just not up my alley. I like to let local applications manage the keyboard.

This is mostly the fault of insufficient Chrome addon API afaik. In Firefox/Pentadactyl the addon automatically hijacks all the keypresses and only by pressing CTRL-Z can you fall back into direct mode and feed keypress events to Javascript.
Post reply on HN