Opened 10 years ago
Closed 8 years ago
#828 closed defect (bug) (fixed)
Keyboard Shortcuts on Make blogs
Reported by: | afercia | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Make (Get Involved) / P2 | Keywords: | needs-accessibility |
Cc: |
Description
On make blog pages, there's a "Keyboard Shortcuts" link in the top right, click on that link and an overlay opens with a list of available Keyboard Shortcuts, see for example:
https://make.wordpress.org/core/2015/01/22/dev-chat-summary-january-21st/
Same on index pages.
Can't get any of those Keyboard Shortcuts to work, tried every key combination without luck.
@sam suggested they might never have worked:
https://wordpress.slack.com/archives/accessibility/p1421949628000554
Maybe worth considering to just remove that link and all the related stuff?
Change History (8)
#2
@
10 years ago
Some keyboard shortcuts do work, but have different keys due to browser interference? Not certain on this.
For example, if I'm looking at this page:
https://make.wordpress.org/core/
Scroll down to a post which has comments. In Chrome on Windows 8, pressing SHIFT-O will toggle comment display on and off. So, that one works.
Ultimately this appears to be a problem with the P2 theme itself (the shortcode code is in p2.js). We may need to update or fix it or move on to another theme.
#3
@
10 years ago
Had a quick look at p2.js and it looks like it's a bit dated :), see p2.keyboard
: onkeypress, wrong charcodes (always checks for uppercase values ), missing targeted elements, etc.
Anyway, thanks very much Otto.
#5
@
10 years ago
If somebody wants to take a swing at fixing the p2.js, we can work it into an update for our child theme easily enough, or push the changes back upstream into P2.
#7
@
8 years ago
I remember that keyboard shortcuts used to work once as I always used the j and k keys to navigate between posts. Too bad this has been broken for quite some time.
O2 for the make blogs is around the corner (see make/meta), and keyboard shortcuts work there, but there are a few missing (like j and k shortcuts).
Related: #759