gilg / keyboardshortcuts
Magento 2 Storefront Keyboard Shortcuts
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 0
Forks: 1
Open Issues: 2
Language:HTML
Type:magento2-module
This package is not auto-updated.
Last update: 2025-04-13 08:22:51 UTC
README
Magento 2 Storefront Keyboard Hotkeys
This module enables hotkeys for a store's main functionality.
Install
composer require gilg/keyboardshortcuts
Purpose
The purpose of these hotkeys is to increase accessibility to those with limited mobility and to speed up developer workflow by allowing for quick keyboard navigation.
Hotkeys
The namespace (the first key of a keyboard shortcut) is configurable with the default option being m
. If left blank in admin configuration, no namespace will be used. It's recommended to use a namespace to avoid conflicting with native browser & assistive technology hotkeys.
Hotkey | Purpose |
---|---|
? | Show keyboard hotkey information modal |
m+e | Go to Account Dashboard |
m+c | Go to Checkout |
m+i | Open minicart |
m+s | Focus in Search box |
Every hotkey is configurable and be disabled.
Support
This module is provided as is. However, feel free to file a github issue or create a PR and I will try to respond when I can.