Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Mickey Kay

    (@mcguive7)

    Hi there Kristian,

    I would love to fix this for you, however my schedule is so busy that I’m afraid I don’t have much time to dedicate to this at the moment. This plugin is still in beta (hence the < 1.0 version), and I am aware of several bugs similar to the one you are describing. I welcome pull requests if you are interested though: https://github.com/MickeyKay/wp-hotkeys

    Thread Starter nossfloda

    (@nossfloda)

    Hi Mickey

    Would love to help, but my knowledge of WordPress is a litlle limited yet. Will have a look at your code. You got any pointers where I shoudl start looking?

    Plugin Author Mickey Kay

    (@mcguive7)

    Hi again Kristian,

    The vast majority of the plugin consists of jQuery functionality, so you’d be looking in: https://github.com/MickeyKay/wp-hotkeys/blob/master/lib/js/wp-hotkeys.js

    Do keep in mind that, by default, the plugin references the minified version of that file, so you’ll either want to minify that file and save it as wp-hotkeys.min.js when you’re done, or change the file that’s enqueued in wp-hotkeys.php.

    It’s a bit of a complex plugin in terms of how the hotkeys are synced up, so I’m afraid that’s really all the guidance I can provide.

    Best of luck, and thanks for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘SOME keys on keybord don't work’ is closed to new replies.