• Resolved xplosiv99

    (@xplosiv99)


    Hello!

    Can you explain how to enable Keyboard shortcut for remove styles to be similar in fuctionality to
    alt + z, alt + x. I want to enable and disable remove styles function via accesskey p.

    Thank you for you’r support and this great plugin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Alex Volkov

    (@vol4ikman)

    Well, could you explain why you need this feature? I don’t understand why do you need it… There is not an accessibility feature… It may confuse users, I think…

    • This reply was modified 7 years, 11 months ago by Alex Volkov.
    Thread Starter xplosiv99

    (@xplosiv99)

    I’m testing this functionality and it would be realy helpful if you explained which file i need to modify with sample code to achive this. It is for my own testing purpose to enable this. So no need to update your plugin :).

    Hope i explained it.

    Plugin Author Alex Volkov

    (@vol4ikman)

    Do you looking for something like THIS?

    Thread Starter xplosiv99

    (@xplosiv99)

    No. What im looking for is when you press alt+ p that it remove styles on that page. So in summary i dont’t want for users to click REMOVE STYLES in menu, but via alt+p command.

    Plugin Author Alex Volkov

    (@vol4ikman)

    Well.

    You can do so:

    • open file plugins/wp-accessbility-helper/inc/wah-front-functions.php
    • find <a rel="nofollow" href="#remove_animations">
    • add accesskey="p" like: <a rel="nofollow" accesskey="p" href="#remove_animations">
    • Enjoy!
    • This reply was modified 7 years, 11 months ago by Alex Volkov.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Keyboard shortcut – accesskey’ is closed to new replies.