FacetWP - accessibility support
<?php | |
add_filter( 'facetwp_assets', function( $assets ) { | |
$assets['accessibility.js'] = FACETWP_URL . '/assets/js/src/accessibility.js'; | |
return $assets; | |
}); |
This comment has been minimized.
This comment has been minimized.
Hacky, but I think it works. In Chrome 54 on macOS 10.11.5 El Capitan 'LG' is a global var I using for project anyways.
|
This comment has been minimized.
This comment has been minimized.
This adds support for pagers on 'enter' key:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
Thanks :)
I added this to make spacebar and enter key commands work
It loses focus after selection, but might be able to fix that with a bit more work.