Featured Products
- Home
- WordPress Plugins
- Wordpress Keyboard Shortcuts
Wordpress Keyboard Shortcuts
By : evgendob Published on Wednesday, November 15, 2017,20:55:40 in WordPress Plugins

Hi. I would like to show you plugin Iâv made for myself and I think it can be useful for someone else.
So what WP Keyboard Shortcuts plugin do ?
Do you use shortcuts in on your computer? Like open some programs with shortcuts, open menues, manipulate with data ? With this plugin you can have same functionality inside Wordpress. Wordpress keyboard Shortcuts plugin allow you to bind keyboard shortcuts to different Wordpress elements and events. Like click on some button, go to menu etc. Imagine you can manipulate all menus, and elements with only keyboard. Want to Add Post with just one click ? â No problem! Want to navigate via posts, select them, make actions with them ? â No problem, just bind all combinations you need to actions and script will do all things for you. For example: Imagine you write different articles. You need to Add set of articles â So you will need to add content, then add category, set featured image, select post type. With this plugin you can do it just with 3 clicks. Just bind combinations you need to actions and do all things extremely fast. So for this example we bind:
Test account
You can login to https://shortcuts.voodoopress.net/wp-admin with test_user/test_user login/password to test plugin online So letâs check what we have in plugin. After installation you will find new menu Shortcuts left hand. There are two subpages. Letâs start with Settings- âShow Helper Blockâ This option allow you to show you top right helper block, that have info about all combinations. Just in case you have bad memory or learn new combinations.
- âShow Combinationsâ In left side admin menu small string with combination will appear near menus, to remind you combination for this menu option.
- âTrace shortcuts on input fieldsâ If this option turned on â combination will be traced when you input something in input block like input or textarea. Usually turned Off.
- âShow Shortcuts in Admin Barâ This option will add shortcuts to Wordpress admin bar. That will allow you to have actions in top bar. Just maybe someone will found this useful.
- Menu Action â with this type of action on shortcut pressed you will go to any Menu page.
- Custom Action â its set of predefined actions. You can publish posts, preview, make different action. If you need any custom action but donât see it in list you can write it in comments and Iâll add it in next release.
- Click Emulation â its option for experienced users, but it have unlimited abilities. With this type of action you can emulate click on any element you need. Buttons, lists, tabs etc. Anything. So to use this type of action you will need to know CSS elector for this element. E.g. to select all posts in posts list you need to emulate click on checkbox to select all. Itâs selector is â#cb-select-all-1â. So you can just add combination in editor, select Click Emulation as Action Type and enter this CSS selector in Details input field.